Skip to main content
Everything official we ship for DexPaprika, with the install command for each. All of it reads the same API: 36 blockchains, 230+ DEXes, 36M+ pools and 33M+ tokens.
Version numbers are deliberately not listed here, because they go stale faster than a docs page does. Each link goes to the canonical registry, which always shows the current release.

Which one do I want?

MCP servers

Two ways to connect an AI agent. Both expose the same data; the hosted server needs no install.

Hosted MCP server

Nothing to install. Point any MCP client at the URL:
Streamable HTTP is also available at https://mcp.dexpaprika.com/streamable-http. See the hosted MCP server guide, the full tools reference, and the client setup pages for Cursor, VS Code, Codex and others.

Self-hosted MCP server

Runs locally over stdio, published on npm as dexpaprika-mcp:
Setup and the tool list are on the MCP server page. The self-hosted build exposes the read tools; the hosted server adds feedback submission.

SDKs

Quickstarts: TypeScript, Go, Python, PHP.

CLI

A Rust CLI with real-time SSE streaming built in, on crates.io:
See the CLI tutorial for commands and output formats.

Agent and automation integrations

n8n

The n8n-nodes-dexpaprika community node gives you typed Token, Pool and Network operations, and works as an AI Agent tool. On self-hosted n8n, go to Settings > Community Nodes > Install and enter:
Full setup, plus the no-install alternative using n8n’s built-in MCP Client Tool, is on the n8n page.

LangChain

langchain-dexpaprika provides ready-made tools and a toolkit:
See the LangChain page. For CrewAI and the Vercel AI SDK, both of which consume the hosted MCP server directly, see CrewAI and Vercel AI SDK.

Claude plugin

Adds the MCP server, a DeFi data analyst agent, and four analysis skills to Claude Code:
Walkthrough on the Claude Code plugin guide.

Agent skills

Portable skills that teach any agent the endpoints and response shapes, from coinpaprika/skills:
Skills do not auto-update: the installed copy is a snapshot, so re-run the command to refresh it. Details on the skills page.

Agent landing page

agents.dexpaprika.com is a single markdown-first page written for agents to read directly, with the endpoint list and streaming quickstart. The raw skill file is at dexpaprika.com/agents/skill.md.

Streaming

Server-sent events for live token prices and pool reserves at streaming.dexpaprika.com. Start with the streaming introduction and the quick start.
Each update delivered over a stream counts as one request against your monthly quota, the same as a REST call. Because updates are pushed only when the price moves, budget for the update rate of what you subscribe to rather than the number of connections. See rate limits.

Where else you can find us

DexPaprika’s MCP server is listed in the official MCP registry as com.dexpaprika/dexpaprika, on Glama, and on Smithery.

Getting started

No API key is needed to start. A free registered key raises your monthly quota, and Pro raises it further with a higher per-minute rate. See rate limits and API Pro.