category
ActiveTool of mcp-coinmarketcap
declared in 0.1.0
Fetch all coins belonging to a CoinMarketCap category (e.g. DeFi, NFTs) by category id (obtain ids from the `categories` tool); returns price, market cap, and 24h change per coin.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "defi"
},
{
"id": "layer-1",
"convert": "EUR"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Category id (from `categories`)"
},
"convert": {
"type": "string"
}
}
}Parent server
mcp-coinmarketcap
https://github.com/pipeworx-io/mcp-coinmarketcap
2/7 registries