mcpserver.lol
registry/dexpaprika
Connection check verified live · 20h ago

dexpaprika

Real-time DEX and on-chain data: liquidity pools, token prices, swaps, and trading volume.

Tools 17
GitHub stars
Installs / wk 119
Licence
Transport streamable-http, sse, stdio
Last checked 20h ago

Tools & capabilities

17 tools

Read from the running server on 20h ago.

filterNetworkTokens read-only sortlimitcursorfdv_maxfdv_minnetwork* +13
Get tokens on one network matching numeric thresholds, returned under 'results' with has_next_page and next_cursor. Read-only and keyless. Choose this over getTopTokens when the us…
getCapabilities read-only rationale*
Get the static agent onboarding guide for this server: supported workflows, network name synonyms (mapping words like 'eth' to the canonical slug 'ethereum'), recommended call sequ…
getDexPools read-only dex*pagesortlimitcursornetwork* +4
Get the pools belonging to one specific DEX on one network, e.g. all Uniswap v3 pools on ethereum, returned under 'results' with has_next_page and next_cursor. Read-only and keyles…
getNetworkDexes read-only pagesortlimitnetwork*sort_byorder_by +2
List the DEXes (exchanges) operating on one network, such as Uniswap on ethereum or Raydium on solana, returned under 'dexes' with page_info (page, total_pages). Read-only and keyl…
getNetworkPools read-only sortlimitcursornetwork*sort_byorder_by +2
Get the top liquidity pools across a whole network, ranked by 24h volume by default, returned under 'results' with has_next_page and next_cursor. Read-only and keyless. This is the…
getNetworkPoolsFilter read-only sortlimitcursornetwork*sort_byorder_by +19
Get pools on one network filtered by numeric thresholds, returned under 'results' with has_next_page and next_cursor. Read-only and keyless. Choose this over getNetworkPools when t…
getNetworks read-only rationale*
List every blockchain network DexPaprika indexes, each row carrying its network id (slug), 24h volume, transaction count, and pool count. Read-only and keyless. Start here (or getC…
getPoolDetails read-only network*inversedrationale*pool_address*
Get the full current snapshot for one pool by address: its two tokens, current price, liquidity/TVL, 24h volume, and transaction counts, returned as a single pool object (not a lis…
getPoolOHLCV read-only endlimitstart*network*intervalinversed +2
Get historical OHLCV candles (open, high, low, close, volume) for one pool over a time range, returned as a time-series array. Read-only and keyless. Use for 'price history of this…
getPoolTransactions read-only tofrompagelimitcursornetwork* +2
Get one pool's recent individual swap transactions, newest first, returned under 'transactions' (paginate with page, or a cursor). Read-only and keyless. These are per-trade record…
getStats read-only rationale*
Get platform-wide totals for DexPaprika: the number of networks, DEXes, pools, and tokens indexed, returned as a single summary object. Read-only and keyless. Use for 'how much dat…
getTokenDetails read-only network*rationale*token_address*
Get one token's data and metadata by contract address on one network: multi-timeframe price and volume metrics, plus name, website, Twitter, and Telegram links, returned as a singl…
getTokenMultiPrices read-only tokens*network*rationale*
Get current USD prices for up to 10 tokens on the same network in one batched call, returned as a prices array plus a missing_tokens list. Read-only and keyless. Tokens that cannot…
getTokenPools read-only sortlimitcursoraddressnetwork*reorder +7
Get the liquidity pools that contain a specific token on one network, returned under 'results' with has_next_page and next_cursor. Read-only and keyless. Use for 'which pools hold…
getTopTokens read-only sortlimitcursornetwork*sort_byorder_by +2
Get the top tokens on one network ranked by volume, liquidity, transactions, FDV, or 24h price change, returned under 'results' with has_next_page and next_cursor. Read-only and ke…
search read-only limitquery*rationale*
Search across ALL networks at once for tokens, pools, and DEXes by name, symbol, or address, returning three arrays: 'tokens', 'pools', and 'dexes'. Read-only and keyless. This is…
submitFeedback goal*expectedobservedseverityblocked_atattempted_tools
Report a problem back to the DexPaprika team when a tool got you stuck, returned something unexpected, lacked data you needed, or behaved differently than documented. Use whenever…