DexPaprika (CoinPaprika)
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getNetworksA | REQUIRED FIRST STEP: Get all supported blockchain networks. Always call this first to see available networks before using any network-specific functions. Returns network IDs like "ethereum", "solana", etc. |
| getNetworkDexesA | Get available DEXes on a specific network. First call getNetworks to see valid network IDs. |
| getNetworkPoolsA | PRIMARY POOL FUNCTION: Get top liquidity pools on a specific network. This is the MAIN way to get pool data - there is NO global pools function. Use this instead of any "getTopPools" or "getAllPools" concepts. |
| getDexPoolsA | Get pools from a specific DEX on a network. First use getNetworks, then getNetworkDexes to find valid DEX IDs. |
| getPoolDetailsA | Get detailed information about a specific pool. Requires network ID from getNetworks and a pool address. |
| getTokenDetailsA | Get detailed information about a specific token on a network. First use getNetworks to get valid network IDs. |
| getTokenPoolsB | Get liquidity pools containing a specific token on a network. Great for finding where a token is traded. |
| getPoolOHLCVA | Get historical price data (OHLCV) for a pool - essential for price analysis, backtesting, and visualization. Requires network and pool address. |
| getPoolTransactionsB | Get recent transactions for a specific pool. Shows swaps, adds, removes. Requires network and pool address. |
| searchA | Search across ALL networks for tokens, pools, and DEXes by name, symbol, or address. Good starting point when you don't know the specific network. |
| getStatsB | Get high-level statistics about the DexPaprika ecosystem: total networks, DEXes, pools, and tokens available. |
| getTokenMultiPricesA | Get batched prices for multiple tokens on a specific network. Pass an array of token addresses; unknown tokens are omitted. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/coinpaprika/dexpaprika-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server