Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_trending_pools

Identify trending DeFi liquidity pools across networks with real-time data on GeckoTerminal. Configure attributes, duration, and pagination for optimized market insights.

Instructions

Get trending pools across all networks on GeckoTerminal

Input Schema

NameRequiredDescriptionDefault
durationNoDuration for trending: '5m', '1h', '6h', '24h' (optional, default: '24h')
includeNoAttributes to include: 'base_token', 'quote_token', 'dex', 'network' (comma-separated)
pageNoPage number for pagination (optional, default: 1)

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Duration for trending: '5m', '1h', '6h', '24h' (optional, default: '24h')", "enum": [ "5m", "1h", "6h", "24h" ], "type": "string" }, "include": { "description": "Attributes to include: 'base_token', 'quote_token', 'dex', 'network' (comma-separated)", "type": "string" }, "page": { "description": "Page number for pagination (optional, default: 1)", "type": "integer" } }, "required": [], "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/edkdev/defi-trading-mcp'

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