Provides real-time DEX liquidity pool data across multiple blockchain networks for AI-driven trading and analytics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Dex Pools MCP.
An MCP server that provides AI agents with real-time access to DEX liquidity pool data, enabling smarter trading, analytics, and automated strategies.
Clone the Repository:
Install dependencies:
Install to Claude Desktop:
Install the server as a Claude Desktop application:
Configuration file as a reference:
Replace /path/to/dex-pools-mcp with your actual installation path, and replace coingecko_api_key with your API key from CoinGecko.
The server provides the following tools, accessible via MCP clients (e.g., Claude Desktop) or the MCP Inspector:
get_supported_networks(page: int = 1): Returns a table of supported network IDs and names.get_supported_dexes_by_network(network: str = "eth", page: int = 1): Returns a table of DEX IDs and names for a given network.get_new_pools(page: int = 1, include: str = "base_token,quote_token,dex,network"): Returns a table of new pools across all networks with columns: DEX, Network, Name, Base Price (USD), Reserve (USD), Volume 24h (USD), Address.get_new_pools_by_network(network: str = "eth", page: int = 1, include: str = "base_token,quote_token,dex,network"): Returns a table of new pools for a specific network with columns: DEX, Name, Base Price in Quote, Reserve (USD), Volume 24h (USD), Address.get_trending_pools(page: int = 1, duration: str = "24h", include: str = "base_token,quote_token,dex,network"): Returns a table of trending pools across all networks with columns: DEX, Network, Name, Base Price in Quote, Reserve (USD), Volume 24h (USD), Address.get_trending_pools_by_network(network: str = "eth", page: int = 1, duration: str = "24h", include: str = "base_token,quote_token,dex"): Returns a table of trending pools for a specific network.get_top_pools_by_network(network: str = "eth", page: int = 1, sort: str = "h24_tx_count_desc", include: str = "base_token,quote_token,dex"): Returns a table of top pools for a specific network.get_top_pools_by_dex(network: str = "eth", dex: str = "sushiswap", page: int = 1, sort: str = "h24_tx_count_desc", include: str = "base_token,quote_token,dex"): Returns a table of top pools for a specific DEX on a network.search_pools(query: str = "weth", network: str = "eth", page: int = 1, include: str = "base_token,quote_token,dex"): Returns a table of pools matching a search query on a specific network.Below are examples for each tool, including a natural language prompt and the expected output (mock data for illustration).
get_supported_networksPrompt: "List the supported blockchain networks on GeckoTerminal for page 1."
Output:
get_supported_dexes_by_networkPrompt: "Show me the DEXes available on the Ethereum network for page 1."
Output:
get_new_poolsPrompt: "Get the latest pools across all networks for page 1."
Output:
get_new_pools_by_networkPrompt: "List the latest pools on the Ethereum network for page 1."
Output:
get_trending_poolsPrompt: "Show trending pools across all networks for the last 24 hours on page 1."
Output:
get_trending_pools_by_networkPrompt: "Get trending pools on the Ethereum network for the last 24 hours on page 1."
Output:
get_top_pools_by_networkPrompt: "List the top pools on the Ethereum network sorted by transaction count for page 1."
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kukapay-dex-pools-mcp)<a href="https://allmcps.com/mcp/kukapay-dex-pools-mcp"><img src="https://allmcps.com/api/badge/kukapay-dex-pools-mcp?style=directory" alt="Dex Pools MCP on AllMCPs" /></a>