gate-mcp-openclawinstaller

One-click installer for all Gate.com MCP servers including spot/futures trading, wallet, market info, and news. Use when users need to install, configure, or manage Gate MCP servers with mcporter.

$ npx skills add https://github.com/gate/gate-skills --skill gate-mcp-openclawinstaller

Gate MCP

Complete Gate.com MCP server installer for OpenClaw.

Quick Start

# Install all Gate MCP servers (default)
./scripts/install.sh

# Selective installation
./scripts/install.sh --select

MCP Servers

ServerEndpointAuthDescription
gatenpx -y gate-mcpAPI Key + SecretSpot/Futures/Options trading
gate-wallethttps://api.gatemcp.ai/mcp/walletx-api-keyWallet operations
gate-infohttps://api.gatemcp.ai/mcp/infoNoneMarket data
gate-newshttps://api.gatemcp.ai/mcp/newsNoneNews feed

Installation Modes

1. Install All (Default)

./scripts/install.sh

Installs all 4 servers. Prompts for API credentials when needed.

2. Selective Install

./scripts/install.sh --select
# or
./scripts/install.sh -s

Interactive menu to choose specific server.

Common Commands

# Market data (no auth)
mcporter call gate-info.list_tickers currency_pair=BTC_USDT
mcporter call gate-news.list_news

# Trading (requires auth)
mcporter call gate.list_spot_accounts
mcporter call gate.list_tickers currency_pair=ETH_USDT

# Wallet (requires auth)
mcporter call gate-wallet.list_balances

API Configuration

Getting API Keys

  1. Visit https://www.gate.com/myaccount/profile/api-key/manage
  2. Create API key with permissions:
    • Read - Market data, account info
    • Trade - Spot/Margin/Futures trading
    • Withdraw - Wallet operations

Storing Credentials

The installer securely stores credentials in mcporter config.

Troubleshooting

mcporter not found

npm install -g mcporter

Connection failed

  • Verify API keys are correct
  • Check network connectivity
  • Ensure mcporter daemon is running: mcporter daemon status

References

© 2026 Gate Skills Hub. 所有技能在上线前都会经过审核。