/install gate-mcp-skill
Gate MCP Skill
Use this skill to run Gate public market data workflows through uxc + MCP.
Reuse the uxc skill for shared MCP execution, output parsing, and generic auth guidance.
Prerequisites
uxcis installed and available inPATH.- Network access to
https://api.gatemcp.ai/mcp.
Scope
This skill covers the official Gate MCP surface for:
- public spot market discovery
- public spot tickers, trades, order books, and candlesticks
- public futures contracts, tickers, trades, order books, funding, and premium data
This skill does not cover:
- private account or trading workflows
- Gate REST v4 signed APIs
- wallet, funding, or portfolio actions
Endpoint
Use Gate's official MCP endpoint:
https://api.gatemcp.ai/mcp
Core Workflow
- Use the fixed link command by default:
command -v gate-mcp-cli- If missing, create it:
uxc link gate-mcp-cli https://api.gatemcp.ai/mcp gate-mcp-cli -h
- Inspect tool and argument help before execution:
gate-mcp-cli cex_spot_get_spot_tickers -hgate-mcp-cli cex_spot_get_spot_order_book -hgate-mcp-cli cex_fx_get_fx_tickers -hgate-mcp-cli cex_fx_get_fx_order_book -h
- Prefer narrow spot or futures reads with explicit instrument identifiers:
gate-mcp-cli cex_spot_get_spot_tickers currency_pair=BTC_USDTgate-mcp-cli cex_spot_get_spot_order_book currency_pair=BTC_USDT limit=20gate-mcp-cli cex_fx_get_fx_tickers contract=BTC_USDTgate-mcp-cli cex_fx_get_fx_funding_rate contract=BTC_USDT
Operations
Spot
cex_spot_list_currenciescex_spot_list_currency_pairscex_spot_get_currencycex_spot_get_currency_paircex_spot_get_spot_tickerscex_spot_get_spot_order_bookcex_spot_get_spot_tradescex_spot_get_spot_candlesticks
Futures
cex_fx_list_fx_contractscex_fx_get_fx_contractcex_fx_get_fx_tickerscex_fx_get_fx_order_bookcex_fx_get_fx_tradescex_fx_get_fx_candlestickscex_fx_get_fx_funding_ratecex_fx_get_fx_premium_indexcex_fx_list_fx_liq_orders
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.
- Prefer
currency_pairvalues likeBTC_USDTfor spot andcontractvalues likeBTC_USDTfor futures unless help output indicates a different contract name. gate-mcp-cli \x3Coperation> ...is equivalent touxc https://api.gatemcp.ai/mcp \x3Coperation> ....
References
- Usage patterns:
references/usage-patterns.md - Official Gate for AI / MCP docs: https://www.gate.com/gate-mcp-skills
- Gate MCP setup article: https://www.gate.com/ru/help/gateforai/gateforaibasics/50102/gate-for-ai-one-click-integration-with-major-ai-agents-no-api-keys-required-zero-barriers
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gate-mcp-skill - After installation, invoke the skill by name or use
/gate-mcp-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Gate MCP Skill?
Use Gate MCP through UXC for public spot and futures market data workflows with a fixed streamable-http endpoint and read-first guardrails. It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install Gate MCP Skill?
Run "/install gate-mcp-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gate MCP Skill free?
Yes, Gate MCP Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gate MCP Skill support?
Gate MCP Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gate MCP Skill?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.