PancakeSwap PoolSpy MCP Server
@kukapay
关于 PancakeSwap PoolSpy MCP Server
An MCP server that tracks newly created liquidity pools on Pancake Swap
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pancakeswap-poolspy-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/pancakeswap-poolspy-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论