Skip to content
Back to DexPaprika MCP Agent

Card snapshot

mcp.dexpaprika.com · 2026-08-18 00:22:11 UTC · c32d1201cb43a5865d014d754641ab2ab563e23150ce87052542abf1eeb914f9

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "DexPaprika MCP Agent",
  "description": "Free multi-chain DEX data via MCP: 33M+ tokens, 36M+ pools across 36 blockchains. No API key needed to start.",
  "provider": {
    "name": "CoinPaprika",
    "url": "https://coinpaprika.com"
  },
  "version": "2.4.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "supportedInterfaces": [
    {
      "type": "sse",
      "url": "https://mcp.dexpaprika.com/sse"
    },
    {
      "type": "streamable-http",
      "url": "https://mcp.dexpaprika.com/streamable-http"
    },
    {
      "type": "http",
      "url": "https://api.dexpaprika.com"
    }
  ],
  "interfaces": [
    {
      "type": "sse",
      "url": "https://mcp.dexpaprika.com/sse"
    },
    {
      "type": "streamable-http",
      "url": "https://mcp.dexpaprika.com/streamable-http"
    },
    {
      "type": "http",
      "url": "https://api.dexpaprika.com"
    }
  ],
  "securitySchemes": [],
  "security": [],
  "skills": [
    {
      "id": "query-tokens",
      "name": "query-tokens",
      "description": "Query token prices, metadata, and pools across 36 chains"
    },
    {
      "id": "query-pools",
      "name": "query-pools",
      "description": "Query liquidity pools, OHLCV data, transactions"
    },
    {
      "id": "stream-prices",
      "name": "stream-prices",
      "description": "SSE streaming of token prices via /sse/prices. Updates are swap-driven: pushed when a swap moves the price, not on a fixed cadence and not per block. Up to 25 subscriptions per POST connection."
    },
    {
      "id": "stream-reserves",
      "name": "stream-reserves",
      "description": "SSE streaming of pool reserve updates via /sse/reserves, with USD-denominated deltas, emitted when a swap changes a pool's reserves. Up to 25 subscriptions per POST connection."
    }
  ],
  "relatedServices": [
    {
      "role": "product-ui",
      "url": "https://dexpaprika.com",
      "description": "Interactive product UI. Best when an agent needs to drive the site like a user (star favorites, filter pools, navigate charts). 107 UI actions exposed via declarative WebMCP."
    },
    {
      "role": "rest-api",
      "url": "https://api.dexpaprika.com",
      "description": "Public REST API. Best for stateless one-off queries. No key needed to start on the free tier, at 30 requests per minute; monthly quotas at https://dexpaprika.com/api/pricing. Root redirects to docs; actual endpoints live at /networks, /stats, /search, etc."
    },
    {
      "role": "streaming-api",
      "url": "https://streaming.dexpaprika.com",
      "description": "SSE streaming over /sse/prices (token prices) and /sse/reserves (pool reserve updates with USD-denominated deltas). Updates are swap-driven, pushed when a swap moves the value, not on a fixed cadence and not per block. POST forms accept up to 25 subscriptions; 10 concurrent streams per IP."
    },
    {
      "role": "mcp-server",
      "url": "https://mcp.dexpaprika.com",
      "description": "Hosted MCP server with 17 tools across SSE, streamable-HTTP, and JSON-RPC transports. Best for multi-step agent workflows that benefit from a persistent session."
    },
    {
      "role": "docs",
      "url": "https://docs.dexpaprika.com",
      "description": "Full human-readable documentation. Supports markdown negotiation and llms.txt for agent consumption."
    },
    {
      "role": "agents-front-door",
      "url": "https://agents.dexpaprika.com",
      "description": "AI-agent landing page with setup commands for Claude, ChatGPT, Cursor, and other MCP clients. Hosts the canonical skill.md."
    }
  ],
  "documentationUrl": "https://docs.dexpaprika.com"
}