MCP Directory

DexPaprika MCP Server

Real-time crypto token, DEX, and DeFi liquidity-pool data across 33+ blockchains. No API key required.

Unverified
stdio (local)
No auth
JavaScript

Add to your client

Copy the config for your MCP client and paste it into its config file.

Install / run
npm install -g dexpaprika-mcp

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json

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

Step-by-step guides: Add to Claude Desktop · Add to Cursor · Add to Windsurf

Before you start

  • Node.js (for npx / global npm install)
  • Internet access

About DexPaprika MCP Server

A Model Context Protocol server that provides AI assistants like Claude with programmatic, real-time access to DexPaprika's on-chain analytics API. It covers token prices, DEX trading activity, liquidity pools, historical OHLCV data, and transactions across 33+ blockchains with no API key and zero setup. Can be run locally over stdio or accessed via the vendor-hosted server (Streamable HTTP / SSE / JSON-RPC).

Tools & capabilities (14)

getCapabilities

Server capabilities, workflow patterns, network synonyms, and best practices. Recommended starting point for agents.

getNetworks

List all supported blockchain networks (33+).

getStats

High-level ecosystem stats: 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. Requires: network.

getNetworkPools

Primary tool — get top liquidity pools on a network. Requires: network.

getDexPools

Get pools from a specific DEX. Requires: network, dex.

getNetworkPoolsFilter

Filter pools by volume, transactions, and creation time (server-side). Requires: network.

getPoolDetails

Detailed pool info — price, volume, TVL, and tokens. Requires: network, pool_address.

getPoolOHLCV

Historical OHLCV candle data for a pool. Requires: network, pool_address, start.

getPoolTransactions

Recent transactions/trades for a pool. Requires: network, pool_address.

getTokenDetails

Detailed token information. Requires: network, token_address.

getTokenPools

Liquidity pools containing a token. Requires: network, token_address.

getTokenMultiPrices

Batched prices for up to 10 tokens. Requires: network, tokens[].

What this server can do

DexPaprika MCP Server provides tools for these capabilities — tap one to see every MCP server that does the same:

When to use it

  • Track token price movements, liquidity depth changes, and volume patterns
  • Compare DEXes by fee structure, volume, and available pools
  • Liquidity-pool analytics: TVL changes, impermanent-loss, and price-impact assessments
  • Cross-chain market analysis and trading-activity metrics
  • Portfolio tracking with real-time value and historical performance
  • Technical analysis from historical OHLCV data (trends, patterns, indicators)

Security notes

No API key required. Free tier allows 10,000 requests per day. On rate-limit errors (DP429_RATE_LIMIT), implement exponential backoff. The local server listens on port 8010 by default.

DexPaprika MCP Server FAQ

Do I need an API key?

No. DexPaprika MCP requires no API key. The free tier allows 10,000 requests per day.

Which networks are supported?

33+ blockchain networks. Use the getNetworks tool to list all currently supported networks.

Can I use it without installing anything locally?

Yes. The vendor hosts an MCP server at mcp.dexpaprika.com with the same 14 tools, reachable via Streamable HTTP (https://mcp.dexpaprika.com/streamable-http), SSE, or JSON-RPC.

How do I add it to Claude Desktop?

Add an mcpServers entry with command 'npx' and args ['dexpaprika-mcp'] to claude_desktop_config.json, then restart Claude Desktop.

How fresh is the data?

Pool and token data are updated roughly every 15-30 seconds; most endpoints respond in 100-500ms.

Alternatives to DexPaprika MCP Server

Compare all alternatives →

Official Stripe server for payments, customers, subscriptions, invoices, and billing via natural language.

Featured
Verified
stdio (local)
API key
TypeScript
12 tools
Updated 1 month agoRepo

Coinbase's AgentKit MCP extension for onchain actions: transfers, swaps, and contract calls.

Verified
stdio (local)
API key
TypeScript
9 tools
Updated 1 month agoRepo

Alpaca's official trading server for stocks, ETFs, options, and crypto in plain English.

Verified
stdio (local)
API key
Python
12 tools
Updated 1 month agoRepo