Dex Paprika MCP Server

A Model Context Protocol (MCP) server that provides on-demand access to DexPaprika's cryptocurrency and DEX data API. Built specifically for AI assistants like Claude to programmatically fetch current token, pool and DEX data with zero configuration. Its README documents 5 tools, including getCapabilities, getNetworks, getStats. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 42 · #158 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Dex Paprika

before you install - you'll need

Set DEXPAPRIKA_API_KEY before connecting.

Claude Code

claude mcp add coinpaprika-dexpaprika-mcp --transport http https://mcp.dexpaprika.com/streamable-http

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.dexpaprika.com/streamable-http

transport: streamable-http

endpoint NOT responding · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.dexpaprika.com

license MIT - declared in the repository

registry vendor namespace com.dexpaprika - domain-verified with the official MCP registry

03 · What Dex Paprika can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list every supported blockchain network (36), and search tokens, pools, and DEXes across ALL networks by name, symbol, or address.

The 5 tools it gives your agent

Extracted from the project's README - what DexPaprika lets an agent do.

getCapabilities
- Server capabilities, workflow patterns, network synonyms, and best practices. Start here.
getNetworks
- List every supported blockchain network (36)
getStats
- High-level ecosystem stats (total networks, DEXes, pools, tokens)
search
- Search tokens, pools, and DEXes across ALL networks by name, symbol, or address
getKeyStatus
- Whether a key is being sent and which plan the API sees. Reads no market data.

Latest releases

v2.5.0 · 2026-08-14

Added · Optional API key. Set DEXPAPRIKA_API_KEY and the server sends it. Keyless is and remains the default: with nothing configured the outbound request is what it always was, plus a User-Agent. The key is the entire…

v2.4.0 · 2026-08-14

Breaking · getDexPools no longer calls GET /networks/{network}/dexes/{dex}/pools. That endpoint was removed from the API and answers HTTP 410, so the tool returned an error for every caller. It now proxies GET…

v2.3.4 · 2026-08-14

Changed · README no longer states the monthly free-tier quotas. They changed on 2026-08-11 (keyless 400K to 50K, free key 500K to 300K) and the published README is frozen into each tarball, so a hard-coded figure goes…

04 · Who maintains Dex Paprika

DexPaprika is maintained by coinpaprika. We track 2 MCP servers from coinpaprika - 2 actively maintained, 42 combined GitHub stars, oldest repo from Mar 2025.

05 · Facts

category
finance - ranked #158 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-14)
registry
com.dexpaprika/dexpaprika (active, first published 2025-10-22 · 3 versions)

06 · Dex Paprika FAQ

Is Dex Paprika still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 8 releases in the last 90 days. We re-verify nightly.

What can Dex Paprika do?

With this server connected, an agent can list every supported blockchain network (36), and search tokens, pools, and DEXes across ALL networks by name, symbol, or address.

How do I install Dex Paprika?

Run `claude mcp add coinpaprika-dexpaprika-mcp --transport http https://mcp.dexpaprika.com/streamable-http`. The README documents one environment variable (DEXPAPRIKA_API_KEY) to set first. Set DEXPAPRIKA_API_KEY before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Dex Paprika