Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

search_pools

Identify and retrieve DeFi pools using pool address, token address, or token symbol. Supports multiple blockchains and includes attributes like base token, quote token, and DEX. Enhances trade analysis and execution.

Instructions

Search for pools by query (pool address, token address, or token symbol)

Input Schema

NameRequiredDescriptionDefault
includeNoAttributes to include: 'base_token', 'quote_token', 'dex' (comma-separated)
networkNoNetwork ID to search on (optional, e.g., 'eth', 'bsc', 'polygon_pos')
pageNoPage number for pagination (optional, default: 1)
queryYesSearch query (pool address, token address, or token symbol)

Input Schema (JSON Schema)

{ "properties": { "include": { "description": "Attributes to include: 'base_token', 'quote_token', 'dex' (comma-separated)", "type": "string" }, "network": { "description": "Network ID to search on (optional, e.g., 'eth', 'bsc', 'polygon_pos')", "type": "string" }, "page": { "description": "Page number for pagination (optional, default: 1)", "type": "integer" }, "query": { "description": "Search query (pool address, token address, or token symbol)", "type": "string" } }, "required": [ "query" ], "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