Coin MCP Server

get-coin-info

Get coins' information includes details like logo, description, official website URL, social links, and links to a cryptocurrency's technical documentation.

Input Schema

NameRequiredDescriptionDefault
addressNoAlternatively pass in a contract address. Example: "0xc40af1e4fecfa05ce6bab79dcd8b373d2e436c4e"
auxNoOptionally specify a comma-separated list of supplemental data fields to return. Pass urls,logo,description,tags,platform,date_added,notice,status to include all auxiliary fields.
idNoOne or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2"
skip_invalidNoPass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned.
slugNoAlternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum"
symbolNoAlternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH"

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Alternatively pass in a contract address. Example: \"0xc40af1e4fecfa05ce6bab79dcd8b373d2e436c4e\"", "type": "string" }, "aux": { "description": "Optionally specify a comma-separated list of supplemental data fields to return. Pass urls,logo,description,tags,platform,date_added,notice,status to include all auxiliary fields.", "type": "string" }, "id": { "description": "One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: \"1,2\"", "type": "string" }, "skip_invalid": { "default": false, "description": "Pass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned.", "type": "boolean" }, "slug": { "description": "Alternatively pass a comma-separated list of cryptocurrency slugs. Example: \"bitcoin,ethereum\"", "type": "string" }, "symbol": { "description": "Alternatively pass one or more comma-separated cryptocurrency symbols. Example: \"BTC,ETH\"", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools