← Back to Skills Marketplace
jolestar

Crypto.com MCP Skill

by jolestar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
176
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install crypto-com-mcp-skill
Description
Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails.
README (SKILL.md)

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
  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

  • 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 \x3Coperation> ... is equivalent to uxc https://mcp.crypto.com/market-data/mcp \x3Coperation> ....

References

Usage Guidance
This skill appears coherent and limited to read-only market-data calls to Crypto.com's official MCP endpoint. Before installing: (1) confirm you trust 'uxc' because this skill delegates execution and possibly auth to it; (2) verify the MCP endpoint (https://mcp.crypto.com/market-data/mcp) and Crypto.com docs yourself; (3) note there is no published source/homepage for the skill — if provenance matters to you, request a canonical repository or vendor information from the publisher; (4) the included scripts reference 'rg' (ripgrep) for validation in CI only — not required at runtime; and (5) if you prefer to avoid autonomous network calls, restrict the skill to user-invocable or disable model invocation per your agent settings.
Capability Analysis
Type: OpenClaw Skill Name: crypto-com-mcp-skill Version: 1.0.0 The skill bundle is a well-structured implementation for accessing Crypto.com exchange market data via the Model Context Protocol (MCP). It includes clear read-only guardrails, explicit instructions to avoid private account workflows or trading, and a validation script (scripts/validate.sh) that enforces these safety constraints. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The name/description describe read-only market-data access via Crypto.com MCP and the files/instructions match that purpose. The SKILL.md requires 'uxc' and a fixed MCP endpoint (mcp.crypto.com) which is appropriate. No unrelated environment variables, binaries, or config paths are requested. Note: the package source/homepage are not provided (source unknown), so provenance is unclear even though functionality is coherent.
Instruction Scope
Runtime instructions are narrow and consistent: link a CLI via 'uxc', inspect help, and run read-only operations (ticker, book, candlestick, trades). The skill explicitly forbids trading/account writes and does not instruct reading unrelated files or environment variables. Network access is limited to the documented MCP endpoint and docs URL.
Install Mechanism
There is no install spec (instruction-only skill). The included validation script is for developer/CI checks and not a runtime installer. No archives or external downloads are performed by the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That aligns with its stated read-only, public-market-data role. Be aware that authentication/credential handling may be delegated to the 'uxc' skill — review 'uxc' if you need to confirm how auth is managed.
Persistence & Privilege
Flags show normal defaults (always: false, agent-invocable allowed). The skill does not request persistent system-wide changes or modify other skills' configs. Autonomous invocation is allowed by platform default; combine that with your local policy if you want to restrict autonomous calls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-com-mcp-skill
  3. After installation, invoke the skill by name or use /crypto-com-mcp-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of crypto-com-mcp-skill for Crypto.com MCP market data workflows via UXC. - Supports read-only market data operations: market discovery, ticker, order book, trades, and candlesticks. - Follows help-first command discovery and restricts workflows to public, non-trading endpoints. - Enforces JSON output automation and parsing guardrails for reliability. - No support for trading, account, or private data operations.
Metadata
Slug crypto-com-mcp-skill
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments