Gate Info MCP
REMOTE · API.GATEMCP.AI · SCANNED SEP 20
Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS enforcement could not be verified: the plaintext port answered with HTTP 522, which proves neither a plaintext path nor enforcement. View diagnostics → Unverified
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability65
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 7409 tokens (~231/item across 32 items; 32 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 8 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (97% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 32 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 33 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the Gate Info MCP server?
Gate Info MCP is a hosted endpoint at https://api.gatemcp.ai/mcp/info, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · api.gatemcp.ai
claude mcp add --transport http gateio-dev-gate-info 'https://api.gatemcp.ai/mcp/info'
{
"mcpServers": {
"gateio-dev-gate-info": {
"url": "https://api.gatemcp.ai/mcp/info"
}
}
} {
"servers": {
"gateio-dev-gate-info": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp/info"
}
}
} [mcp_servers.gateio-dev-gate-info] url = "https://api.gatemcp.ai/mcp/info"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gateio-dev-gate-info": {
"type": "remote",
"url": "https://api.gatemcp.ai/mcp/info",
"enabled": true
}
}
} openclaw mcp add gateio-dev-gate-info --url 'https://api.gatemcp.ai/mcp/info' --transport streamable-http
mcp_servers:
gateio-dev-gate-info:
url: "https://api.gatemcp.ai/mcp/info" {
"McpServers": {
"gateio-dev-gate-info": {
"Transport": "http",
"Url": "https://api.gatemcp.ai/mcp/info"
}
}
} assistant mcp add gateio-dev-gate-info -t streamable-http -u 'https://api.gatemcp.ai/mcp/info'
{
"mcpServers": {
"gateio-dev-gate-info": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp/info"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 10 Sept 26 0
- Tool “info_marketdetail_get_kline” rewrote its description, which is the text the model reads security
- “info_marketdetail_get_kline” reworded the description of “end_time” cosmetic
- “info_marketdetail_get_kline” reworded the description of “limit” cosmetic
- “info_marketdetail_get_kline” reworded the description of “start_time” cosmetic
- 9 Sept 26 0
- A breaking change shipped without a version bump: still 0.1.0 ▼ security
- Tool “info_marketdetail_get_kline” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_orderbook” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_recent_trades” rewrote its description, which is the text the model reads security
- Tool “info_marketsnapshot_batch_market_snapshot” rewrote its description, which is the text the model reads security
- “info_marketsnapshot_batch_market_snapshot” changed the type of “symbols”: null|array → array ▼ functional
- “info_coin_get_coin_info” reworded the description of “query” cosmetic
- “info_coin_get_coin_info” reworded the description of “query_type” cosmetic
- “info_coin_get_coin_info” reworded the description of “scope” cosmetic
- “info_coin_get_coin_info” reworded the description of “size” cosmetic
- “info_marketdetail_get_kline” reworded the description of “limit” cosmetic
- “info_marketdetail_get_kline” reworded the description of “market_type” cosmetic
- “info_marketdetail_get_kline” reworded the description of “timeframe” cosmetic
- “info_marketdetail_get_orderbook” reworded the description of “depth” cosmetic
- “info_marketdetail_get_orderbook” reworded the description of “market_type” cosmetic
- “info_marketdetail_get_recent_trades” reworded the description of “limit” cosmetic
- “info_marketdetail_get_recent_trades” reworded the description of “market_type” cosmetic
- “info_marketsnapshot_batch_market_snapshot” reworded the description of “scope” cosmetic
- “info_marketsnapshot_batch_market_snapshot” reworded the description of “source” cosmetic
- “info_marketsnapshot_batch_market_snapshot” reworded the description of “symbols” cosmetic
- “info_marketsnapshot_batch_market_snapshot” reworded the description of “timeframe” cosmetic
- “info_marketsnapshot_get_market_snapshot” reworded the description of “indicator_timeframe” cosmetic
- “info_marketsnapshot_get_market_snapshot” reworded the description of “scope” cosmetic
- “info_marketsnapshot_get_market_snapshot” reworded the description of “source” cosmetic
- “info_marketsnapshot_get_market_snapshot” reworded the description of “timeframe” cosmetic
- 8 Sept 26 0
- Tool “info_coin_get_coin_info” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_kline” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_orderbook” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_recent_trades” rewrote its description, which is the text the model reads security
- Tool “info_marketsnapshot_batch_market_snapshot” rewrote its description, which is the text the model reads security
- Tool “info_marketsnapshot_get_market_overview” rewrote its description, which is the text the model reads security
- Tool “info_marketsnapshot_get_market_snapshot” rewrote its description, which is the text the model reads security
- “info_coin_get_coin_info” reworded the description of “chain” cosmetic
- “info_coin_get_coin_info” reworded the description of “size” cosmetic
- “info_marketdetail_get_kline” reworded the description of “limit” cosmetic
- “info_marketdetail_get_kline” reworded the description of “start_time” cosmetic
- “info_marketdetail_get_kline” reworded the description of “symbol” cosmetic
- “info_marketdetail_get_kline” reworded the description of “timeframe” cosmetic
- “info_marketdetail_get_orderbook” reworded the description of “depth” cosmetic
- “info_marketdetail_get_orderbook” reworded the description of “symbol” cosmetic
- “info_marketdetail_get_recent_trades” reworded the description of “limit” cosmetic
- “info_marketdetail_get_kline” dropped the optional parameter “extra” cosmetic
- “info_marketdetail_get_orderbook” dropped the optional parameter “extra” cosmetic
- “info_marketdetail_get_recent_trades” dropped the optional parameter “extra” cosmetic
- 27 Aug 26 −2
- Stability: pass → fail ▼ security
- A breaking change shipped without a version bump: still 0.1.0 ▼ security
- “info_coin_get_coin_info” changed the type of “fields”: array → null|array ▼ functional
- “info_coin_search_coins” changed the type of “market_cap_max”: number → null|number ▼ functional
- “info_coin_search_coins” changed the type of “market_cap_min”: number → null|number ▼ functional
- “info_marketsnapshot_batch_market_snapshot” changed the type of “symbols”: array → null|array ▼ functional
- “info_markettrend_get_indicator_history” changed the type of “indicators”: array → null|array ▼ functional
- “info_markettrend_get_kline” changed the type of “with_indicators”: boolean → null|boolean ▼ functional
- “info_onchain_get_address_info” changed the type of “min_value_usd”: number → null|number ▼ functional
- “info_platformmetrics_get_platform_history” changed the type of “metrics”: array → null|array ▼ functional
- “info_platformmetrics_get_stablecoin_info” changed the type of “sections”: array → null|array ▼ functional
- “info_platformmetrics_get_yield_pools” changed the type of “min_tvl_usd”: number → null|number ▼ functional
- Tool “info_onchain_get_address_info” dropped its output schema ▼ functional
- MCP protocol: Implements a current MCP spec version (2026-07-28). functional
- MCP protocol version: 2025-11-25 → 2026-07-28 functional
- 26 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 25 Aug 26 0
- Stability: 0.97 → pass security
- 24 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Probed https://api.gatemcp.ai/mcp/info
TLS valid
Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=api.gatemcp.ai | CN=TrustAsia DV TLS RSA CA 2025,O=TrustAsia Technologies\, Inc.,C=CN | 1 Aug 2026 | 29 Oct 2026 | RSA 2048 | SHA256-RSA | 5b67f0c347846bf3451b522c6ab8381 |
| SANs: api.gatemcp.ai | ||||||
| CN=TrustAsia DV TLS RSA CA 2025,O=TrustAsia Technologies\, Inc.,C=CN (CA) | CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US | 8 Jan 2025 | 7 Jan 2035 | RSA 4096 | SHA256-RSA | 926323b4964e368461512def1a5d52c |
| CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US (CA) | CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US | 1 Aug 2013 | 15 Jan 2038 | RSA 2048 | SHA256-RSA | 33af1e6a711a9a0bb2864b11d09fae5 |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of api.gatemcp.ai. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| ai. | present | 3799 | 8 | Verified |
| gatemcp.ai. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://api.gatemcp.ai/mcp/info | Verified | 200 | |
| http (plaintext) | http://api.gatemcp.ai/mcp/info | Inconclusive | 522 |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
info_platformmetrics_search_platforms ~260
Ranked multi-protocol list with filter and sort. One-shot profile→get_platform_info. One named protocol daily series→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | Chain filter. |
| limit | integer | – | Rows; default 20, max 400. |
| platform_type | string | – | Optional filter on platform_info.platform_type. Empty or all = no filter. dex|dexs|dexes map to DEX+Dexs; derivatives|cex as labeled; defi expands to DeFi TVL group; any other value is passed through… |
| sort_by | string | – | tvl|volume_24h|volume_spot_24h|volume_perps_24h|volume_perps_7d|volume_perps_30d|volume_perps_qtd|fees_24h; default tvl. |
| sort_order | string | – | asc|desc; default desc. When CEX + sort_by volume_perps_* uses the HF derivatives sub-index only, ranking follows this order; response echoes the normalized value. |
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | – |
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| limit | integer | yes | – |
| platform_type | string | yes | – |
| sort_by | string | yes | – |
| sort_order | string | – | – |
| total | integer | yes | – |
No examples provided.
What is the Gate Info MCP server?
Gate Info MCP is listed in the public MCP registry as io.github.gateio-dev/gate-info. Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data. This page covers its hosted endpoint (https://api.gatemcp.ai/mcp/info).
Is the Gate Info MCP server safe to use?
Gate Info MCP scores 77 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Gate Info MCP server expose?
Gate Info MCP exposes 32 tools: info_coin_get_coin_info, info_coin_get_coin_rankings, info_coin_search_coins, info_compliance_check_token_security, info_macro_get_economic_calendar, and 27 more. Their descriptions and schemas cost roughly 7,315 tokens of context every time the server is loaded.
Does the Gate Info MCP server require authentication?
No. We connected to Gate Info MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the Gate Info MCP server still maintained?
Gate Info MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.