crypto__crypto_prices
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
declared in 1.0.47
[Crypto Intelligence] 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/enterprise-mcp-gateway
1/7 registries