DexPaprika MCP Server provides access to decentralized exchange (DEX) data across multiple blockchain networks through a standardized interface. Developed by CoinPaprika, this implementation offers tools for querying network information, DEX listings, liquidity pool metrics, token details, and price analytics without requiring API keys. The server handles rate limiting gracefully and formats all responses as structured JSON, making it ideal for AI assistants that need to analyze cryptocurrency market data, compare liquidity pools, or track token performance across different blockchain ecosystems.
Retrieves all supported blockchain networks and metadata.
Lists DEXes available on a specific network.
Gets top liquidity pools across all networks. Parameters: limit, orderBy.
Gets top pools on a specific network. Parameters: network, limit.
Gets top pools for a specific DEX. Parameters: network, dex.
Gets detailed pool metrics. Parameters: network, poolAddress.
Retrieves time-series price data for various analytical purposes. Parameters: network, poolAddress, start, interval.
Lists recent transactions in a pool. Parameters: network, poolAddress.
Gets comprehensive token data. Parameters: network, tokenAddress.
Lists pools containing a token. Parameters: network, tokenAddress.
Finds tokens, pools, DEXes by name/id. Parameters: query.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!