MCP Catalogs
Homedexpaprika-mcp screenshot

dexpaprika-mcp

by coinpaprika·40·Score 46

A comprehensive MCP server for accessing real-time crypto and DEX data across multiple blockchains with 14 specialized tools.

financeai-llmdeveloper-tools
11
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The DexPaprika MCP server provides AI assistants with programmatic access to cryptocurrency and decentralized exchange (DEX) data. It offers 14 tools for querying token prices, liquidity pools, trading volumes, and historical market data across 33 supported blockchain networks. The server is designed with zero-configuration requirements, making it easy for AI assistants like Claude to fetch real-time and historical data without API keys.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Cryptocurrency market analysis and price tracking across multiple blockchains
you:Comparing DEX performance, fee structures, and liquidity across different networks
you:Analyzing token performance, pool liquidity, and trading patterns for DeFi applications
you:Do I need API keys to use this MCP server?
you:What rate limits are imposed on this server?

When to choose this

Choose DexPaprika MCP when you need access to real-time and historical DEX data without API key management, especially for cryptocurrency analysis and portfolio tracking applications.

When NOT to choose this

Don't choose this if you need more than 10,000 API requests per day, require write access to blockchain data, or need extensive historical data beyond 1 year for OHLCV queries.

Tools this server exposes

12 tools extracted from the README
  • getCapabilities

    Server capabilities, workflow patterns, network synonyms, and best practices

  • getNetworks

    List all supported blockchain networks

  • getStats

    Get high-level ecosystem stats including total networks, DEXes, pools, and tokens

  • search

    Search tokens, pools, and DEXes across all networks by name, symbol, or address

  • getNetworkDexes

    List DEXes on a specific network

  • getNetworkPools

    Get top liquidity pools on a network

  • getDexPools

    Get pools from a specific DEX

  • getPoolDetails

    Get detailed pool information including price, volume, TVL, and tokens

  • getTokenDetails

    Get detailed token information including price, market cap, and supply

  • getTokenPools

    Get liquidity pools containing a specific token

  • getPoolOHLCV

    Get historical OHLCV candle data for a pool

  • getPoolTransactions

    Get recent transactions and trades for a pool

Comparable tools

coingecko-mcpdefillama-mcpcrypto-pulse-mcp

Installation

Installation

Smithery (Recommended)

npx -y @smithery/cli install @coinpaprika/dexpaprika-mcp --client claude

Manual Installation

npm install -g dexpaprika-mcp
dexpaprika-mcp

Claude Desktop Integration

Add to Claude Desktop config:

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

Hosted Alternative (No Installation)

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

FAQ

Do I need API keys to use this MCP server?
No API keys are required. The DexPaprika MCP server provides access to the API without authentication.
What rate limits are imposed on this server?
The free tier allows 10,000 requests per day. Response times are typically 100-500ms depending on the network.

Compare dexpaprika-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.