Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_supported_dexes

Retrieve a list of supported decentralized exchanges (DEXes) on a specified blockchain network to enable informed trading decisions within the DeFi ecosystem.

Instructions

Get list of supported DEXes on a specific network

Input Schema

NameRequiredDescriptionDefault
networkYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos')
pageNoPage number for pagination (optional, default: 1)

Input Schema (JSON Schema)

{ "properties": { "network": { "description": "Network ID (e.g., 'eth', 'bsc', 'polygon_pos')", "type": "string" }, "page": { "description": "Page number for pagination (optional, default: 1)", "type": "integer" } }, "required": [ "network" ], "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