Back to MCP Servers

Dexpaprika

Coinpaprika's DexPaprika MCP server exposes high-performance [DexPaprika API](https://docs.dexpaprika.com) covering 20+ chains and 5M+ tokens with real time pricing, liquidity pool data & historical OHLCV data, providing AI agents standardized access to comprehensive market data…

finance-fintechperformanceapiaiagent

Installation

npx -y dexpaprika-mcp

Configuration

{
  "mcpServers": {
    "dexpaprika-mcp": {
      "command": "npx",
      "args": ["-y", "dexpaprika-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub