/install gate-mcp-claude-installer
Gate One-Click Installer (Claude Code: MCP + Skills)
General Rules
⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding. Do NOT select or call any tool until all rules are read. These rules have the highest priority. → Read gate-runtime-rules.md
- Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they exist in the MCP server.
MCP Dependencies
Required MCP Servers
| MCP Server | Status |
|---|---|
| Gate (main) | ✅ Required |
| Gate-Dex | ✅ Required |
| Gate-Info | ✅ Required |
| Gate-News | ✅ Required |
Authentication
- API Key Required: No
Installation Check
- Required: Gate (main), Gate-Dex, Gate-Info, Gate-News
- Install: Run installer skill for your IDE
- Cursor:
gate-mcp-cursor-installer - Codex:
gate-mcp-codex-installer - Claude:
gate-mcp-claude-installer - OpenClaw:
gate-mcp-openclaw-installer
- Cursor:
MCP Mode
Read and strictly follow references/mcp.md, then execute this installer workflow.
SKILL.mdkeeps product scope, install behavior, and user-facing guidance.references/mcp.mdis the authoritative execution layer for environment checks, config merge rules, and failure rollback guidance.
CEX MCP modes (read before configuring)
Aligned with gate-mcp documentation:
| Mode | What it is | Auth | Typical use |
|---|---|---|---|
| Local CEX | stdio npx -y gate-mcp (npm package gate-mcp) |
Optional GATE_API_KEY / GATE_API_SECRET (public-only works without keys; set GATE_READONLY=true for read-only) |
Full local tool surface; tool names use abbreviations (fx, dc, ...) — see gate-mcp gate-local-mcp-tools doc |
| Remote CEX — Public | https://api.gatemcp.ai/mcp |
None | Public market data only (~58 tools, cex_* names) |
| Remote CEX — Exchange | https://api.gatemcp.ai/mcp/exchange |
Gate OAuth2 (browser login) | Private trading & account (~400+ tools); does not duplicate the full public market-data set — use Public remote or Local for market queries as needed |
Non-CEX (same host): Dex (/mcp/dex, Google/Gate OAuth + fixed x-api-key), Info (/mcp/info), News (/mcp/news).
Resources
| Type | Name | Endpoint / Config |
|---|---|---|
| MCP | Gate (Local CEX, main) |
stdio npx -y gate-mcp, env GATE_API_KEY / GATE_API_SECRET — gate-mcp |
| MCP | gate-cex-pub (cex-public) |
https://api.gatemcp.ai/mcp, HTTP, type+url only (no headers), no auth |
| MCP | gate-cex-ex (cex-exchange) |
https://api.gatemcp.ai/mcp/exchange, HTTP, type+url only; Gate OAuth2 on first use |
| MCP | Gate-Dex (dex) |
https://api.gatemcp.ai/mcp/dex, fixed x-api-key + Authorization: Bearer ${GATE_MCP_TOKEN} |
| MCP | Gate-Info (info) |
https://api.gatemcp.ai/mcp/info |
| MCP | Gate-News (news) |
https://api.gatemcp.ai/mcp/news |
| Skills | gate-skills | https://github.com/gate/gate-skills (installs all under skills/) |
Behavior Rules
- Default: When the user does not specify which MCPs to install, install all MCPs (
main,cex-public,cex-exchange,dex,info,news) + all gate-skills. - Selectable MCPs: Users can choose to install only specific MCPs; follow the user's selection (
--mcpcan be repeated). - Skills: Unless
--no-skillsis passed, always install all skills from the gate-skills repository's skills/ directory.
Installation Steps
1. Confirm User Selection (MCPs)
- If the user does not specify which MCPs → install all:
main,cex-public,cex-exchange,dex,info,news. - If the user specifies "only install xxx" → install only the specified MCPs.
2. Write Claude Code MCP Config
- User-level config:
~/.claude.json(Windows:%USERPROFILE%\.claude.json). If using directory format, use the corresponding config under~/.claude/. - If it already exists, merge into the existing
mcpServers; do not overwrite other MCPs. - Config details:
- Gate (main): stdio,
command: npx,args: ["-y", "gate-mcp"], optionalenvfor API keys - gate-cex-pub:
type: http,urlonly (remote CEX public; no extra headers) - gate-cex-ex:
type: http,urlfor/mcp/exchangeonly; OAuth2 is completed in the client when prompted - Gate-Dex: http,
url+headers["x-api-key"]=MCP_AK_8W2N7Q+Authorization=Bearer ${GATE_MCP_TOKEN} - Gate-Info / Gate-News: http,
url
- Gate (main): stdio,
3. Install gate-skills (all)
- Pull all subdirectories under skills/ from https://github.com/gate/gate-skills and copy them to
~/.claude/skills/(or the corresponding directory for the current environment). - Add
--no-skillswhen using the script to install MCP only without skills.
4. Post-Installation Prompt
- Inform the user of the installed MCP list and "all gate-skills have been installed" (unless
--no-skillswas used). - Prompt to reopen Claude Code or start a new session to load the MCPs.
- Local API Key: If Gate (main) is used for trading via API keys, direct the user to https://www.gate.com/myaccount/profile/api-key/manage and set
GATE_API_KEY/GATE_API_SECRETin the Gate entryenv. - Remote Exchange OAuth2: If gate-cex-ex was installed, the user completes Gate OAuth2 in the browser when the client prompts (scopes:
market,profile,trade,wallet,account). - Gate-Dex Authorization: If Gate-Dex was installed and a query returns an authorization required message, prompt the user to first open https://web3.gate.com/ to create or bind a wallet, then complete OAuth via the link the assistant provides.
Script
Use the scripts/install.sh in this skill directory for one-click installation.
- Usage:
./scripts/install.sh [--mcp main|cex-public|cex-exchange|dex|info|news] ... [--no-skills]
Installs all MCPs when no--mcpis passed; pass multiple--mcpto install only specified ones;--no-skillsinstalls MCP only. - The DEX x-api-key is fixed as
MCP_AK_8W2N7Qand written to the config.
After downloading this skill from GitHub, run from the repository root:
bash skills/gate-mcp-claude-installer/scripts/install.sh
Or (MCP only):
bash skills/gate-mcp-claude-installer/scripts/install.sh --no-skills
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gate-mcp-claude-installer - 安装完成后,直接呼叫该 Skill 的名称或使用
/gate-mcp-claude-installer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gate Claude Code One-Click Installer (MCP + Skills) 是什么?
Gate MCP and Gate skills installer for Claude Code (CLI). Use when the user asks to install Gate tools in Claude Code. Triggers on 'install Gate MCP Claude',... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。
如何安装 Gate Claude Code One-Click Installer (MCP + Skills)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gate-mcp-claude-installer」即可一键安装,无需额外配置。
Gate Claude Code One-Click Installer (MCP + Skills) 是免费的吗?
是的,Gate Claude Code One-Click Installer (MCP + Skills) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gate Claude Code One-Click Installer (MCP + Skills) 支持哪些平台?
Gate Claude Code One-Click Installer (MCP + Skills) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gate Claude Code One-Click Installer (MCP + Skills)?
由 Gate(@gate-exchange)开发并维护,当前版本 v1.0.2。