crypto_prices
ActiveTool of com.thenextgennexus/crypto-mcp-server
declared in 2.14.7
Get current cryptocurrency prices and market data from CoinGecko. Args: coins: List of coin IDs (e.g. ['bitcoin', 'ethereum']). Empty for top coins. max_results: Max results (default 50)
Parameters schema
{
"type": "object",
"properties": {
"coins": {
"type": "array",
"items": {
"type": "string"
},
"default": null
},
"max_results": {
"type": "integer",
"default": 50
}
}
}Parent server
com.thenextgennexus/crypto-mcp-server
1/7 registries