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.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
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.
コメント