← 返回
未分类 中文

Crypto.com MCP Skill

Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails.
通过UXC使用Crypto.com MCP进行交易所市场数据工作流,采用先帮助发现和只读防护机制。
jolestar jolestar 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 449
下载
💾 1
安装
1
版本
#latest

概述

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

  • uxc is installed and available in PATH.
  • 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

  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

  1. 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
  2. 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

  • get_instruments
  • get_instrument
  • get_ticker
  • get_tickers
  • get_book
  • get_index_price
  • get_mark_price
  • get_candlestick
  • get_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 ... 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 15:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,152 📥 925,094
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,507 📥 566,730
knowledge-management

DeepWiki MCP Skill

jolestar
使用 DeepWiki MCP 向任何 GitHub 仓库提问和阅读文档。用于需要理解代码库、查找特定 API 或获取信息。
★ 0 📥 792