DexPaprika

v1.0.0Finance & Fintechstable

🎖️ 📇 ☁️ 🍎 🪟 🐧 - Coinpaprika's DexPaprika MCP server exposes high-performance [DexPaprika API](https://docs.dexpaprika.com) covering 20+ chains and 5M+ tokens with real time pricing, liquidity pool data & historical OHLCV data, providing AI agents sta

claude-integrationcrypto-analysis-toolcrypto-apicryptocurrencydefi
Share:
40
Stars
0
Downloads
0
Weekly
0/5

What is DexPaprika?

DexPaprika is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🎖️ 📇 ☁️ 🍎 🪟 🐧 - coinpaprika's dexpaprika mcp server exposes high-performance [dexpaprika api](https://docs.dexpaprika.com) covering 20+ chains and 5m+ tokens with real time pricing, liquidity poo...

🎖️ 📇 ☁️ 🍎 🪟 🐧 - Coinpaprika's DexPaprika MCP server exposes high-performance [DexPaprika API](https://docs.dexpaprika.com) covering 20+ chains and 5M+ tokens with real time pricing, liquidity pool data & historical OHLCV data, providing AI agents sta

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Coinpaprika's DexPaprika MCP server exposes

Use Cases

Analyze real-time pricing across 20+ blockchain chains.
Access liquidity pool data for 5M+ tokens.
Retrieve historical OHLCV data for crypto analysis.
coinpaprika

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx dexpaprika-coinpaprika

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use DexPaprika

DexPaprika MCP server by CoinPaprika exposes a high-performance DEX analytics API covering 20+ blockchain networks and over 5 million tokens to AI assistants via the Model Context Protocol. It provides 14 tools for real-time token pricing, liquidity pool discovery and analysis, historical OHLCV candlestick data, DEX comparisons, and batch multi-token price lookups — all without requiring an API key, as the DexPaprika API is free and publicly accessible. Crypto traders, DeFi researchers, and AI agents that need live on-chain market data will find this server a capable data source.

Prerequisites

  • Node.js 18+ and npm or npx installed
  • No API key required — DexPaprika API is publicly accessible
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Run the server directly with npx (no install needed)

The fastest way to use DexPaprika MCP is via npx, which downloads and runs the package without a global install.

npx dexpaprika-mcp
2

Or install globally for faster startup

Install the package globally to avoid npx download overhead on every launch.

npm install -g dexpaprika-mcp
3

Add to Claude Desktop configuration

Edit your claude_desktop_config.json to register the DexPaprika server. No environment variables or API keys are needed.

{
  "mcpServers": {
    "dexpaprika": {
      "command": "npx",
      "args": ["dexpaprika-mcp"]
    }
  }
}
4

Or use the hosted streaming endpoint

For zero-setup access, point your MCP client to the hosted streamable-http endpoint — no local process required.

{
  "mcpServers": {
    "dexpaprika": {
      "type": "streamable-http",
      "url": "https://mcp.dexpaprika.com/streamable-http"
    }
  }
}
5

Restart your MCP client and verify the tools are available

Restart Claude Desktop or reload Claude Code. Ask the AI to list available DexPaprika tools or call getCapabilities to confirm all 14 tools are loaded.

DexPaprika Examples

Client configuration

Claude Desktop configuration using npx for local execution — no API key required.

{
  "mcpServers": {
    "dexpaprika": {
      "command": "npx",
      "args": ["dexpaprika-mcp"]
    }
  }
}

Prompts to try

Once connected, use these prompts to explore DeFi market data across chains.

- "Analyze the JUP token on Solana — fetch its current price, 24h volume, and top liquidity pools"
- "Compare trading volume between Uniswap V3 and SushiSwap on Ethereum"
- "Get the 7-day OHLCV data for the SOL/USDC pool on Raydium"
- "Find the top 5 liquidity pools by TVL on the Fantom network"
- "Look up current prices for WBTC, ETH, and ARB in a single batch request"

Troubleshooting DexPaprika

npx dexpaprika-mcp fails with package not found

Ensure you have Node.js 18+ and a working npm registry connection. Try clearing the npx cache: npx clear-npx-cache, then retry. Alternatively install globally: npm install -g dexpaprika-mcp.

Tool calls return empty results for a specific network or token

Verify the network name using the getNetworks tool to see the exact identifiers DexPaprika uses (e.g., 'ethereum', 'solana', 'bsc'). Token addresses must be the canonical checksummed address for the target chain.

Rate limit errors when making many consecutive requests

The DexPaprika public API has rate limits. Space out requests or use the getTokenMultiPrices tool to batch up to 10 token price lookups in a single API call instead of making individual requests.

Frequently Asked Questions about DexPaprika

What is DexPaprika?

DexPaprika is a Model Context Protocol (MCP) server that 🎖️ 📇 ☁️ 🍎 🪟 🐧 - coinpaprika's dexpaprika mcp server exposes high-performance [dexpaprika api](https://docs.dexpaprika.com) covering 20+ chains and 5m+ tokens with real time pricing, liquidity pool data & historical ohlcv data, providing ai agents sta It connects AI assistants to external tools and data sources through a standardized interface.

How do I install DexPaprika?

Follow the installation instructions on the DexPaprika GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with DexPaprika?

DexPaprika works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is DexPaprika free to use?

Yes, DexPaprika is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "dexpaprika-coinpaprika": { "command": "npx", "args": ["-y", "dexpaprika-coinpaprika"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use DexPaprika?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides