What is the Gate Exchange MCP MCP server?
OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account.
How to install Gate Exchange 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-exchange": {
"url": "https://api.gatemcp.ai/mcp/exchange"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gate-exchange": {
"serverUrl": "https://api.gatemcp.ai/mcp/exchange"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gate-exchange": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp/exchange"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"gate-exchange": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.gatemcp.ai/mcp/exchange"
]
}
}
}Claude Code
claude mcp add --transport http gate-exchange https://api.gatemcp.ai/mcp/exchangeRelated MCP servers
Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.
View repository →Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.
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 →