Back to MCP Catalog

PancakeSwap PoolSpy MCP Server

Finance & FintechPython
Tracks newly created liquidity pools on PancakeSwap in real-time
Available Tools

get_new_pools_bsc

Fetches a list of newly created PancakeSwap pools on BNB Smart Chain within a specified time range

time_range_secondslimit

PancakeSwap PoolSpy provides real-time tracking of newly created liquidity pools on PancakeSwap, one of the largest decentralized exchanges on BNB Smart Chain. This tool is invaluable for DeFi analysts, traders, and developers who need to stay informed about emerging trading opportunities. The server monitors the PancakeSwap ecosystem and delivers comprehensive data about new pools, including addresses, token pairs, creation timestamps, transaction counts, trading volumes, and total value locked. With customizable time ranges and result limits, users can fine-tune their monitoring to match their specific needs.

Overview

PancakeSwap PoolSpy is a specialized tool that monitors and reports on newly created liquidity pools on PancakeSwap, a popular decentralized exchange on the BNB Smart Chain. This tool helps traders, analysts, and developers stay informed about new trading opportunities as they emerge.

Prerequisites

Before installing PancakeSwap PoolSpy, ensure you have:

  • Python 3.10 or higher installed on your system
  • An API key from The Graph to access the PancakeSwap subgraph

Installation

Option 1: Install via Smithery (Recommended)

If you're using Claude Desktop, you can install PancakeSwap PoolSpy automatically using Smithery:

npx -y @smithery/cli install @kukapay/pancakeswap-poolspy-mcp --client claude

Option 2: Manual Installation

  1. Clone the repository:
git clone https://github.com/kukapay/pancakeswap-poolspy-mcp.git
cd pancakeswap-poolspy-mcp
  1. Install the required dependencies:
uv add mcp[cli] httpx dotenv
  1. Configure your client by adding the appropriate configuration to your client settings.

Configuration

You'll need to provide your API key from The Graph in the client configuration. This key is necessary for accessing the PancakeSwap subgraph data.

Usage

Once installed, you can interact with PancakeSwap PoolSpy using natural language queries. The server provides information about newly created pools on PancakeSwap, with details including:

  • Pool addresses
  • Token pairs
  • Creation timestamps
  • Block numbers
  • Transaction counts
  • Trading volumes (in USD)
  • Total value locked (in USD)

Example Queries

  • "Show me the newest PancakeSwap pools created in the last 5 minutes"
  • "List newly created PancakeSwap pools from the last hour"
  • "Display PancakeSwap pools created within the last 2 minutes"

Customizing Results

You can customize your queries by specifying:

  • The time range to look back (in seconds, minutes, or hours)
  • The maximum number of pools to return

For example: "Show me the top 50 newest pools created in the last 10 minutes on PancakeSwap"

Troubleshooting

If you encounter issues with the PancakeSwap PoolSpy:

  1. Verify that your API key from The Graph is valid and correctly configured
  2. Ensure you have a stable internet connection
  3. Check that Python 3.10+ is properly installed on your system
  4. Confirm that all dependencies are correctly installed

For persistent issues, you can check the GitHub repository for updates or open an issue for support.

Related MCPs

TastyTrade Portfolio Manager
Finance & FintechPython

Manage your TastyTrade brokerage account through Claude

Investor Agent
Finance & FintechPython

Financial analysis and investment insights for LLMs

Bankless Onchain
Finance & FintechTypeScript

Access and interact with blockchain data through the Bankless API

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.