listings_latest
ActiveTool of mcp-coinmarketcap
declared in 0.1.0
Paginated list of cryptocurrencies ranked by market cap (or volume/price-change); returns rank, price, market cap, 24h volume, and 24h change per coin. Sortable; up to 5000 results.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10
},
{
"sort": "market_cap",
"limit": 50,
"start": 1,
"convert": "USD"
}
],
"properties": {
"sort": {
"type": "string",
"description": "market_cap | volume_24h | percent_change_24h | name | symbol"
},
"limit": {
"type": "number",
"description": "1-5000 (default 20)"
},
"start": {
"type": "number",
"description": "1-based rank offset (default 1)"
},
"convert": {
"type": "string",
"description": "Quote currency (default USD)"
}
}
}Parent server
mcp-coinmarketcap
https://github.com/pipeworx-io/mcp-coinmarketcap
2/7 registries