quotes
ActiveTool of mcp-coinmarketcap
declared in 0.1.0
Latest market quotes for one or more cryptocurrencies. Identify by symbol (e.g. "BTC,ETH") OR by id (CMC numeric IDs).
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "BTC,ETH,SOL"
},
{
"id": "1,1027,5426",
"convert": "EUR"
}
],
"properties": {
"id": {
"type": "string",
"description": "Comma-separated CMC IDs"
},
"symbol": {
"type": "string",
"description": "Comma-separated tickers (e.g. \"BTC,ETH,SOL\")"
},
"convert": {
"type": "string",
"description": "Target currency (default USD)"
}
}
}Parent server
mcp-coinmarketcap
https://github.com/pipeworx-io/mcp-coinmarketcap
2/7 registries