An MCP server that tracks newly created Uniswap V3 liquidity pools across nine chains and exposes a get_new_pools tool for MCP clients.
https://github.com/kukapay/uniswap-poolspy-mcpMonitoring new liquidity pools across multiple chains manually? You're wasting time and missing opportunities. Uniswap PoolSpy MCP brings real-time pool discovery directly into your Claude Desktop workflow, covering Ethereum, Base, Optimism, Arbitrum, Polygon, BSC, Avalanche, Celo, and Blast.
You need to catch new pools fast—for arbitrage opportunities, yield farming, or market analysis. But checking each network individually through block explorers or custom scripts means:
Ask Claude directly: "Show me new WETH pools on Base from the last 10 minutes sorted by volume" or "What high-TVL pools were created on Arbitrum in the past hour?"
The MCP server streams fresh pool data with complete context:
No dashboard switching. Query multiple networks through the same Claude conversation where you're already doing analysis. Filter by chain, sort by volume or TVL, set custom time ranges—all through natural language.
Immediate actionable data. Get pool addresses, token contracts, and metrics in seconds instead of navigating through multiple block explorers.
Multi-chain coverage. Monitor major DeFi networks from one interface without managing separate API keys or endpoints for each chain.
DeFi Traders: Spot new arbitrage opportunities and high-volume pairs before others notice
Yield Farmers: Find fresh pools with attractive APYs as soon as they launch
Market Analysts: Track liquidity trends and new token launches across ecosystems
Protocol Developers: Monitor competitor launches and market dynamics in real-time
git clone https://github.com/kukapay/uniswap-poolspy-mcp.git
cd uniswap-poolspy-mcp
uv sync
echo "THEGRAPH_API_KEY=your-key" > .env
uv run main.py
Add to Claude Desktop's MCP configuration and start querying immediately. No complex setup, no additional infrastructure—just real-time pool data through natural language.
The Graph API handles the heavy lifting across all networks. You focus on the opportunities, not the data collection.
Repository: kukapay/uniswap-poolspy-mcp
License: MIT
Requirements: Python 3.10+, The Graph API key