Crypto.com (verified)
Access real-time and historical cryptocurrency market data. Track prices, volume, and trends across coins and exchanges.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add crypto
# Browse available tools
npx -y smithery tool list crypto
# Get full schema for a tool
npx -y smithery tool get crypto get_tickers
# Call a tool
npx -y smithery tool call crypto get_tickers '{}'Direct MCP Connection
Endpoint: https://crypto.run.tools
Tools (9)
get_tickers— Tickers for an instrument or allget_ticker— Single ticker for an instrumentget_instruments— List all available trading instrumentsget_book— Order book snapshot (bids/asks)get_candlestick— Recent candlesticks for an instrument and timeframe (returns up to 50)get_index_price— Index price for an instrumentget_trades— Recent trades (default 10, max 150)get_mark_price— Mark price for an instrumentget_instrument— Instrument detail for an instrument by id
# Get full input/output schema for a tool
npx -y smithery tool get crypto