PancakeSwap PoolSpy MCP Server
@kukapay
About PancakeSwap PoolSpy MCP Server
An MCP server that tracks newly created liquidity pools on Pancake Swap
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pancakeswap-poolspy-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/pancakeswap-poolspy-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is PancakeSwap PoolSpy MCP Server?
An MCP server that tracks newly created liquidity pools on Pancake Swap, providing real-time data for DeFi analysts, traders, and developers.
How to use PancakeSwap PoolSpy MCP Server?
Install via Smithery (npx -y @smithery/cli install @kukapay/pancakeswap-poolspy-mcp --client claude) or clone the repository, install dependencies with uv, and set the THEGRAPH_API_KEY environment variable. Run the server in development mode with mcp dev main.py, then call the tool get_new_pools_bsc with optional time_range_seconds (default 300) and limit (default 100) parameters.
Key features of PancakeSwap PoolSpy MCP Server
- Real‑time tracking of new PancakeSwap pools on BNB Smart Chain.
- Customizable time range and result limit.
- Detailed metrics: address, tokens, timestamp, block number, transaction count, volume (USD), and total value locked (USD).
- Python‑based MCP server using The Graph API.
- Simple single‑tool interface.
Use cases of PancakeSwap PoolSpy MCP Server
- DeFi analysts monitor newly created pools for liquidity opportunities.
- Traders track fresh pools to spot early trading activity.
- Developers integrate real‑time pool data into dashboards or trading bots.
- Detect potentially arbitrageable pools shortly after creation.
FAQ from PancakeSwap PoolSpy MCP Server
What data does this server provide?
It returns a list of newly created PancakeSwap pools on BNB Smart Chain, including pool address, token pair, creation timestamp, block number, transaction count, volume (USD), and total value locked (USD).
What API key is required?
You need a The Graph API key, set as the THEGRAPH_API_KEY environment variable.
How do I install the server?
You can install it automatically via Smithery or manually by cloning the repository, installing Python dependencies with uv, and configuring your MCP client with the proper command and environment variable.
What parameters does the tool accept?
The tool get_new_pools_bsc accepts time_range_seconds (default 300, i.e. 5 minutes) and limit (default 100 pools).
Is there a limit on the number of pools returned?
Yes, the default limit is 100 pools maximum, though you can adjust it with the limit parameter.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments