Loading...

This MCP server monitors new PancakeSwap liquidity pools, providing real-time data and metrics for DeFi analysis and trading strategies.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server monitors new PancakeSwap liquidity pools, providing real-time data and metrics for DeFi analysis and trading strategies.
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.
Performance is primarily limited by the speed of The Graph API. Consider optimizing query parameters (time range, limit) to reduce latency. Caching mechanisms could be implemented to improve response times for frequently accessed data.
The primary cost is associated with The Graph API usage. Monitor API usage to avoid unexpected charges. Consider using a free tier or a paid plan based on your data needs.
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.
API Key
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.
The server only provides read-only access to blockchain data, so autonomy is limited to data retrieval and analysis. No destructive actions are possible.
Production Tip
Monitor the API usage to avoid exceeding rate limits imposed by The Graph. Implement robust error handling to gracefully handle API failures.
The default time range is 300 seconds (5 minutes).
Set the `THEGRAPH_API_KEY` environment variable in your client configuration.
The server will return an error message. Implement retry logic in your application to handle temporary outages.
No, the current version does not support filtering by tokens. You would need to implement this functionality in your client application.
The data is updated based on the specified time range. Shorter time ranges will provide more frequent updates, but may also increase API usage.
Yes, the default limit is 100 pools. You can adjust this using the `limit` parameter.
The server returns the pool address, tokens, creation timestamp, block number, transaction count, volume (USD), and total value locked (USD).