gate-mcp-openclaw-installer

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

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

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-dexhttps://api.gatemcp.ai/mcp/dexx-api-key fixed as MCP_AK_8W2N7Q + Authorization: Bearer ${GATE_MCP_TOKEN}DEX 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-dex.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

Gate-Dex authorization

When a gate-dex query (e.g. list_balances, transfer, swap) returns "need authorization": (1) Open https://web3.gate.com/ to create or bind a wallet if needed; (2) The assistant will return a clickable Google authorization link—click it to complete OAuth. The installer uses a fixed x-api-key.

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

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

gate-mcp-codex-installer

No summary provided by upstream source.

Repository SourceNeeds Review
19-gate
General

gate-exchange-futures

No summary provided by upstream source.

Repository SourceNeeds Review
45-gate
General

gate-exchange-spot

No summary provided by upstream source.

Repository SourceNeeds Review
43-gate
Research

gate-exchange-marketanalysis

No summary provided by upstream source.

Repository SourceNeeds Review
42-gate