OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account.
claude mcp add gate-exchange --transport http https://api.gatemcp.ai/mcp/exchange
~/.cursor/mcp.json
{
"mcpServers": {
"gate-exchange": {
"url": "https://api.gatemcp.ai/mcp/exchange"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gate-exchange": {
"serverUrl": "https://api.gatemcp.ai/mcp/exchange"
}
}
}
.vscode/mcp.json
{
"servers": {
"gate-exchange": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp/exchange"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gate-exchange": {
"url": "https://api.gatemcp.ai/mcp/exchange"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"gate-exchange": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.gatemcp.ai/mcp/exchange"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.gatemcp.ai/mcp/exchange | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.gateio-dev--gate-exchange/reviews or the review_server meta-tool.
POST /mcp