Model Context Protocol (MCP) server that lets AI assistants fetch real-time and historical DEX/cryptocurrency data from DexPaprika with zero configuration.
https://github.com/coinpaprika/dexpaprika-mcpBuilding crypto analysis tools shouldn't require juggling multiple API keys, rate limits, and inconsistent data formats. DexPaprika MCP connects Claude directly to live DEX data across 15+ blockchains with a single npm install.
Instead of spending days integrating different DEX APIs, configuring authentication, and handling rate limits, you get instant access to:
No API keys. No rate limit juggling. Just ask Claude in natural language.
Token Analysis Dashboard
"Show me JUP token metrics on Solana - price, volume, and top 5 liquidity pools"
Claude fetches live data including current price, 24h volume, and ranked pools by liquidity.
Cross-DEX Arbitrage Opportunities
"Compare ETH/USDC pricing across Uniswap V3, SushiSwap, and Curve"
Get real-time price differences and volume data to spot arbitrage opportunities.
Technical Analysis Setup
"Get 30-day OHLCV data for SOL/USDC on Raydium and calculate RSI"
Historical candle data perfect for feeding into your analysis models or plotting charts.
DeFi Yield Farming Research
"Show me the highest APY pools on Fantom with over $100k TVL"
Identify lucrative yield opportunities with live liquidity metrics.
Add this to your Claude Desktop config:
{
"mcpServers": {
"dexpaprika": {
"command": "npx",
"args": ["dexpaprika-mcp"]
}
}
}
Restart Claude Desktop. Done. Claude now has access to live DEX data across 15+ blockchains.
Portfolio Tracking Natural language queries to track your DeFi positions: "What's the current value of my LP tokens in the ETH/USDC pool on Uniswap?"
Market Research "Which new tokens on Solana gained the most volume in the last 24 hours?" - Perfect for discovering trending tokens before they hit major exchanges.
Liquidity Analysis "Show me all USDT pools with decreasing TVL over the past week" - Identify potential risks in your yield farming strategies.
Technical Analysis Historical OHLCV data flows directly into your analysis tools - no CSV exports or manual data collection needed.
Traditional Approach:
DexPaprika MCP:
npm install commandThe difference is measured in hours saved per analysis, not features gained.
# Install globally
npm install -g dexpaprika-mcp
# Start the server
dexpaprika-mcp
Configure Claude Desktop and start asking questions like:
Your crypto research workflow just got significantly faster.