
DexPaprika MCP Server
Real-time crypto token, DEX, and DeFi liquidity-pool data across 33+ blockchains. No API key required.
Add to your client
Copy the config for your MCP client and paste it into its config file.
npm install -g dexpaprika-mcpPaste into ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dexpaprika-mcp-server": {
"command": "npx",
"args": [
"dexpaprika-mcp"
]
}
}
}Step-by-step guides: Add to Claude Desktop · Add to Cursor · Add to Windsurf
Before you start
- Node.js (for npx / global npm install)
- Internet access
About DexPaprika MCP Server
A Model Context Protocol server that provides AI assistants like Claude with programmatic, real-time access to DexPaprika's on-chain analytics API. It covers token prices, DEX trading activity, liquidity pools, historical OHLCV data, and transactions across 33+ blockchains with no API key and zero setup. Can be run locally over stdio or accessed via the vendor-hosted server (Streamable HTTP / SSE / JSON-RPC).
Tools & capabilities (14)
getCapabilitiesServer capabilities, workflow patterns, network synonyms, and best practices. Recommended starting point for agents.
getNetworksList all supported blockchain networks (33+).
getStatsHigh-level ecosystem stats: 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. Requires: network.
getNetworkPoolsPrimary tool — get top liquidity pools on a network. Requires: network.
getDexPoolsGet pools from a specific DEX. Requires: network, dex.
getNetworkPoolsFilterFilter pools by volume, transactions, and creation time (server-side). Requires: network.
getPoolDetailsDetailed pool info — price, volume, TVL, and tokens. Requires: network, pool_address.
getPoolOHLCVHistorical OHLCV candle data for a pool. Requires: network, pool_address, start.
getPoolTransactionsRecent transactions/trades for a pool. Requires: network, pool_address.
getTokenDetailsDetailed token information. Requires: network, token_address.
getTokenPoolsLiquidity pools containing a token. Requires: network, token_address.
getTokenMultiPricesBatched prices for up to 10 tokens. Requires: network, tokens[].
What this server can do
DexPaprika MCP Server provides tools for these capabilities — tap one to see every MCP server that does the same:
When to use it
- Track token price movements, liquidity depth changes, and volume patterns
- Compare DEXes by fee structure, volume, and available pools
- Liquidity-pool analytics: TVL changes, impermanent-loss, and price-impact assessments
- Cross-chain market analysis and trading-activity metrics
- Portfolio tracking with real-time value and historical performance
- Technical analysis from historical OHLCV data (trends, patterns, indicators)
Security notes
No API key required. Free tier allows 10,000 requests per day. On rate-limit errors (DP429_RATE_LIMIT), implement exponential backoff. The local server listens on port 8010 by default.
DexPaprika MCP Server FAQ
Do I need an API key?
No. DexPaprika MCP requires no API key. The free tier allows 10,000 requests per day.
Which networks are supported?
33+ blockchain networks. Use the getNetworks tool to list all currently supported networks.
Can I use it without installing anything locally?
Yes. The vendor hosts an MCP server at mcp.dexpaprika.com with the same 14 tools, reachable via Streamable HTTP (https://mcp.dexpaprika.com/streamable-http), SSE, or JSON-RPC.
How do I add it to Claude Desktop?
Add an mcpServers entry with command 'npx' and args ['dexpaprika-mcp'] to claude_desktop_config.json, then restart Claude Desktop.
How fresh is the data?
Pool and token data are updated roughly every 15-30 seconds; most endpoints respond in 100-500ms.
Alternatives to DexPaprika MCP Server
Compare all alternatives →Official Stripe server for payments, customers, subscriptions, invoices, and billing via natural language.
Coinbase's AgentKit MCP extension for onchain actions: transfers, swaps, and contract calls.
Alpaca's official trading server for stocks, ETFs, options, and crypto in plain English.
Compare DexPaprika MCP Server with: