⚠️ 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
exist in the MCP server.
| MCP Server | Status |
|---|---|
| ------------ | -------- |
| Gate (main) | ✅ Required |
| Gate-Dex | ✅ Required |
| Gate-Info | ✅ Required |
| Gate-News | ✅ Required |
gate-mcp-cursor-installergate-mcp-codex-installergate-mcp-claude-installergate-mcp-openclaw-installerRead and strictly follow references/mcp.md, then execute this installer workflow.
SKILL.md keeps product scope, install behavior, and user-facing guidance.references/mcp.md is the authoritative execution layer for environment checks, config merge rules, and failure rollback guidance.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).
| 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/) |
main, cex-public, cex-exchange, dex, info, news) + all gate-skills.--mcp can be repeated).--no-skills is passed, always install all skills from the gate-skills repository's skills/ directory.main, cex-public, cex-exchange, dex, info, news.~/.claude.json (Windows: %USERPROFILE%\.claude.json). If using directory format, use the corresponding config under ~/.claude/.mcpServers; do not overwrite other MCPs.command: npx, args: ["-y", "gate-mcp"], optional env for API keystype: http, url only (remote CEX public; no extra headers)type: http, url for /mcp/exchange only; OAuth2 is completed in the client when promptedurl + headers["x-api-key"] = MCP_AK_8W2N7Q + Authorization = Bearer ${GATE_MCP_TOKEN}url~/.claude/skills/ (or the corresponding directory for the current environment).--no-skills when using the script to install MCP only without skills.--no-skills was used).GATE_API_KEY / GATE_API_SECRET in the Gate entry env.market, profile, trade, wallet, account).Use the scripts/install.sh in this skill directory for one-click installation.
./scripts/install.sh [--mcp main|cex-public|cex-exchange|dex|info|news] ... [--no-skills]
Installs all MCPs when no --mcp is passed; pass multiple --mcp to install only specified ones; --no-skills installs MCP only.
MCP_AK_8W2N7Q and 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
共 2 个版本