CoinMarketCap MCP

by shinzo-labs
Verified

getCryptoMetadata

Returns all static metadata for one or more cryptocurrencies including logo, description, and website URLs.

Input Schema

NameRequiredDescriptionDefault
addressNo
auxNo
idNo
skip_invalidNo
slugNo
symbolNo

Input Schema (JSON Schema)

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