/install crypto-com-mcp-skill
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
uxcis installed and available inPATH.- Network access to
https://mcp.crypto.com/market-data/mcp. - Access to the official Crypto.com MCP docs:
https://mcp.crypto.com/docs
Scope
This skill covers the official Crypto.com MCP surface for:
- exchange market discovery
- ticker and order book style reads
- read-only market data workflows
This skill does not cover:
- exchange trading or account writes
- private account workflows
- non-MCP REST or WebSocket product families
Endpoint
Use the official Crypto.com MCP endpoint:
https://mcp.crypto.com/market-data/mcp
Core Workflow
- 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
- Inspect tool and argument help before execution:
crypto-com-mcp-cli -hcrypto-com-mcp-cli get_ticker -hcrypto-com-mcp-cli get_book -hcrypto-com-mcp-cli get_candlestick -h
- Prefer read-only market queries and keep instruments and limits narrow:
crypto-com-mcp-cli get_ticker instrument_name=BTC_USDTcrypto-com-mcp-cli get_book instrument_name=BTC_USDT depth=20crypto-com-mcp-cli get_candlestick instrument_name=BTC_USDT timeframe=1h
Operations
get_instrumentsget_instrumentget_tickerget_tickersget_bookget_index_priceget_mark_priceget_candlestickget_trades
Guardrails
- Keep automation on the JSON output envelope; do not use
--text. - Parse stable fields first:
ok,kind,protocol,data,error. - Treat this v1 skill as read-only.
- Treat this as market-data only. Do not imply trading, balances, or private account access.
crypto-com-mcp-cli \x3Coperation> ...is equivalent touxc https://mcp.crypto.com/market-data/mcp \x3Coperation> ....
References
- Usage patterns:
references/usage-patterns.md - Official Crypto.com MCP docs: https://mcp.crypto.com/docs
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-com-mcp-skill - After installation, invoke the skill by name or use
/crypto-com-mcp-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Crypto.com MCP Skill?
Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails. It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.
How do I install Crypto.com MCP Skill?
Run "/install crypto-com-mcp-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto.com MCP Skill free?
Yes, Crypto.com MCP Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Crypto.com MCP Skill support?
Crypto.com MCP Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto.com MCP Skill?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.