Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_top_pools_by_dex

Identify top liquidity pools on a specific decentralized exchange (DEX) by analyzing transaction volume and activity. Specify attributes like base token and DEX details to streamline trading decisions.

Instructions

Get top pools on a specific DEX

Input Schema

NameRequiredDescriptionDefault
dexYesDEX ID (e.g., 'uniswap_v3', 'sushiswap')
includeNoAttributes to include: 'base_token', 'quote_token', 'dex' (comma-separated)
networkYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos')
pageNoPage number for pagination (optional, default: 1)
sortNoSort by: 'h24_tx_count_desc', 'h24_volume_usd_desc' (optional, default: 'h24_tx_count_desc')

Input Schema (JSON Schema)

{ "properties": { "dex": { "description": "DEX ID (e.g., 'uniswap_v3', 'sushiswap')", "type": "string" }, "include": { "description": "Attributes to include: 'base_token', 'quote_token', 'dex' (comma-separated)", "type": "string" }, "network": { "description": "Network ID (e.g., 'eth', 'bsc', 'polygon_pos')", "type": "string" }, "page": { "description": "Page number for pagination (optional, default: 1)", "type": "integer" }, "sort": { "description": "Sort by: 'h24_tx_count_desc', 'h24_volume_usd_desc' (optional, default: 'h24_tx_count_desc')", "enum": [ "h24_tx_count_desc", "h24_volume_usd_desc" ], "type": "string" } }, "required": [ "network", "dex" ], "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