Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

search_pools

Find DeFi pools by searching with a pool address, token address, or token symbol. Specify network, attributes, and pagination for precise results on supported blockchains.

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