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 pools on a specific network. Required Parameters: network, limit.
Gets top pools for a specific DEX. Required Parameters: network, dex.
Gets detailed pool metrics. Required Parameters: network, poolAddress.
Retrieves time-series price data for various analytical purposes. Required Parameters: network, poolAddress, start, interval.
Lists recent transactions in a pool. Required Parameters: network, poolAddress.
Gets comprehensive token data. Required Parameters: network, tokenAddress.
Lists pools containing a token. Required Parameters: network, tokenAddress.
Finds tokens, pools, DEXes by name/id. Required Parameters: query.