finance__get_crypto_prices
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Finance & Markets] Get cryptocurrency prices and market data from CoinGecko. Returns price, market cap, 24h change, volume. Args: coins: Comma-separated coin IDs (e.g. "bitcoin,ethereum,solana") or leave empty for top coins max_results: Maximum number of coins to return (default 20)
Parameters schema
{
"type": "object",
"properties": {
"coins": {
"type": "string",
"default": "bitcoin,ethereum"
},
"max_results": {
"type": "integer",
"default": 20
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries