HomeFinance › DexPaprika

DexPaprika

DEX and on-chain data: liquidity pools, token prices, swaps, and trading volume.

Official TypeScript Cloud macOSWindowsLinux Remote
★ 42 stars Last pushed 2026-09-21 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.dexpaprika.com/streamable-http Responded, but not as an MCP endpoint

Claude Code:

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

Or add to your MCP client config:

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

Remote (sse)

https://mcp.dexpaprika.com/sse Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport sse dexpaprika-mcp https://mcp.dexpaprika.com/sse

Or add to your MCP client config:

{
  "mcpServers": {
    "dexpaprika-mcp": {
      "url": "https://mcp.dexpaprika.com/sse"
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry