
Uniswap PoolSpy MCP Server
The Uniswap PoolSpy MCP Server tracks new Uniswap liquidity pools in real time across nine blockchains, empowering DeFi analysts, traders, and developers with u...
Monitor new PancakeSwap liquidity pools in real time and power your DeFi analytics, trading, or alerting with the PancakeSwap PoolSpy MCP Server.
PancakeSwap PoolSpy MCP Server is a Model Context Protocol (MCP) server designed to track newly created liquidity pools on PancakeSwap, one of the leading decentralized exchanges on the Binance Smart Chain. The server provides real-time data relevant to DeFi analysts, traders, and developers by fetching information about pools created within a specified time range (defaulting to the last 5 minutes). It enables AI assistants and development tools to programmatically query and analyze pool creation events, access detailed pool metrics (such as pool address, tokens, creation timestamp, block number, transaction count, volume in USD, and total value locked in USD), and customize queries by adjusting the time range and the number of pools returned. By integrating this server, users can enhance their workflows with up-to-date DeFi insights and automate tasks related to liquidity pool monitoring on PancakeSwap.
No specific prompt templates are mentioned in the available documentation or repository files.
No explicit resource primitives are described in the repository or documentation.
git clone https://github.com/kukapay/pancakeswap-poolspy-mcp.git
cd pancakeswap-poolspy-mcp
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"
}
}
}
}
git clone https://github.com/kukapay/pancakeswap-poolspy-mcp.git
cd pancakeswap-poolspy-mcp
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"
}
}
}
}
git clone https://github.com/kukapay/pancakeswap-poolspy-mcp.git
cd pancakeswap-poolspy-mcp
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"
}
}
}
}
git clone https://github.com/kukapay/pancakeswap-poolspy-mcp.git
cd pancakeswap-poolspy-mcp
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"
}
}
}
}
Use environment variables in the “env” section for sensitive data. Example configuration:
{
"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"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"PancakeSwap-PoolSpy": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “PancakeSwap-PoolSpy” to the actual name of your MCP server and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Detailed in README.md |
List of Prompts | ⛔ | Not described |
List of Resources | ⛔ | Not described |
List of Tools | ✅ | Real-time pool tracking tool described in features |
Securing API Keys | ✅ | Environment variable method shown in documentation |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation, PancakeSwap PoolSpy MCP provides a clear overview, secure API key management, and a well-documented core tool, but lacks details on prompts, resources, and sampling or roots support. It is suitable for developers needing real-time pool monitoring in DeFi contexts but would benefit from expanded documentation on MCP-specific primitives.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 2 |
Number of Stars | 4 |
Rating:
I would rate this MCP server a 5/10. It fulfills its core purpose well and is open source, but the lack of documented prompt templates, resources, sampling/roots support, and additional tools limits its broader usability and integration potential.
It's an MCP server that tracks and analyzes newly created liquidity pools on PancakeSwap (Binance Smart Chain), providing real-time data for DeFi analytics, trading, and automation.
You can obtain pool address, tokens, creation timestamp, block number, transaction count, volume in USD, total value locked (TVL) in USD, and more, filtered by a customizable time window.
DeFi analysts, developers, traders, or anyone building tools that benefit from real-time insights into new liquidity pools on PancakeSwap.
Add your The Graph API key as an environment variable in the 'env' section of your MCP configuration, instead of hardcoding it.
No, the current documentation does not specify any prompt templates or resource primitives for this MCP server.
Use cases include DeFi pool monitoring, automated trading strategies, analytics and reporting, alerting systems, and research dashboards.
Enhance your DeFi workflow with real-time PancakeSwap pool tracking. Integrate this MCP server into your FlowHunt flows or automation tools today.
The Uniswap PoolSpy MCP Server tracks new Uniswap liquidity pools in real time across nine blockchains, empowering DeFi analysts, traders, and developers with u...
The Uniswap Trader MCP Server empowers AI agents and developers to automate token swaps, price queries, and multi-chain DeFi trading on Uniswap across Ethereum,...
DexPaprika MCP Server provides real-time and historical crypto token, DEX, and liquidity data across blockchains via natural language queries. Enable AI agents ...