PluginBench
MCP Server

Gate Info MCP MCP Server

io.github.gateio-dev/gate-info

What is the Gate Info MCP MCP server?

Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.

How to install Gate Info MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gate-info": {
      "url": "https://api.gatemcp.ai/mcp/info"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gate-info": {
      "serverUrl": "https://api.gatemcp.ai/mcp/info"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gate-info": {
      "type": "http",
      "url": "https://api.gatemcp.ai/mcp/info"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "gate-info": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.gatemcp.ai/mcp/info"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http gate-info https://api.gatemcp.ai/mcp/info

Related MCP servers

Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.

View repository →

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

View repository →

Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha.

View repository →

Gate news MCP for crypto news, structured events, announcements, and social sentiment.

View repository →