Skip to main content
Glama

Token Metrics MCP Server

Official

get_tokens_ai_report

Fetch AI-generated reports for cryptocurrency tokens, including in-depth analyses, investment insights, and code reviews to support informed decision-making.

Instructions

Fetch token(s) AI-generated reports providing comprehensive analyses of cryptocurrency tokens, including deep dives, investment analyses, and code reviews from Token Metrics API.

Input Schema

NameRequiredDescriptionDefault
limitNoLimit the number of results returned. Default is 50. Maximum is 100.
pageNoEnables pagination and data retrieval control by skipping a specified number of items before fetching data. Page should be a non-negative integer, with 1 indicating the beginning of the dataset.
symbolNoComma-separated string of token symbols (e.g., 'BTC,ETH,ADA')
token_idNoComma-separated string of token IDs (e.g., '1,2,3')

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Limit the number of results returned. Default is 50. Maximum is 100.", "type": "number" }, "page": { "description": "Enables pagination and data retrieval control by skipping a specified number of items before fetching data. Page should be a non-negative integer, with 1 indicating the beginning of the dataset.", "type": "number" }, "symbol": { "description": "Comma-separated string of token symbols (e.g., 'BTC,ETH,ADA')", "type": "string" }, "token_id": { "description": "Comma-separated string of token IDs (e.g., '1,2,3')", "type": "string" } }, "required": [], "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/token-metrics/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server