gate-mcp-installer

One-click installer and configurator for Gate MCP (mcporter) in OpenClaw. Use when the user wants to (1) Install mcporter CLI tool, (2) Configure Gate MCP server connection, (3) Verify Gate MCP setup, or (4) Troubleshoot Gate MCP connectivity issues.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gate-mcp-installer" with this command: npx skills add aspiremongoai/gate-mc-installer

Gate MCP Installer

One-click setup for Gate MCP (mcporter) in OpenClaw.

Quick Start

To set up Gate MCP, run the install script:

bash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.sh

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
  2. Configures Gate MCP server with proper endpoint
  3. Verifies connectivity by listing available tools
  4. Provides usage examples for common queries

Manual Installation Steps (if script fails)

Step 1: Install mcporter

npm i -g mcporter
# Or verify installation
npx mcporter --version

Step 2: Configure Gate MCP

mcporter config add gate https://api.gatemcp.ai/mcp --scope home

Step 3: Verify Configuration

# Check config is written
mcporter config get gate

# List available tools
mcporter list gate --schema

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

IssueSolution
command not found: mcporterRun npm i -g mcporter
Config not foundRun the config add command again
Connection timeoutCheck internet connection to fulltrust.link
No tools listedVerify config URL is correct

Resources

  • Install Script: scripts/install-gate-mcp.sh - Automated one-click installer

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clawhub-install

Download and install skills from ClawHub directly via curl, bypassing official CLI rate limits. Use when the user wants to install one or more ClawHub skills...

Registry SourceRecently Updated
0199
upupc
Coding

Homebrew Bridge

Expose Mac Homebrew tools like brew, gh, and other /opt/homebrew/bin CLIs on a Linux OpenClaw gateway by installing explicit same-LAN SSH wrappers with optio...

Registry SourceRecently Updated
Coding

Dev Tools Pack

Collection of developer tools including Chrome extension templates, AI code reviews, GitHub README generators, SaaS landing pages, tech blogs, and tweet thre...

Registry SourceRecently Updated