DexPaprika (CoinPaprika)

DexPaprika (CoinPaprika)

An MCP server enabling on-demand access to DexPaprika's real-time crypto, token, pool, and DEX data.

30
Stars
12
Forks
0
Releases

Overview

DexPaprika MCP Server is an MCP server that provides on-demand access to DexPaprika's cryptocurrency and DEX data API, designed for AI assistants like Claude to programmatically fetch real-time token, pool, and DEX data with zero configuration. It connects Claude to live cross-chain DEX data across multiple networks without requiring API keys. The server exposes MCP endpoints for discovering networks and DEXes, listing top pools, retrieving pool and token metrics, and obtaining historical price data. It also supports batched token pricing via getTokenMultiPrices and cross-network queries to power token analysis, DEX comparisons, liquidity pool analytics, market insights, portfolio tracking, and technical analysis use cases. The MCP server can be installed globally or via Smithery, and runs by default on port 8010. Claude Desktop integration is supported, and the documentation covers versioned updates (e.g., v1.2.0 with getTokenMultiPrices and enhanced getNetworkDexes; v1.1.0 removing the global /pools with migration steps), sample prompts, rate limits, data freshness, and troubleshooting guidance to ensure smooth operation and upgrades.

Details

Owner
coinpaprika
Language
JavaScript
License
MIT License
Updated
2025-12-07

Features

Network discovery

Expose endpoints to retrieve all supported networks and metadata (getNetworks) and list DEXes on a network (getNetworkDexes).

Top pools by network

Retrieve top pools on a specific network using getNetworkPools, with parameters like network, limit, sort, and orderBy.

DEX pools per DEX

Get top pools for a specific DEX using getDexPools with network and dex parameters.

Pool details and OHLCV

Get detailed pool metrics via getPoolDetails and time-series OHLCV data via getPoolOHLCV for technical analysis.

Pool transactions

List recent transactions in a pool via getPoolTransactions for activity insights.

Token data and pools

Obtain token details (getTokenDetails) and list pools containing a token (getTokenPools).

Batch token pricing

Get batched USD prices for multiple tokens via getTokenMultiPrices.

Search

Find tokens, pools, and DEXes by name or ID using search to surface multi-entity results.

Audience

AI assistantsEnable Claude to fetch real-time token, pool, and DEX data in prompts.
DevelopersIntegrate DexPaprika data into apps and Claude workflows for analytics.

Tags

DexPaprikaMCPClaudeDEX datacryptocurrencytokenspoolsnetworksOHLCVbatched pricescross-chainanalyticsAPI