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
By coinpaprika
Installation
npx -y dexpaprika-mcpConfiguration
{
"mcpServers": {
"dexpaprika-mcp": {
"command": "npx",
"args": ["-y", "dexpaprika-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes