crypto-com-mcp-skill

Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails.

23 stars

Best use case

crypto-com-mcp-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails.

Teams using crypto-com-mcp-skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/crypto-com-mcp/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/exchanges/crypto-com-mcp/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/crypto-com-mcp/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How crypto-com-mcp-skill Compares

Feature / Agentcrypto-com-mcp-skillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 <operation> ...` is equivalent to `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

Related Skills

Kraken Crypto Skill

23
from jiayaoqijia/cryptoskill

Use the kraken_cli.py wrapper to query your Kraken account.

crypto-cex

23
from jiayaoqijia/cryptoskill

Get centralized exchange market data, order books, trading pairs, ticker prices, and 24h volume across Binance, Coinbase, Kraken, Bybit, Gate.io, and Bitget. Use when asked about CEX prices, exchange order book, trading pairs, CEX volume, Binance price, Kraken ticker, exchange comparison, or funding rates on centralized exchanges.

crypto-market-rank

23
from jiayaoqijia/cryptoskill

Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.

apify-crypto-skill

23
from jiayaoqijia/cryptoskill

Crypto data skills for AI agents — wraps Apify actors for KuCoin OHLCV and CoinGecko market data

github-crypto-search

23
from jiayaoqijia/cryptoskill

Search and analyze crypto/blockchain repositories with developer profiles and activity metrics.

cryptoskill

23
from jiayaoqijia/cryptoskill

Search, browse, and install crypto AI agent skills and MCP servers from cryptoskill.org — the largest curated registry of crypto skills with 450+ skills and 40+ MCP servers across 13 categories.

crypto-intel-security-scanner

23
from jiayaoqijia/cryptoskill

Analyze Solidity code for vulnerabilities, get safety scores, and audit checklists.

crypto-intel-security-analyzer

23
from jiayaoqijia/cryptoskill

Analyze Solidity code for common vulnerabilities and security issues with smart contract auditing checklist.

crypto-intel-docs-search

23
from jiayaoqijia/cryptoskill

Semantic search across crypto project documentation, whitepapers, and codebases.

crypto-agentv2

23
from jiayaoqijia/cryptoskill

Included script and Agent skills.

crypto-agent01

23
from jiayaoqijia/cryptoskill

Included script and Agent skills.

crypto-agent

23
from jiayaoqijia/cryptoskill

Included script and Agent skills.