
dexpaprika-mcp
by coinpaprika·★ 40·Score 46
A comprehensive MCP server for accessing real-time crypto and DEX data across multiple blockchains with 14 specialized tools.
Overview
The DexPaprika MCP server provides AI assistants with programmatic access to cryptocurrency and decentralized exchange (DEX) data. It offers 14 tools for querying token prices, liquidity pools, trading volumes, and historical market data across 33 supported blockchain networks. The server is designed with zero-configuration requirements, making it easy for AI assistants like Claude to fetch real-time and historical data without API keys.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose DexPaprika MCP when you need access to real-time and historical DEX data without API key management, especially for cryptocurrency analysis and portfolio tracking applications.
When NOT to choose this
Don't choose this if you need more than 10,000 API requests per day, require write access to blockchain data, or need extensive historical data beyond 1 year for OHLCV queries.
Tools this server exposes
12 tools extracted from the READMEgetCapabilitiesServer capabilities, workflow patterns, network synonyms, and best practices
getNetworksList all supported blockchain networks
getStatsGet high-level ecosystem stats including total networks, DEXes, pools, and tokens
searchSearch tokens, pools, and DEXes across all networks by name, symbol, or address
getNetworkDexesList DEXes on a specific network
getNetworkPoolsGet top liquidity pools on a network
getDexPoolsGet pools from a specific DEX
getPoolDetailsGet detailed pool information including price, volume, TVL, and tokens
getTokenDetailsGet detailed token information including price, market cap, and supply
getTokenPoolsGet liquidity pools containing a specific token
getPoolOHLCVGet historical OHLCV candle data for a pool
getPoolTransactionsGet recent transactions and trades for a pool
Comparable tools
Installation
Installation
Smithery (Recommended)
npx -y @smithery/cli install @coinpaprika/dexpaprika-mcp --client claudeManual Installation
npm install -g dexpaprika-mcp
dexpaprika-mcpClaude Desktop Integration
Add to Claude Desktop config:
{
"mcpServers": {
"dexpaprika": {
"command": "npx",
"args": ["dexpaprika-mcp"]
}
}
}Hosted Alternative (No Installation)
{
"mcpServers": {
"dexpaprika": {
"type": "streamable-http",
"url": "https://mcp.dexpaprika.com/streamable-http"
}
}
}FAQ
- Do I need API keys to use this MCP server?
- No API keys are required. The DexPaprika MCP server provides access to the API without authentication.
- What rate limits are imposed on this server?
- The free tier allows 10,000 requests per day. Response times are typically 100-500ms depending on the network.
Compare dexpaprika-mcp with
Last updated · Auto-generated from public README + GitHub signals.