crypto-com-mcp-skill
Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/crypto-com-mcp/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How crypto-com-mcp-skill Compares
| Feature / Agent | crypto-com-mcp-skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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/docsRelated Skills
Kraken Crypto Skill
Use the kraken_cli.py wrapper to query your Kraken account.
crypto-cex
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
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
Crypto data skills for AI agents — wraps Apify actors for KuCoin OHLCV and CoinGecko market data
github-crypto-search
Search and analyze crypto/blockchain repositories with developer profiles and activity metrics.
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
Analyze Solidity code for vulnerabilities, get safety scores, and audit checklists.
crypto-intel-security-analyzer
Analyze Solidity code for common vulnerabilities and security issues with smart contract auditing checklist.
crypto-intel-docs-search
Semantic search across crypto project documentation, whitepapers, and codebases.
crypto-agentv2
Included script and Agent skills.
crypto-agent01
Included script and Agent skills.
crypto-agent
Included script and Agent skills.