Gate MCP
Rank #22,844io.github.gateio-dev/gate-mcp
Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha.
Gate MCP is a Model Context Protocol (MCP) server published by gate. It ranks #22,844 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Gate MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Mar 7, 2026 and most recently updated on Apr 16, 2026.
Ranks ahead of 92,616 of 115,460 servers on MCP Toplist.
Use Gate MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gate-mcp https://api.gatemcp.ai/mcpclaude mcp add gate-mcp -e "GATE_API_KEY=<your GATE_API_KEY>" -e "GATE_API_SECRET=<your GATE_API_SECRET>" -e "GATE_BASE_URL=<your GATE_BASE_URL>" -- npx -y gate-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gate-mcp]
url = "https://api.gatemcp.ai/mcp"Add to ~/.codex/config.toml.
[mcp_servers.gate-mcp]
command = "npx"
args = ["-y", "gate-mcp"]
[mcp_servers.gate-mcp.env]
GATE_API_KEY = "<your GATE_API_KEY>"
GATE_API_SECRET = "<your GATE_API_SECRET>"
GATE_BASE_URL = "<your GATE_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.gatemcp.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gate-mcp": {
"command": "npx",
"args": [
"-y",
"gate-mcp"
],
"env": {
"GATE_API_KEY": "<your GATE_API_KEY>",
"GATE_API_SECRET": "<your GATE_API_SECRET>",
"GATE_BASE_URL": "<your GATE_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gate-mcp": {
"url": "https://api.gatemcp.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"gate-mcp": {
"command": "npx",
"args": [
"-y",
"gate-mcp"
],
"env": {
"GATE_API_KEY": "<your GATE_API_KEY>",
"GATE_API_SECRET": "<your GATE_API_SECRET>",
"GATE_BASE_URL": "<your GATE_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gate-mcp": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"gate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gate-mcp"
],
"env": {
"GATE_API_KEY": "<your GATE_API_KEY>",
"GATE_API_SECRET": "<your GATE_API_SECRET>",
"GATE_BASE_URL": "<your GATE_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gate-mcp": {
"serverUrl": "https://api.gatemcp.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gate-mcp": {
"command": "npx",
"args": [
"-y",
"gate-mcp"
],
"env": {
"GATE_API_KEY": "<your GATE_API_KEY>",
"GATE_API_SECRET": "<your GATE_API_SECRET>",
"GATE_BASE_URL": "<your GATE_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gate-mcp": {
"url": "https://api.gatemcp.ai/mcp"
}
}
}{
"mcpServers": {
"gate-mcp": {
"command": "npx",
"args": [
"-y",
"gate-mcp"
],
"env": {
"GATE_API_KEY": "<your GATE_API_KEY>",
"GATE_API_SECRET": "<your GATE_API_SECRET>",
"GATE_BASE_URL": "<your GATE_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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-mcp)<a href="https://mcptoplist.com/server/io.github.gateio-dev%2Fgate-mcp"><img src="https://mcptoplist.com/badge/io.github.gateio-dev%2Fgate-mcp.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 (2 delisted)
gate
Other servers by gate
View all gate servers →Available versions (13)
| Version | Published |
|---|---|
| 1.0.0 | Apr 16, 2026 |
| 0.19.0 | Apr 16, 2026 |
| 0.17.1 | Mar 24, 2026 |
| 0.17.0 | Mar 24, 2026 |
| 0.15.5 | Mar 19, 2026 |
| 0.9.1 | Mar 12, 2026 |
| 0.9.0 | Mar 12, 2026 |
| 0.6.0 | Mar 11, 2026 |
| 0.5.0 | Mar 11, 2026 |
| 0.4.3 | Mar 11, 2026 |
| 0.4.1 | Mar 10, 2026 |
| 0.2.4 | Mar 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gate MCP?
- Gate MCP is maintained by gate, which publishes 6 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Gate MCP listed on the Official MCP Registry?
- Yes — Gate MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Gate MCP have?
- MCP Toplist tracks 13 versions of Gate MCP, most recently published on Apr 16, 2026.
- Where can I find the source code for Gate MCP?
- The source code for Gate MCP is hosted at github.com/gate/gate-mcp.