track_crypto_portfolio
ActiveTool of com.thenextgennexus/finance-mcp-server
Monitor real-time prices and performance metrics for a portfolio of cryptocurrency holdings. Returns current price per coin, 24-hour percentage change, portfolio value summary, and top movers. Use for active portfolio management and price monitoring.
Parameters schema
{
"type": "object",
"required": [
"coins"
],
"properties": {
"coins": {
"type": "array",
"items": {
"type": "string",
"description": "Cryptocurrency symbol to track (e.g. 'BTC', 'ETH', 'ADA', 'USDC')"
},
"description": "List of cryptocurrency codes in portfolio to track real-time"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.thenextgennexus/finance-mcp-server
1/7 registries