Mesh Agent MCP Server

Official
MIT License
42
  • Apple
  • Linux

coingeckotokeninfoagent_get_token_info

Retrieve comprehensive cryptocurrency token details such as price, market cap, trading volume, and price changes using a CoinGecko ID. Essential for accessing real-time token data.

Instructions

Get detailed token information and market data using CoinGecko ID. This tool provides comprehensive cryptocurrency data including current price, market cap, trading volume, price changes, and more.

Input Schema

NameRequiredDescriptionDefault
coingecko_idYesThe CoinGecko ID of the token

Input Schema (JSON Schema)

{ "properties": { "coingecko_id": { "description": "The CoinGecko ID of the token", "type": "string" } }, "required": [ "coingecko_id" ], "type": "object" }
ID: 6dmo0hl0qq