CoinMarketCap MCP

by shinzo-labs
Verified

cryptoQuotesLatest

Returns the latest market quote for one or more cryptocurrencies.

Input Schema

NameRequiredDescriptionDefault
auxNo
convertNo
convert_idNo
idNo
skip_invalidNo
slugNo
symbolNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aux": { "type": "string" }, "convert": { "type": "string" }, "convert_id": { "type": "string" }, "id": { "type": "string" }, "skip_invalid": { "type": "boolean" }, "slug": { "type": "string" }, "symbol": { "type": "string" } }, "type": "object" }