Best for
- AI assistant users needing multi-chain DEX and on-chain data
- DeFi analysts and market researchers
- Developers building token and pool analysis tools
A well-maintained multi-chain DEX data MCP server with 16 read-only tools (hosted adds submitFeedback), keyless free tier, and thorough docs and examples. Great for DeFi analytics; not suitable for on-chain writes or strict real-time needs.
DexPaprika MCP Server, maintained by CoinPaprika, provides on-demand access to DexPaprika's crypto and DEX data API covering token prices, liquidity pools, trading volume, OHLCV history, and transactions across 36 blockchain networks. It runs locally over stdio via npm, or use the official hosted endpoint (streamable-http / sse / -rpc). The free tier requires no API key to start.
Install with npm install -g dexpaprika-mcp, then run dexpaprika-mcp; or run directly with npx dexpaprika-mcp@latest. Alternatively install via Smithery: npx -y smithery mcp add coinpaprika/dexpaprika. Zero-setup option: point an MCP client at https://mcp.dexpaprika.com/streamable-http (hosted endpoint). Add a dexpaprika entry to your Claude Desktop config file and restart.
{"mcpServers":{"dexpaprika":{"command":"npx","args":["dexpaprika-mcp@latest"]}}}