Provides access to Ethereum DEX data including token prices, liquidity pools, trading volumes, and transaction history across decentralized exchanges like Uniswap
Allows querying Fantom network DEX data for token analysis, liquidity pool monitoring, and trading volume statistics across supported decentralized exchanges
Enables retrieval of Solana blockchain DEX analytics including token metrics, pool data, OHLCV price data, and trading activity from decentralized exchanges like Raydium
DexPaprika MCP Server
A Model Context Protocol (MCP) server that provides on-demand access to DexPaprika's cryptocurrency and DEX data API. Built specifically for AI assistants like Claude to programmatically fetch real-time token, pool, and DEX data with zero configuration.
TL;DR
DexPaprika MCP connects Claude to live DEX data across multiple blockchains. No API keys required. Installation | Configuration | API Reference
🚨 Version 1.1.0 Update Notice
Breaking Change: The global /pools
endpoint has been removed. If you're upgrading from v1.0.x, please see the Migration Guide below.
What Can You Build?
Token Analysis Tools: Track price movements, liquidity depth changes, and volume patterns
DEX Comparisons: Analyze fee structures, volume, and available pools across different DEXes
Liquidity Pool Analytics: Monitor TVL changes, impermanent loss calculations, and price impact assessments
Market Analysis: Cross-chain token comparisons, volume trends, and trading activity metrics
Portfolio Trackers: Real-time value tracking, historical performance analysis, yield opportunities
Technical Analysis: Perform advanced technical analysis using historical OHLCV data, including trend identification, pattern recognition, and indicator calculations
Installation
Installing via Smithery
To install DexPaprika for Claude Desktop automatically via Smithery:
Manual Installation
The server runs on port 8010 by default. You'll see MCP server is running at http://localhost:8010
when successfully started.
Video Tutorial
Watch our step-by-step tutorial on setting up and using the DexPaprika MCP server:
Claude Desktop Integration
Add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
After restarting Claude Desktop, the DexPaprika tools will be available to Claude automatically.
Migration from v1.0.x to v1.1.0
⚠️ Breaking Changes
The global getTopPools
function has been removed due to API deprecation.
Migration Steps
Before (v1.0.x):
After (v1.1.0):
Benefits of the New Approach
Better Performance: Network-specific queries are faster and more efficient
More Relevant Results: Get pools that are actually relevant to your use case
Improved Scalability: Better suited for handling large amounts of data across networks
Technical Capabilities
The MCP server exposes these specific endpoints Claude can access:
Network Operations
Function | Description | Example |
| Retrieves all supported blockchain networks and metadata |
|
| Lists DEXes available on a specific network |
|
Pool Operations
Function | Description | Required Parameters | Example Usage |
| [PRIMARY] Gets top pools on a specific network |
,
| Get Solana's highest liquidity pools |
| Gets top pools for a specific DEX |
,
| List pools on Uniswap V3 |
| Gets detailed pool metrics |
,
| Complete metrics for USDC/ETH pool |
| Retrieves time-series price data for various analytical purposes (technical analysis, ML models, backtesting) |
,
,
,
| 7-day hourly candles for SOL/USDC |
| Lists recent transactions in a pool |
,
| Last 20 swaps in a specific pool |
Token Operations
Function | Description | Required Parameters | Output Fields |
| Gets comprehensive token data |
,
|
,
,
, etc. |
| Lists pools containing a token |
,
| Returns all pools with liquidity metrics |
| Finds tokens, pools, DEXes by name/id |
| Multi-entity search results |
Example Usage
Sample Prompts for Claude
When working with Claude, try these specific technical queries (updated for v1.1.0):
"Analyze the JUP token on Solana. Fetch price, volume, and top liquidity pools."
"Compare trading volume between Uniswap V3 and SushiSwap on Ethereum."
"Get the 7-day OHLCV data for SOL/USDC on Raydium and plot a price chart."
"Find the top 5 pools by liquidity on Fantom network and analyze their fee structures."
"Get recent transactions for the ETH/USDT pool on Uniswap and analyze buy vs sell pressure."
"Show me the top 10 pools on Ethereum by 24h volume using getNetworkPools."
"Search for all pools containing the ARB token and rank them by volume."
"Retrieve OHLCV data for BTC/USDT to analyze volatility patterns and build a price prediction model."
"First get all available networks, then show me the top pools on each major network."
Rate Limits & Performance
Free Tier Limits: 60 requests per minute
Response Time: 100-500ms for most endpoints (network dependent)
Data Freshness: Pool and token data updated every 15-30s
Error Handling: 429 status codes indicate rate limiting
OHLCV Data Availability: Historical data typically available from token/pool creation date
Troubleshooting
Common Issues:
Rate limiting: If receiving 429 errors, reduce request frequency
Missing data: Some newer tokens/pools may have incomplete historical data
Timeout errors: Large data requests may take longer, consider pagination
Network errors: Check network connectivity, the service requires internet access
OHLCV limitations: Maximum range between start and end dates is 1 year; use pagination for longer timeframes
Migration Issues:
"getTopPools not found": This function has been removed. Use
getNetworkPools
instead with a specific network parameter"410 Gone" errors: You're using a deprecated endpoint. Check the error message for guidance on the correct endpoint to use
Development
Changelog
See CHANGELOG.md for detailed release notes and migration guides.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Additional Resources
DexPaprika - Comprehensive onchain analytics market data
CoinPaprika - Comprehensive cryptocurrency market data
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Provides real-time access to cryptocurrency and DEX data across multiple blockchains, enabling users to analyze tokens, pools, trading volumes, and perform technical analysis through DexPaprika's API. No API keys required for seamless integration with AI assistants.