coinpaprika/dexpaprika-mcp
FreeCoinpaprika 的 DexPaprika MCP 服务器,暴露高性能 DexPaprika API (20+ 链/5M+ 代币/实时价格/流动性/历史数据)。
FreeFree tier
About coinpaprika/dexpaprika-mcp
DexPaprika MCP Server is a Model Context Protocol (MCP) server that provides on-demand access to DexPaprika's cryptocurrency and DEX data API. Built specifically for AI assistants like Claude, it enables programmatic fetching of real-time token, pool, and DEX data across multiple blockchains with zero configuration and no API keys required. The server offers 17 tools covering token analysis, DEX comparisons, liquidity pool analytics, market analysis, portfolio tracking, and technical analysis using historical OHLCV data. Installation options include npm global install, npx, Smithery, or a hosted alternative at mcp.dexpaprika.com for zero setup.
Key Features
Real-time crypto token data, DEX trading activity, and DeFi analytics across multiple blockchains
No API keys required and zero configuration for AI assistants like Claude
17 tools including token analysis, DEX comparisons, liquidity pool analytics, and technical analysis using OHLCV data
Multiple installation methods: npm global, npx, Smithery, or hosted alternative at mcp.dexpaprika.com
Supports over 20 blockchains and 5 million tokens (via DexPaprika)
Snake_case parameters and 1-indexed pagination in latest version
Pros & Cons
Pros
- Free and open source with no API key required
- Easy integration with Claude and other MCP-compatible assistants
- Rich set of 17 tools covering a wide range of DeFi data needs
- Multiple deployment options including a zero-setup hosted version
- Supports multiple blockchains and large token coverage
Cons
- Requires Node.js environment for local installation
- Data coverage limited to DexPaprika's supported blockchains and DEXes
- May require familiarity with MCP protocol for advanced usage or custom integrations
- Dependency on external API availability and latency
Best For
Token analysis: track price movements, liquidity depth changes, and volume patternsDEX comparisons: analyze fee structures, volume, and available pools across different DEXesLiquidity pool analytics: monitor TVL changes, impermanent loss calculations, and price impact assessmentsMarket analysis: cross-chain token comparisons, volume trends, and trading activity metricsPortfolio tracking: real-time value tracking, historical performance analysis, yield opportunitiesTechnical analysis: perform advanced analysis using historical OHLCV data including trend identification and pattern recognition
FAQ
Do I need an API key to use DexPaprika MCP?
No, the DexPaprika MCP server requires no API keys. It provides free access to DexPaprika's data.
How do I install the DexPaprika MCP server?
You can install it globally via npm: npm install -g dexpaprika-mcp, or run directly with npx: npx dexpaprika-mcp@latest. It can also be installed via Smithery or used as a hosted service at mcp.dexpaprika.com.
How do I integrate with Claude Desktop?
Add the following configuration to your Claude Desktop config file (claude_desktop_config.json): { "mcpServers": { "dexpaprika": { "command": "npx", "args": ["dexpaprika-mcp@latest"] } } }
Is there a hosted version without installation?
Yes, a hosted MCP server is available at mcp.dexpaprika.com. No installation or API key is needed.