coinpaprika
Provides real-time cryptocurrency market data across multiple blockchain networks, including DEX listings, liquidity pools, token details, and price analytics without requiring API keys.
Search across ALL networks for tokens, pools, and DEXes by name, symbol, or address. Good starting point when you don't know the specific network.
Get high-level statistics about the DexPaprika ecosystem: total networks, DEXes, pools, and tokens available.
Get pools from a specific DEX on a network. First use getNetworks, then getNetworkDexes to find valid DEX IDs.
REQUIRED FIRST STEP: Get all supported blockchain networks. Always call this first to see available networks before using any network-specific functions. Returns network IDs like "ethereum", "solana", etc.
Get historical price data (OHLCV) for a pool - essential for price analysis, backtesting, and visualization. Requires network and pool address.
Get liquidity pools containing a specific token on a network. Great for finding where a token is traded.
Get detailed information about a specific pool. Requires network ID from getNetworks and a pool address.
Get available DEXes on a specific network. First call getNetworks to see valid network IDs.
PRIMARY POOL FUNCTION: Get top liquidity pools on a specific network. This is the MAIN way to get pool data - there is NO global pools function. Use this instead of any "getTopPools" or "getAllPools" concepts.
Get detailed information about a specific token on a network. First use getNetworks to get valid network IDs.
Get recent transactions for a specific pool. Shows swaps, adds, removes. Requires network and pool address.
Connect to MCP Server
No additional configuration required