Gate
Freeby MCP Community
Local (stdio) MCP server exposing Gate.com API v4 to any MCP-compatible client
v0.18.3Added Apr 12, 2026
mcpgategateiocryptotrading
Gate MCP Server
Local (stdio) MCP server exposing Gate.com API v4 to any MCP-compatible client
Installation
Reviews
Installation
Quick install
npx -y gate-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gate": {
"command": "npx",
"args": ["-y", "gate-mcp"]
}
}
}