by kukapay
Tracks newly created liquidity pools on PancakeSwap, providing real‑time pool data for analysts, traders, and developers.
PancakeSwap PoolSpy monitors the Binance Smart Chain for newly created PancakeSwap liquidity pools and returns detailed information such as pool address, token pair, creation timestamp, block number, transaction count, volume (USD) and total value locked (USD).
npx -y @smithery/cli install @kukapay/pancakeswap-poolspy-mcp --client claude
THEGRAPH_API_KEY
with a valid The Graph API key.mcp dev main.py
get_new_pools_bsc(time_range_seconds, limit)
through the MCP Inspector or any compatible client.Q: What blockchain does it monitor? A: Binance Smart Chain (BSC) via the PancakeSwap subgraph.
Q: Do I need a The Graph API key? A: Yes, an API key is required to query the PancakeSwap subgraph.
Q: Can I change the default time range and limit?
A: Yes, pass custom values to get_new_pools_bsc(time_range_seconds, limit)
.
Q: Is there a Node.js version? A: The core server is Python‑based, but installation can be performed through the npm‑based Smithery CLI.
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:
npx -y @smithery/cli install @kukapay/pancakeswap-poolspy-mcp --client claude
Clone the Repository:
git clone https://github.com/kukapay/pancakeswap-poolspy-mcp.git
cd pancakeswap-poolspy-mcp
Install Dependencies: Install the required Python packages using uv:
uv add mcp[cli] httpx dotenv
Client Configuration
{
"mcpServers": {
"PancakeSwap-PoolSpy": {
"command": "uv",
"args": ["--directory", "path/to/pancakeswap-poolspy-mcp", "run", "main.py"],
"env": {
"THEGRAPH_API_KEY": "your api key from The Graph"
}
}
}
}
Run the server in development mode to test it locally:
mcp dev main.py
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):
get_new_pools_bsc()
Newly Created Trading Pools (Last 5 Minutes, Limit: 100):
Pool Address: 0x1234...5678
Tokens: WETH/USDC
Created At: 2025-03-16 12:00:00 UTC
Block Number: 12345678
Transaction Count: 10
Volume (USD): 1234.56
Total Value Locked (USD): 5678.90
Pool Address: 0x9abc...def0
Tokens: CAKE/BNB
Created At: 2025-03-16 12:01:00 UTC
Block Number: 12345679
Transaction Count: 5
Volume (USD): 789.12
Total Value Locked (USD): 3456.78
Custom (last 10 minutes, up to 50 pools):
get_new_pools(600, 50)
Newly Created Trading Pools (Last 10 Minutes, Limit: 50):
[pool details...]
This project is licensed under the MIT License. See the LICENSE file for details.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "PancakeSwap-PoolSpy": { "command": "npx", "args": [ "-y", "@kukapay/pancakeswap-poolspy-mcp" ], "env": { "THEGRAPH_API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by stripe
Enables popular agent frameworks to integrate with Stripe APIs via function calling, providing tools for MCP, Python, and TypeScript.
by goat-sdk
GOAT is the largest agentic finance toolkit for AI agents, enabling them to become economic actors by leveraging blockchains, cryptocurrencies, and wallets.
by financial-datasets
Provides AI assistants with tools to retrieve income statements, balance sheets, cash flow statements, stock prices, market news, and crypto information via the Model Context Protocol.
by razorpay
Enables seamless interaction with Razorpay APIs via Model Context Protocol, allowing developers and AI agents to capture payments, manage orders, process refunds, handle settlements, and more through a unified MCP interface.
by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
by alpacahq
Alpaca’s MCP server lets you trade stocks and options, analyze market data, and build strategies through Alpaca's Trading API.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with an MCP server, exposing the bot's REST API as tools that AI agents can call for fully automated trading operations.
by kukapay
Offers over 50 cryptocurrency technical analysis indicators and corresponding trading strategies, enabling AI agents and developers to assess market trends and generate buy, hold, or sell signals.