pancakeswap-poolspy-mcp

pancakeswap-poolspy-mcp

An MCP server that tracks newly created liquidity pools on Pancake Swap.

6
Stars
5
Forks
0
Releases

Overview

PancakeSwap PoolSpy MCP Server tracks newly created liquidity pools on Pancake Swap by querying the PancakeSwap subgraph via The Graph API. It exposes a real-time data feed of freshly created pools on the Binance Smart Chain, including essential metrics such as pool address, the tokens involved, creation timestamp, block number, transaction count, daily volume in USD, and total value locked in USD. The server supports real-time pool tracking within a customizable time window (default 5 minutes) and allows consumers to specify how many pools to return (default 100). It requires Python 3.10+, an API key for The Graph, and can be installed via Smithery. The MCP Inspector provides a get_new_pools_bsc tool to fetch pools for a given time range, and the server can be run with mcp dev main.py for local testing. This setup is suitable for DeFi analysts, traders, and developers building dashboards or trading signals who need up-to-date PancakeSwap pool creation data.

Details

Owner
kukapay
Language
Python
License
MIT License
Updated
2025-12-07

Features

Real-Time Pool Tracking

Fetches pools created within a specified time range (default: 5 minutes).

Customizable Queries

Adjust the time range (in seconds) and the number of pools returned (default: 100).

Detailed Metrics

Includes pool address, tokens, creation timestamp, block number, transaction count, volume (USD), and total value locked (USD).

Audience

DeFi analystsReal-time pool creation data for PancakeSwap analysis.
TradersAccess to up-to-date pool metrics to inform trading decisions.
DevelopersTools and data for integrating PancakeSwap pool data into apps.

Tags

PancakeSwapPoolSpyMCPReal-Time Pool TrackingBNB Smart ChainThe GraphLiquidity PoolsDeFi AnalyticsPancakeSwap SubgraphThe Graph API Key