By coinpaprikaCreated 16 days ago
starstarstarstarstar

Real-time DEX analytics across 20+ blockchains with DexPaprika API.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

DexanalyticsBlockchain ApiCrypto DataApi ServerMcp Protocol

What is DexPaprika MCP Server?

DexPaprika is an MCP (Model Context Protocol) server providing on-demand access to real-time DEX (Decentralized Exchange) analytics across over 20 blockchains. It enables AI assistants like Claude to programmatically fetch cryptocurrency and DEX data without API keys or configuration.

How to use DexPaprika MCP Server?

  1. Installation Options:

    • Via Smithery: npx -y @smithery/cli install @coinpaprika/dexpaprika-mcp --client claude
    • Globally: npm install -g dexpaprika-mcp
  2. Start the server:

dexpaprika-mcp


3. **Claude Configuration**: Add server configuration to your Claude Desktop config file (macOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`)

4. **Usage Example**:
   ```javascript
   const solanaJupToken = await getTokenDetails({
     network: "solana", 
     tokenAddress: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN"
   });

Key Features of DexPaprika MCP Server?

  • Real-time DEX analytics across 20+ blockchains
  • Zero configuration access for AI assistants
  • Network-specific pool and token data endpoints
  • Historical OHLCV data for technical analysis
  • Claude Desktop integration built-in
  • Comprehensive token/pool analysis capabilities
  • Tracks price movements, liquidity, volume, and more

Use Cases of DexPaprika MCP Server?

  1. Token Analysis: Track price, volume, and liquidity changes for any token
  2. DEX Comparisons: Analyze fee structures, volume, and pools across different DEXes
  3. Liquidity Analytics: Monitor TVL, impermanent loss, and price impact assessments
  4. Market Analysis: Cross-chain token comparisons and volume trends
  5. Portfolio Tracking: Real-time value tracking and historical performance analysis
  6. Technical Analysis: Advanced analysis using historical OHLCV data
  7. Portfolio Optimization: Yield opportunity identification
  8. Machine Learning: Using OHLCV data for price prediction models

FAQ from DexPaprika MCP Server?

  • What blockchains are supported?

DexPaprika supports 20+ blockchains including Ethereum, Solana, Fantom, and others. See full list in the API reference.

  • Is it free to use?

Yes, the server is free to use with rate limits of 60 requests per minute.

  • Do I need an API key?

No, DexPaprika MCP provides zero-configuration access.

  • What's the difference between v1.0.x and v1.1.0?

The v1.1.0 update removed the global /pools endpoint in favor of network-specific queries which are more efficient and better performing.

  • What kind of data can I access?

You can access real-time token data, pool metrics, historical price data, network information, and DEX details across multiple blockchains.