The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Pancakeswap Poolspy MCP listing page.
An MCP server that tracks newly created liquidity pools on Pancake Swap, providing real-time data for DeFi analysts, traders, and developers.
To install PancakeSwap PoolSpy for Claude Desktop automatically via Smithery:
Clone the Repository:
Install Dependencies: Install the required Python packages using uv:
Client Configuration
Run the server in development mode to test it locally:
This launches the MCP Inspector, where you can interact with the get_new_pools_bsc tool.
get_new_pools_bsc(time_range_seconds: int = 300, limit: int = 100)Fetches a list of newly created PancakeSwap pools on BNB Smart Chain.
Parameters:
time_range_seconds (int): Time range in seconds to look back for new pools. Default is 300 seconds (5 minutes).limit (int): Maximum number of pools to return. Default is 100 pools.Returns: A formatted string listing pool details or an error message if the query fails.
Example Outputs:
Default (last 5 minutes, up to 100 pools):
Custom (last 10 minutes, up to 50 pools):
This project is licensed under the MIT License. See the LICENSE file for details.