llms.txt Content
# DexPaprika MCP Server
> Free hosted Model Context Protocol (MCP) server for real-time and historical
> decentralized-exchange (DEX) data across 36+ blockchains. Free — no API key
> and no sign-up.
DexPaprika exposes 17 MCP tools covering liquidity pools, token prices, OHLCV
candles, swap transactions, DEX listings, and network stats. Point any MCP
client (Claude, Cursor, codex, or your own agent) at an endpoint below.
## Endpoints
- [SSE](https://mcp.dexpaprika.com/sse): recommended real-time transport
- [Streamable HTTP](https://mcp.dexpaprika.com/streamable-http): streaming transport
- [JSON-RPC](https://mcp.dexpaprika.com/json-rpc): stateless request/response
## Quick start (Claude Desktop / Cursor)
```json
{ "mcpServers": { "dexpaprika": { "url": "https://mcp.dexpaprika.com/sse" } } }
```
## Discovery
- [Markdown overview](https://mcp.dexpaprika.com/): this landing page as markdown
- [MCP server card](https://mcp.dexpaprika.com/.well-known/mcp/server-card.json): SEP-1649
- [Agent card](https://mcp.dexpaprika.com/.well-known/agent-card.json): A2A
- [API catalog](https://mcp.dexpaprika.com/.well-known/api-catalog): RFC 9727
## Tools
getNetworks, getNetworkDexes, getNetworkPools, getNetworkPoolsFilter, getDexPools, getPoolDetails, getPoolOHLCV, getPoolTransactions, getTokenDetails, getTokenPools, getTopTokens, filterNetworkTokens, getTokenMultiPrices, search, getStats, getCapabilities, submitFeedback.
## Docs
- [Full documentation](https://docs.dexpaprika.com/ai-integration/hosted-mcp-server)
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "DexPaprika MCP Server API",
"description": "REST subset of the DexPaprika MCP server, for platforms like ChatGPT Actions. Exposes 12 of the 17 MCP tools as REST operations. The pool and token filter tools reuse the pools/search and tokens/search operations; getCapabilities and submitFeedback are MCP-protocol-only. Keyless, no API key. The full tool set and agent onboarding are available via the MCP transports at /sse, /streamable-http, and /j