Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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

0 this week 77 Trust /100
Trust breakdown (7 categories)

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
Transport & Reachability100
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
Install

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

# add to Claude Code
claude mcp add --transport http gateio-dev-gate-info 'https://api.gatemcp.ai/mcp/info'
// .cursor/mcp.json
{
  "mcpServers": {
    "gateio-dev-gate-info": {
      "url": "https://api.gatemcp.ai/mcp/info"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "gateio-dev-gate-info": {
      "type": "http",
      "url": "https://api.gatemcp.ai/mcp/info"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.gateio-dev-gate-info]
url = "https://api.gatemcp.ai/mcp/info"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gateio-dev-gate-info": {
      "type": "remote",
      "url": "https://api.gatemcp.ai/mcp/info",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gateio-dev-gate-info --url 'https://api.gatemcp.ai/mcp/info' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  gateio-dev-gate-info:
    url: "https://api.gatemcp.ai/mcp/info"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "gateio-dev-gate-info": {
      "Transport": "http",
      "Url": "https://api.gatemcp.ai/mcp/info"
    }
  }
}
# add to Vellum
assistant mcp add gateio-dev-gate-info -t streamable-http -u 'https://api.gatemcp.ai/mcp/info'
// mcp.json
{
  "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.

Changelog

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
Diagnostics

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
MCP tools · 32 exposed · ~7,315 tokens

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 →

Tool Tokens
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.

NameTypeReqDescription
chainstringChain filter.
limitintegerRows; default 20, max 400.
platform_typestringOptional 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_bystringtvl|volume_24h|volume_spot_24h|volume_perps_24h|volume_perps_7d|volume_perps_30d|volume_perps_qtd|fees_24h; default tvl.
sort_orderstringasc|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.
NameTypeReqDescription
chainstringyes
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
limitintegeryes
platform_typestringyes
sort_bystringyes
sort_orderstring
totalintegeryes

No examples provided.

Common questions

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.