coinpaprika/dexpaprika-mcp
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 through Model Context Protocol.
Ads
Overview
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 through Model Context Protocol.
Installation
npm install -g dexpaprika-mcp
Configuration
{
"mcpServers": {
"dexpaprika": {
"command": "npx",
"args": ["dexpaprika-mcp@latest"]
}
}Capabilities
- Discover networks and stats
List all supported blockchains and ecosystem stats with `getNetworks` and `getStats`.
- Search across networks
Find tokens, pools, or DEXes by name, symbol, or address using `search`.
- Analyze token details
Fetch detailed token info and its liquidity pools with `getTokenDetails` and `getTokenPools`.
- Compare DEX performance
List DEXes on a network and inspect their pools via `getNetworkDexes` and `getDexPools`.
- Get pool analytics
Retrieve top or filtered pools by volume, transactions, or creation time with `getNetworkPools` and `getNetworkPoolsFilter`.
- Historical price data
Get OHLCV candles for a pool with `getPoolOHLCV` for technical analysis.
Tags
- crypto
- defi
- data-analysis
- evm
- analytics
- awesome-list
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.