Get current price, market cap, volume, and 24h/7d change for any cryptocurrency. Supports search by name, symbol, or CoinGecko ID.
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | Coin name, symbol, or ID (e.g. 'bitcoin', 'ETH', 'solana') |
// MCP tool call
{
"name": "crypto_price",
"arguments": {
"query": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}