crypto-com-mcp-skill

Query Crypto.com market data via the official MCP endpoint using UXC.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill crypto-com-mcp-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crypto-com-mcp-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/crypto-com-mcp-skill
Command: npx skills add https://github.com/holon-run/uxc --skill crypto-com-mcp-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides streamlined access to Crypto.com's market data via their MCP, simplifying workflows for querying exchange information.

Core Features & Use Cases

  • Market Data Queries: Retrieve instrument details, tickers, order books, and candlestick data.
  • Help-First Discovery: Introspect available operations and their arguments before execution.
  • Read-Only Guardrails: Ensures operations are limited to safe, read-only market data access.
  • Use Case: Quickly check the current ticker price for BTC_USDT or retrieve the order book depth for ETH_USDT.

Quick Start

Use the crypto-com-mcp-skill to get the ticker for instrument BTC_USDT.

Frequently Asked Questions about crypto-com-mcp-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Crypto.com exchange market data via MCP?

Query Crypto.com exchange market data via MCP by using the Skill to access the official endpoint with UXC, retrieving instruments, tickers, order books, and candlestick data. It provides built-in read-only guardrails for safe access.

Can I fetch order book depth and ticker prices for Crypto.com trading pairs?

Yes, you can fetch order book depth and ticker prices for Crypto.com trading pairs. The Skill supports retrieving tickers and order book data for specific instruments like BTC_USDT or ETH_USDT through the MCP endpoint.

Do I need UXC CLI to access Crypto.com market data?

Yes, you need the UXC CLI installed to access Crypto.com market data. The Skill requires the UXC CLI to interface with the official MCP endpoint and execute operations for discovering instruments and fetching market data.

What market data operations are available for Crypto.com instruments?

Available market data operations for Crypto.com instruments include discovering instruments, fetching tickers, retrieving order books, and querying candlestick data. The Skill also provides help-first discovery to introspect operations before execution.

Are there read-only guardrails for Crypto.com MCP market data access?

Yes, read-only guardrails are built into the Skill to ensure operations are limited to safe market data access. This prevents unintended modifications while querying Crypto.com exchange data through the MCP endpoint.

How do I discover available operations and arguments before querying Crypto.com data?

Discover available operations and arguments by using the help-first discovery feature. This allows you to introspect the Crypto.com MCP operations and their required arguments before executing any market data queries.