CoinMarketCap MCP

by shinzo-labs
Verified

cryptoCategory

Returns information about a single coin category on CoinMarketCap.

Input Schema

NameRequiredDescriptionDefault
convertNo
convert_idNo
idYes
limitNo
startNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "convert": { "type": "string" }, "convert_id": { "type": "string" }, "id": { "type": "string" }, "limit": { "type": "number" }, "start": { "type": "number" } }, "required": [ "id" ], "type": "object" }