Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_token_data

Retrieve detailed token data by contract address, including top pools, across multiple blockchain networks for DeFi trading analysis and portfolio management.

Instructions

Get specific token data by contract address

Input Schema

NameRequiredDescriptionDefault
addressYesToken contract address
includeNoAttributes to include: 'top_pools' (optional)
networkYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos')

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Token contract address", "type": "string" }, "include": { "description": "Attributes to include: 'top_pools' (optional)", "enum": [ "top_pools" ], "type": "string" }, "network": { "description": "Network ID (e.g., 'eth', 'bsc', 'polygon_pos')", "type": "string" } }, "required": [ "network", "address" ], "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