Loading...
npx -y @smithery/cli install @kukapay/pancakeswap-poolspy-mcp --client claude{
"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"
}
}
}
}get_new_pools_bscFetches newly created PancakeSwap pools on BNB Smart Chain within a specified time range.
Read-only access to blockchain data; no write operations.
This server is relatively safe for read-only data retrieval. The primary risk lies in the exposure of the Graph API key. It's safe to use for monitoring and analysis, but users should protect their API key and be aware of potential data inaccuracies from the underlying data source.