Skip to main content
Glama

Token Metrics MCP Server

Official

get_indices

Retrieve detailed performance and market data for active or passive cryptocurrency indices using the Token Metrics API. Control results with pagination and limit options for precise data extraction.

Instructions

Fetch active and passive crypto indices with performance and market data from Token Metrics API.

Input Schema

NameRequiredDescriptionDefault
indicesTypeNoFilter to return indices by type: "active" for actively managed, "passive" for passively managed.
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.

Input Schema (JSON Schema)

{ "properties": { "indicesType": { "description": "Filter to return indices by type: \"active\" for actively managed, \"passive\" for passively managed.", "type": "string" }, "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" } }, "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