Crypto.com MCP Skill

Use this skill to run Crypto.com exchange market data workflows through uxc + MCP.

Reuse the uxc skill for shared MCP execution, output parsing, and auth handling.

Prerequisites

Scope

This skill covers the official Crypto.com MCP surface for:

This skill does not cover:

Endpoint

Use the official Crypto.com MCP endpoint:

Core Workflow

  1. Use the fixed link command by default:
    • command -v crypto-com-mcp-cli
    • If missing, create it: uxc link crypto-com-mcp-cli https://mcp.crypto.com/market-data/mcp
  2. Inspect tool and argument help before execution:
    • crypto-com-mcp-cli -h
    • crypto-com-mcp-cli get_ticker -h
    • crypto-com-mcp-cli get_book -h
    • crypto-com-mcp-cli get_candlestick -h
  3. Prefer read-only market queries and keep instruments and limits narrow:
    • crypto-com-mcp-cli get_ticker instrument_name=BTC_USDT
    • crypto-com-mcp-cli get_book instrument_name=BTC_USDT depth=20
    • crypto-com-mcp-cli get_candlestick instrument_name=BTC_USDT timeframe=1h

Operations

Guardrails

References