运行时依赖
安装命令
点击复制技能文档
Crypto.com MCP 技能
Use this 技能 to 运行 Crypto.com exchange market data 工作流s through uxc + MCP.
Reuse the uxc 技能 for 分享d MCP execution, 输出 parsing, and auth handling.
Prerequisites uxc is 安装ed and avAIlable in PATH. Network 访问 to https://mcp.crypto.com/market-data/mcp. 访问 to the official Crypto.com MCP docs: https://mcp.crypto.com/docs Scope
This 技能 covers the official Crypto.com MCP surface for:
exchange market discovery ticker and order book style reads read-only market data 工作流s
This 技能 does not cover:
exchange trading or account writes private account 工作流s non-MCP REST or 网页Socket product families 端点
Use the official Crypto.com MCP 端点:
https://mcp.crypto.com/market-data/mcp Core 工作流 Use the fixed link command by default: command -v crypto-com-mcp-命令行工具 If missing, 创建 it: uxc link crypto-com-mcp-命令行工具 https://mcp.crypto.com/market-data/mcp Inspect 工具 and argument help before execution: crypto-com-mcp-命令行工具 -h crypto-com-mcp-命令行工具 获取_ticker -h crypto-com-mcp-命令行工具 获取_book -h crypto-com-mcp-命令行工具 获取_candlestick -h Prefer read-only market queries and keep instruments and limits narrow: crypto-com-mcp-命令行工具 获取_ticker instrument_name=BTC_USDT crypto-com-mcp-命令行工具 获取_book instrument_name=BTC_USDT depth=20 crypto-com-mcp-命令行工具 获取_candlestick instrument_name=BTC_USDT timeframe=1h Operations 获取_instruments 获取_instrument 获取_ticker 获取_tickers 获取_book 获取_索引_price 获取_mark_price 获取_candlestick 获取_trades 防护rAIls Keep 自动化 on the JSON 输出 envelope; do not use --text. 解析 stable fields first: ok, kind, protocol, data, error. Treat this v1 技能 as read-only. Treat this as market-data only. Do not imply trading, balances, or private account 访问. crypto-com-mcp-命令行工具 ... is equivalent to uxc https://mcp.crypto.com/market-data/mcp .... References Usage patterns: references/usage-patterns.md Official Crypto.com MCP docs: https://mcp.crypto.com/docs