Skip to main content
Glama

PancakeSwap PoolSpy MCP Server

by k-lordbodin7

get_new_pools_bsc

Discover recently created PancakeSwap V3 liquidity pools on BNB Smart Chain within a specified time range for DeFi analysis and trading opportunities.

Instructions

Returns a list of trading pools created in the specified time range on Pancake Swap V3 BNB Smart Chain.

Parameters: time_range_seconds (int): The time range in seconds to look back for new pools. Default is 300 seconds (5 minutes). limit (int): The maximum number of pools to return. Default is 100 pools.

Input Schema

NameRequiredDescriptionDefault
limitNo
time_range_secondsNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "time_range_seconds": { "default": 300, "title": "Time Range Seconds", "type": "integer" } }, "type": "object" }

Other Tools from PancakeSwap PoolSpy MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/k-lordbodin7/pancakeswap-poolspy-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server