crypto_price

$0.001 USDC per call

Get current price, market cap, volume, and 24h/7d change for any cryptocurrency. Supports search by name, symbol, or CoinGecko ID.

Parameters
NameTypeRequiredDescription
query string required Coin name, symbol, or ID (e.g. 'bitcoin', 'ETH', 'solana')
Example Call
// MCP tool call
{
  "name": "crypto_price",
  "arguments": {
    "query": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground