get_crypto_prices
ActiveTool of com.thenextgennexus/finance-mcp-server
Fetch real-time cryptocurrency prices and 24-hour market data for multiple coins. Returns current price in USD, 24h price change percentage, market cap, and trading volume. Use for crypto portfolio tracking, price alerts, or comparing digital assets.
Parameters schema
{
"type": "object",
"properties": {
"coins": {
"type": "array",
"items": {
"type": "string",
"description": "Cryptocurrency ticker or symbol (e.g. 'BTC' or 'bitcoin', 'ETH' or 'ethereum', 'SOL', 'DOGE')"
},
"description": "List of cryptocurrency symbols or names to fetch price data"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.thenextgennexus/finance-mcp-server
1/7 registries