get_crypto_market
ActiveTool of crypto
declared in 0.1.0
Get top cryptocurrencies ranked by market cap. Returns rank, name, symbol, USD price, market cap, 24h volume, and 24h % change for each.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10
},
{
"limit": 50,
"vs_currency": "usd"
}
],
"properties": {
"limit": {
"type": "number",
"description": "Number of coins to return (1-100, default 10)"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own CoinPaprika Pro API key for a dedicated quota (uses the api-pro endpoint). Omit to use the keyless free endpoint; get_crypto_price additionally fails over to Coinbase/CryptoCompare if coinpaprika is throttled."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
crypto
https://github.com/pipeworx-io/mcp-crypto
2/7 registries