get_rankings
ActiveTool of Zipp
declared in 1.27.1
Live crypto market-cap rankings — the latest top-N snapshot from CoinGecko (default) or CoinMarketCap, with price, market cap, 24h change, and 24h rank movement. Answers 'what are the top coins right now?'. limit clamped to 1–100 (default 10).
Parameters schema
{
"type": "object",
"title": "get_rankings_toolArguments",
"properties": {
"lang": {
"type": "string",
"title": "Lang",
"default": "en-US"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 10
},
"provider": {
"type": "string",
"title": "Provider",
"default": "coingecko"
}
}
}Parent server
Zipp
https://github.com/deficlow/zipp-mcp
2/7 registries