Gate MCP Installer
One-click setup for Gate MCP (mcporter) in OpenClaw.
Quick Start
To set up Gate MCP, run the install script:
CODEBLOCK0
Or execute the skill directly and I will guide you through the installation.
What This Skill Does
This skill automates the complete Gate MCP setup process:
- 1. Installs mcporter CLI globally via npm
- Configures Gate MCP server with proper endpoint
- Verifies connectivity by listing available tools
- Provides usage examples for common queries
Manual Installation Steps (if script fails)
Step 1: Install mcporter
CODEBLOCK1
Step 2: Configure Gate MCP
CODEBLOCK2
Step 3: Verify Configuration
CODEBLOCK3
If tools are listed, Gate MCP is ready to use!
Common Usage Examples
After installation, use Gate MCP with queries like:
- - "查询 BTC/USDT 的价格"
- "用 gate mcp 分析 SOL"
- "Gate 有什么套利机会?"
- "查看 ETH 的资金费率"
Troubleshooting
| Issue | Solution |
|---|
| INLINECODE0 | Run INLINECODE1 |
| Config not found |
Run the config add command again |
| Connection timeout | Check internet connection to fulltrust.link |
| No tools listed | Verify config URL is correct |
Resources
- - Install Script:
scripts/install-gate-mcp.sh - Automated one-click installer
Gate MCP 安装器
在 OpenClaw 中一键设置 Gate MCP(mcporter)。
快速开始
要设置 Gate MCP,请运行安装脚本:
bash
bash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.sh
或者直接执行该技能,我将引导您完成安装过程。
该技能的功能
该技能可自动完成 Gate MCP 的完整设置流程:
- 1. 全局安装 mcporter CLI(通过 npm)
- 配置 Gate MCP 服务器(使用正确的端点)
- 验证连接性(通过列出可用工具)
- 提供常见查询的使用示例
手动安装步骤(如果脚本失败)
步骤 1:安装 mcporter
bash
npm i -g mcporter
或验证安装
npx mcporter --version
步骤 2:配置 Gate MCP
bash
mcporter config add gate https://api.gatemcp.ai/mcp --scope home
步骤 3:验证配置
bash
检查配置是否已写入
mcporter config get gate
列出可用工具
mcporter list gate --schema
如果列出了工具,则 Gate MCP 已准备就绪!
常见使用示例
安装后,使用 Gate MCP 进行如下查询:
- - 查询 BTC/USDT 的价格
- 用 gate mcp 分析 SOL
- Gate 有什么套利机会?
- 查看 ETH 的资金费率
故障排除
| 问题 | 解决方案 |
|---|
| command not found: mcporter | 运行 npm i -g mcporter |
| 未找到配置 |
再次运行配置添加命令 |
| 连接超时 | 检查与 fulltrust.link 的网络连接 |
| 未列出工具 | 验证配置 URL 是否正确 |
资源
- - 安装脚本:scripts/install-gate-mcp.sh - 自动化一键安装器