gate-mcp-skill

Retrieves spot and futures market data from Gate MCP via HTTP.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill gate-mcp-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-mcp-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/gate-mcp-skill
Command: npx skills add https://github.com/holon-run/uxc --skill gate-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 public spot and futures market data from Gate MCP, simplifying data retrieval for market analysis and monitoring without requiring complex API key management for read-only operations.

Core Features & Use Cases

  • Discover and Inspect: Intelligently discover available market data operations and inspect their input/output schemas before execution.
  • Streamlined Data Retrieval: Fetch tickers, order books, trades, and candlestick data for spot and futures markets using a fixed, reliable endpoint.
  • Use Case: An analyst needs to monitor the real-time BTC/USDT spot ticker and the BTC/USDT futures funding rate. This Skill can fetch both pieces of information efficiently.

Quick Start

Use the gate-mcp-skill to get the BTC_USDT spot tickers.

Frequently Asked Questions about gate-mcp-skill

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

FAQPage Schema
How do I retrieve real-time cryptocurrency market data from Gate.io without API keys?

You can retrieve spot and futures market data for Gate.io cryptocurrency pairs without API keys by using a fixed streamable-http endpoint that handles read-only ticker, order book, and trade history retrieval.

What is the best way to get BTC USDT spot tickers and futures funding rates?

Fetching BTC USDT spot tickers and futures funding rates is done by discovering and executing market data operations through the Gate MCP endpoint, which efficiently retrieves both pieces of real-time cryptocurrency information.

How do I fetch candlestick and order book data for Gate.io futures markets?

Fetch candlestick and order book data for Gate.io futures markets by discovering available market data operations, inspecting their input schemas, and executing them via the fixed streamable-http endpoint using UXC CLI.

Do I need UXC CLI to access Gate.io cryptocurrency spot and futures market data?

Yes, you need UXC CLI to execute operations and retrieve Gate.io cryptocurrency market data, as the data retrieval workflow adheres to read-first guardrails for stable field parsing through this command-line interface.

Can I discover and inspect available market data operations before executing them?

Yes, you can intelligently discover available market data operations and inspect their input and output schemas before execution, ensuring correct parameter mapping for currency pair discovery and ticker retrieval workflows.