CoinMarketCap MCP

by shinzo-labs
Verified

cryptoCategories

Returns information about all coin categories available on CoinMarketCap.

Input Schema

NameRequiredDescriptionDefault
idNo
limitNo
slugNo
startNo
symbolNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "string" }, "limit": { "type": "number" }, "slug": { "type": "string" }, "start": { "type": "number" }, "symbol": { "type": "string" } }, "type": "object" }