Loading...
Loading...
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.
npx skill4agent add gate/gate-skills gate-mcp-openclaw-installer# Install all Gate MCP servers (default)
./scripts/install.sh
# Selective installation
./scripts/install.sh --select| Server | Endpoint | Auth | Description |
|---|---|---|---|
| | API Key + Secret | Spot/Futures/Options trading |
| | x-api-key fixed as MCP_AK_8W2N7Q + Authorization: Bearer ${GATE_MCP_TOKEN} | DEX operations |
| | None | Market data |
| | None | News feed |
./scripts/install.sh./scripts/install.sh --select
# or
./scripts/install.sh -s# 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_balancesnpm install -g mcportermcporter daemon status