Gate Exchange MCP
Rank #22,851io.github.gateio-dev/gate-exchange
OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account.
Gate Exchange MCP is a Model Context Protocol (MCP) server published by gate. It ranks #22,851 of 115,460 servers tracked on MCP Toplist, and its repository has 37 GitHub stars. Gate Exchange MCP is listed on Official MCP, with 1 tracked version. It was first listed on Apr 16, 2026 and most recently updated on Apr 16, 2026.
Ranks ahead of 92,609 of 115,460 servers on MCP Toplist.
Use Gate Exchange MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gate-exchange https://api.gatemcp.ai/mcp/exchange[mcp_servers.gate-exchange]
url = "https://api.gatemcp.ai/mcp/exchange"Add to ~/.codex/config.toml.
https://api.gatemcp.ai/mcp/exchangeSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gate-exchange": {
"url": "https://api.gatemcp.ai/mcp/exchange"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gate-exchange": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp/exchange"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gate-exchange": {
"serverUrl": "https://api.gatemcp.ai/mcp/exchange"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gate-exchange": {
"url": "https://api.gatemcp.ai/mcp/exchange"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gateio-dev%2Fgate-exchange)<a href="https://mcptoplist.com/server/io.github.gateio-dev%2Fgate-exchange"><img src="https://mcptoplist.com/badge/io.github.gateio-dev%2Fgate-exchange.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
gate
Other servers by gate
View all gate servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 16, 2026 |
Frequently asked questions
- Who maintains Gate Exchange MCP?
- Gate Exchange MCP is maintained by gate, which publishes 6 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Gate Exchange MCP listed on the Official MCP Registry?
- Yes — Gate Exchange MCP is listed on the Official MCP Registry.
- How many versions does Gate Exchange MCP have?
- MCP Toplist tracks 1 version of Gate Exchange MCP, most recently published on Apr 16, 2026.
- Where can I find the source code for Gate Exchange MCP?
- The source code for Gate Exchange MCP is hosted at github.com/gate/gate-mcp.