Skip to main content
Glama

CoinMarketCap MCP

cmc100IndexHistorical

Retrieve historical values of the CoinMarketCap 100 Index by specifying time range and interval (5m, 15m, daily). Use this data to analyze market trends and performance over time.

Instructions

Returns an interval of historic CoinMarketCap 100 Index values based on the interval parameter.

Input Schema

NameRequiredDescriptionDefault
countNo
intervalNo
time_endNo
time_startNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "type": "string" }, "interval": { "enum": [ "5m", "15m", "daily" ], "type": "string" }, "time_end": { "type": "string" }, "time_start": { "type": "string" } }, "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/shinzo-labs/coinmarketcap-mcp'

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