Skip to main content
Glama

Token Metrics MCP Server

Official

get_tokens_daily_ohlcv

Fetch daily OHLCV data (Open, High, Low, Close, Volume) for tokens by specifying IDs, names, symbols, or a date range using Token Metrics API. Supports pagination and limits results for precise data retrieval.

Instructions

Fetch daily OHLCV (Open, High, Low, Close, Volume) data for token(s) for a specific date or date range from Token Metrics API.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10
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.
startDateNoStart Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-01
symbolNoComma-separated string of token symbols (e.g., 'BTC,ETH,ADA')
token_idNoComma-separated string of token IDs (e.g., '1,2,3')
token_nameNoComma Separated Crypto Asset Names (e.g., Bitcoin, Ethereum)

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10", "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" }, "startDate": { "description": "Start Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-01", "type": "string" }, "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" }, "token_name": { "description": "Comma Separated Crypto Asset Names (e.g., Bitcoin, Ethereum)", "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