crypto_prices
ActiveTool of crypto-prices-mcp
Current prices for one or more cryptocurrencies. Pass the CoinGecko `id` (e.g. 'bitcoin', 'ethereum', 'solana') — use `crypto_search` if you only have a symbol or name. `vs` is the quote currency (default 'usd'; also 'inr', 'eur', 'jpy', etc.). Returns price, 24h change, market cap, volume.
Parameters schema
{
"type": "object",
"required": [
"ids"
],
"properties": {
"vs": {
"type": "string",
"default": "usd"
},
"ids": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 50,
"minItems": 1
}
}
}Parent server
crypto-prices-mcp
https://github.com/guptaprakhariitr/crypto-prices-mcp
2/7 registries