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.
Features
- Query Supported Networks: Retrieve a list of supported blockchain networks on GeckoTerminal.
- Query Supported DEXes: Fetch DEXes available on a specific network.
- Fetch New Pools: List the latest pools across all networks or a specific network, with details like DEX, network, name, base price, reserve, volume, and address.
- Fetch Trending Pools: Retrieve trending pools across all networks or a specific network, sorted by duration (5m, 1h, 6h, 24h).
- Fetch Top Pools: Get top pools for a specific network or DEX, sorted by transaction count or volume.
- Search Pools: Search for pools on a specific network using a query term (e.g., token name or symbol).
Prerequisites
- Python 3.10 or higher
- uv: Package and virtual environment manager for Python (recommended for dependency management).
- A CoinGecko Demo API key (obtainable from coingecko.com)






