Crypto Price & Market Analysis MCP Server

by truss44
Verified

get-crypto-price

Get current price and 24h stats for a cryptocurrency

Input Schema

NameRequiredDescriptionDefault
symbolYesCryptocurrency symbol (e.g., BTC, ETH)

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "Cryptocurrency symbol (e.g., BTC, ETH)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }