Skip to main content
Glama
k-lordbodin7

PancakeSwap PoolSpy MCP Server

by k-lordbodin7

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
THEGRAPH_API_KEYYesYour API key from The Graph to access the PancakeSwap subgraph

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_new_pools_bscA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

A single tool inherently has perfect naming consistency, as there are no other tools to compare against. The name 'get_new_pools_bsc' follows a clear verb_noun_domain pattern.

Tool Count2/5

One tool is too few for a server focused on monitoring PancakeSwap pools, as it lacks essential operations like retrieving pool details, tracking liquidity changes, or analyzing historical data. This severely limits the server's utility for comprehensive agent workflows.

Completeness2/5

The tool surface is severely incomplete for the PancakeSwap monitoring domain. While it covers new pool discovery, it lacks tools for querying existing pools, checking pool metrics (e.g., volume, fees), or performing deeper analysis, leaving significant gaps that will hinder agent tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues