DexPaprika (CoinPaprika)
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getNetworksA | START HERE: list all supported blockchain networks with current 24h volume and indexing stats. Prefer calling getCapabilities first to see workflows and synonyms. |
| getCapabilitiesA | Return server capabilities, workflow patterns, network synonyms, common pitfalls, and best-practice sequences. Use this to onboard agents quickly. No parameters required beyond rationale. |
| getNetworkDexesA | Get available DEXes on a specific network. REQUIRED: network. OPTIONAL: page, limit, sort_dir/sort, sort_by/order_by. |
| getNetworkPoolsA | PRIMARY POOL FUNCTION: get top liquidity pools on a network. REQUIRED: network. OPTIONAL: page, limit, sort_dir/sort, sort_by/order_by. |
| getDexPoolsA | Get pools from a specific DEX on a network. REQUIRED: network, dex. OPTIONAL: page, limit, sort_dir/sort, sort_by/order_by. |
| getNetworkPoolsFilterB | Filter pools by volume, liquidity, transactions, and creation time. REQUIRED: network. OPTIONAL: page, limit, volume_24h_min/max, volume_7d_min/max, liquidity_usd_min/max, txns_24h_min, created_after, created_before, sort_by/order_by, sort_dir/sort. |
| getPoolDetailsA | Get detailed info about a pool. REQUIRED: network, pool_address. OPTIONAL: inversed. |
| getPoolOHLCVB | Get historical price data (OHLCV) for a pool. REQUIRED: network, pool_address, start. OPTIONAL: end, limit, interval, inversed. |
| getPoolTransactionsA | Get recent transactions for a pool. Use from/to for time-range filtering (UNIX epoch seconds, results capped to last 7 days). REQUIRED: network, pool_address. OPTIONAL: page, limit, cursor, from, to. |
| getTokenDetailsA | Get detailed information about a token. REQUIRED: network, token_address. |
| getTokenPoolsA | Get liquidity pools containing a token. REQUIRED: network, token_address. OPTIONAL: page, limit, sort_dir/sort, sort_by/order_by, inversed/reorder, paired_token_address/address. |
| getTokenMultiPricesA | Get batched prices for multiple tokens. Max 10 tokens per call, same network. REQUIRED: network, tokens. |
| filterNetworkTokensA | Filter tokens by volume, liquidity, FDV, transactions, and creation time. REQUIRED: network. OPTIONAL: page, limit, volume_24h_min/max, liquidity_usd_min, fdv_min/max, txns_24h_min, created_after/before, sort_by/order_by, sort_dir/sort. |
| getTopTokensA | Get top tokens on a network ranked by volume, price, liquidity, or activity. Each token includes enriched metadata and multi-timeframe metrics (24h, 1h, 5m). REQUIRED: network. OPTIONAL: page, limit, sort_by/order_by, sort_dir/sort. |
| 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. REQUIRED: query. OPTIONAL: limit (per-category, applied client-side). |
| getStatsA | Get high-level statistics about the DexPaprika ecosystem: total chains, factories, pools, and tokens indexed. No parameters required beyond rationale. |
| submitFeedbackA | Call this when you got stuck, when a tool's response was unexpected, when you needed information that wasn't available, or when something didn't behave as documented. Low friction — submit even partial feedback. We read every submission. Does NOT require a 'rationale' field; the goal/expected/observed fields below ARE the rationale. |
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
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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