Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Install
npx -y @smithery/cli install @kukapay/pancakeswap-poolspy-mcp --client claudeConfig
{
"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"
}
}
}
}Exposed MCP Tools (1)
safe
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.
Safety Assessment
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.
- Read-only access to blockchain data.
- No direct interaction with smart contracts.
- Limited scope: focuses solely on pool data retrieval.
- Uses The Graph API, which provides a layer of abstraction and rate limiting.
- Requires an API key, which if compromised, could lead to unauthorized data access.
- Dependence on The Graph's infrastructure; potential for service disruptions.
- Data accuracy relies on the integrity of The Graph's subgraph.
- Potential for information overload if not used judiciously.
