AgentHubAgentHub

Gate Exchange MCP

MCP ServerMCP Registry官方收录

io.github.gateio-dev/gate-exchange · v1.0.0

OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account.

概览

Gate Exchange MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "gate-exchange": {
      "url": "https://api.gatemcp.ai/mcp/exchange"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.gateio-dev/gate-exchange",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Gate Exchange MCP",
  "description": "OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account.",
  "repository": {
    "url": "https://github.com/gate/gate-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://api.gatemcp.ai/mcp/exchange"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.gateio-dev/gate-exchange",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.gateio-dev%2Fgate-exchange/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Gate Exchange MCP — MCP Server 安装与配置 · AgentHub