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: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 asdexpaprika-mcp:
SDKs
Quickstarts: TypeScript, Go, Python, PHP.
CLI
A Rust CLI with real-time SSE streaming built in, on crates.io:Agent and automation integrations
n8n
Then8n-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:
LangChain
langchain-dexpaprika provides ready-made tools and a toolkit:
Claude plugin
Adds the MCP server, a DeFi data analyst agent, and four analysis skills to Claude Code:Agent skills
Portable skills that teach any agent the endpoints and response shapes, from coinpaprika/skills: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 atstreaming.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 ascom.dexpaprika/dexpaprika, on Glama, and on Smithery.