Overview
PancakeSwap PoolSpy MCP Server tracks newly created liquidity pools on Pancake Swap by querying the PancakeSwap subgraph via The Graph API. It exposes a real-time data feed of freshly created pools on the Binance Smart Chain, including essential metrics such as pool address, the tokens involved, creation timestamp, block number, transaction count, daily volume in USD, and total value locked in USD. The server supports real-time pool tracking within a customizable time window (default 5 minutes) and allows consumers to specify how many pools to return (default 100). It requires Python 3.10+, an API key for The Graph, and can be installed via Smithery. The MCP Inspector provides a get_new_pools_bsc tool to fetch pools for a given time range, and the server can be run with mcp dev main.py for local testing. This setup is suitable for DeFi analysts, traders, and developers building dashboards or trading signals who need up-to-date PancakeSwap pool creation data.
Features
Real-Time Pool Tracking
Fetches pools created within a specified time range (default: 5 minutes).
Customizable Queries
Adjust the time range (in seconds) and the number of pools returned (default: 100).
Detailed Metrics
Includes pool address, tokens, creation timestamp, block number, transaction count, volume (USD), and total value locked (USD).
Who Is This For?
- DeFi analysts:Real-time pool creation data for PancakeSwap analysis.
- Traders:Access to up-to-date pool metrics to inform trading decisions.
- Developers:Tools and data for integrating PancakeSwap pool data into apps.



