crypto-com-mcp-skill
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCrypto.com MCP Skill
Crypto.com MCP Skill
Use this skill to run Crypto.com exchange market data workflows through + MCP.
uxcReuse the skill for shared MCP execution, output parsing, and auth handling.
uxc使用此Skill通过 + MCP运行Crypto.com交易所市场数据工作流。
uxc复用 Skill来处理共享的MCP执行、输出解析和身份验证。
uxcPrerequisites
前提条件
- is installed and available in
uxc.PATH - Network access to .
https://mcp.crypto.com/market-data/mcp - Access to the official Crypto.com MCP docs:
https://mcp.crypto.com/docs
- 已安装且可在
uxc中访问。PATH - 能够访问网络地址。
https://mcp.crypto.com/market-data/mcp - 可访问官方Crypto.com MCP文档:
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
此Skill覆盖官方Crypto.com MCP的以下功能领域:
- 交易所市场发现
- 行情报价和订单簿类读取操作
- 只读市场数据工作流
此Skill不包含以下内容:
- 交易所交易或账户写入操作
- 个人账户工作流
- 非MCP的REST或WebSocket产品系列
Endpoint
端点
Use the official Crypto.com MCP endpoint:
https://mcp.crypto.com/market-data/mcp
使用官方Crypto.com MCP端点:
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
- 默认使用固定链接命令:
command -v crypto-com-mcp-cli- 如果缺失,创建链接:
uxc link crypto-com-mcp-cli https://mcp.crypto.com/market-data/mcp
- 执行前查看工具和参数帮助:
crypto-com-mcp-cli -hcrypto-com-mcp-cli get_ticker -hcrypto-com-mcp-cli get_book -hcrypto-com-mcp-cli get_candlestick -h
- 优先选择只读市场查询,并缩小工具和限制范围:
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
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.
- is equivalent to
crypto-com-mcp-cli <operation> ....uxc https://mcp.crypto.com/market-data/mcp <operation> ...
- 仅在JSON输出包上进行自动化操作;请勿使用参数。
--text - 优先解析稳定字段:,
ok,kind,protocol,data。error - 将此v1版本Skill视为只读工具。
- 仅用于市场数据相关操作。请勿涉及交易、余额或个人账户访问。
- 等同于
crypto-com-mcp-cli <operation> ...。uxc https://mcp.crypto.com/market-data/mcp <operation> ...
References
参考资料
- Usage patterns:
references/usage-patterns.md - Official Crypto.com MCP docs: https://mcp.crypto.com/docs
- 使用模式:
references/usage-patterns.md - 官方Crypto.com MCP文档:https://mcp.crypto.com/docs