kukapay/pancakeswap-poolspy-mcp
An MCP server that tracks newly created liquidity pools on Pancake Swap
Platform-specific configuration:
{
"mcpServers": {
"pancakeswap-poolspy-mcp": {
"command": "npx",
"args": [
"-y",
"pancakeswap-poolspy-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that tracks newly created liquidity pools on Pancake Swap, providing real-time data for DeFi analysts, traders, and developers.
[](https://opensource.org/licenses/MIT) [](https://www.python.org/) [](https://smithery.ai/server/@kukapay/pancakeswap-poolspy-mcp)
To install PancakeSwap PoolSpy for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kukapay/pancakeswap-poolspy-mcp --client claude git clone https://github.com/kukapay/pancakeswap-poolspy-mcp.git
cd pancakeswap-poolspy-mcpInstall the required Python packages using uv:
uv add mcp[cli] httpx dotenv {
"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"
}
}
}
}Loading reviews...