Skip to main content
Glama

memecoin-radar-mcp

by kukapay
MIT License

get_trending_tokens_on_pumpswap

Identify trending tokens on PumpSwap by retrieving those with the highest trading volume within a specified time span such as 5h, 12h, or 24h. Returns a formatted table of token data for easy analysis.

Instructions

Retrieve tokens with the highest trading volume on PumpSwap within a specified time span.

Args: time_span (str): Time period for the query. Must be one of: '5h', '12h', '24h'. Defaults to '5h'. limit (int): Maximum number of tokens to return. Defaults to 100. Returns: str: A formatted table of trending tokens on PumpSwap including mint address and trading volume, or an error message if the query fails. Raises: ValueError: If an invalid time_span value is provided. httpx.HTTPStatusError: If the Dune API request fails.

Input Schema

NameRequiredDescriptionDefault
limitNo
time_spanNo5h

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "time_span": { "default": "5h", "title": "Time Span", "type": "string" } }, "title": "get_trending_tokens_on_pumpswapArguments", "type": "object" }

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/kukapay/memecoin-radar-mcp'

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