Skip to main content
Glama

Token Metrics MCP Server

Official

get_top_tokens_by_market_cap

Fetch top cryptocurrencies by market capitalization using Token Metrics API. Specify the number of tokens (up to 100) and control pagination to retrieve precise data for crypto analysis and decision-making.

Instructions

Fetch the the list of coins with top market cap from Token Metrics API.

Input Schema

NameRequiredDescriptionDefault
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.
top_kNoSpecifies the number of top cryptocurrencies to retrieve, based on their market capitalization. Default is 50. Maximum is 100. Exmaple: 100

Input Schema (JSON Schema)

{ "properties": { "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" }, "top_k": { "description": "Specifies the number of top cryptocurrencies to retrieve, based on their market capitalization. Default is 50. Maximum is 100. Exmaple: 100", "type": "number" } }, "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