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_coin_get_coin_info ~227

Look up one cryptocurrency profile by ticker, name, contract address, or Gate symbol. Optional chain disambiguates address clashes. Returns matching rows with basic project fields. Read-only public data; not investment advice.

NameTypeReqDescription
chainstringChain hint for address disambiguation when query_type=address or auto-detected EVM address; e.g. eth, tron, bsc.
fieldsnull|arrayField allowlist; empty = all. scope wins when both set.
querystringyesSearch text: symbol, contract address, localized name, etc. Non-empty.
query_typestringLookup mode; default auto when omitted. Allowed: auto|address|symbol|name|project|gate_symbol|source_id.
scopestringResponse field scope; default basic when omitted. Allowed: basic|detailed|full|with_project|with_tokenomics.
sizeintegerMax rows; omit for default 3; minimum 1, maximum 20. Over-limit rejected (not truncated).
NameTypeReqDescription
chainstring
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
querystringyes
query_typestringyes
scopestring
totalintegeryes

No examples provided.

info_coin_get_coin_rankings ~231

Boards: popular, gainers/losers, twitter_hot, airdrop, new_listing, market_pulse_hot. time_range only for gainers/losers. Single match→get_coin_info. Filtered list→search_coins. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
limitintegerRows; default 20, max 400.
listing_fromintegernew_listing only: Unix seconds from; 0 = omit.
listing_querystringnew_listing only: exchange / keyword for upstream query.
listing_tickersstringnew_listing only: comma tickers e.g. BTC,ETH.
ranking_typestringyespopular|top_gainers|top_losers|twitter_hot|airdrop|new_listing|market_pulse_hot
time_rangestringOnly for top_gainers|top_losers: 1h|24h (default)|7d. Omit for other ranking_type or validation fails.
NameTypeReqDescription
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
ranking_typestringyes
time_rangenull|stringyes
totalintegeryes

No examples provided.

info_coin_search_coins ~238

Multi-row asset list by category, chain, cap, type. One clear match→get_coin_info. Boards→get_coin_rankings. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
asset_typestringcrypto (default) | tradefi | all
categorystringControlled sector tag or group (e.g. Layer 1, DEX); case-insensitive; matches category_type_flat then category_type; unknown values return empty list.
chainstringChain filter: canonical name or alias (ETH→Ethereum, BSC→BNB Chain); contains match on normalized chain list.
limitintegerPage size; default 20, max 400.
market_cap_maxnull|numberMax market cap USD.
market_cap_minnull|numberMin market cap USD; range on market_value / market_cap.
offsetintegerOffset; default 0.
sort_bystringmarket_cap (default) | fdv | circulating_supply; all desc
NameTypeReqDescription
asset_typestring
categorystring
chainstring
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
limitinteger
market_cap_maxnull|number
market_cap_minnull|number
offsetinteger
sort_bystring
totalintegeryes
total_countintegeryes

No examples provided.

info_compliance_check_token_security ~170

Public heuristic token security screen (e.g. tax/holder-risk style signals from data providers). Not a security guarantee or legal/investment advice. On-chain activity stats→get_token_onchain. Token xor address with chain; scope in schema. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
addressstringContract address; xor with token.
chainstringyesChain id e.g. eth, bsc, solana, base, arb.
langstringLocale: en|cn|tw|ja|kr; default en.
scopestringbasic (default)|full.
tokenstringToken symbol e.g. PEPE; xor with address.
NameTypeReqDescription
addressstringyes
buy_taxstring
chainstringyes
countintegeryes
data_analysisnull|object
dev_holding_percentstring
duration_msintegeryes
high_risk_listnull|array
holder_countstring
holdersnull|array
is_honeypotbooleanyes
is_open_sourcebooleanyes
low_risk_listnull|array
middle_risk_listnull|array
name_risknull|object
risk_factsnull|array
risk_summaryobjectyes
scopestring
sell_taxstring
tax_analysisnull|object
tokenstring
top10_percentstring
totalintegeryes

No examples provided.

info_macro_get_economic_calendar ~179

Filtered release calendar in a date window. Zero-arg dashboard→get_macro_summary. Indicator snapshot or series→get_macro_indicator. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
end_datestringEnd YYYY-MM-DD inclusive; default start+30d; sorted by event_date desc.
event_typestringFOMC|NFP|CPI|PPI|GDP|PCE|...; empty or all = no filter.
importancestringImportance filter; ignored if index lacks field.
sizeintegerRows; default 20, max 400.
start_datestringStart YYYY-MM-DD for event_date; default today UTC; if only end_date set, start defaults today.
NameTypeReqDescription
countintegeryes
duration_msintegeryes
end_datestring
event_typestring
importancestring
itemsnull|arrayyes
sizeinteger
start_datestring
totalintegeryes

No examples provided.

info_macro_get_macro_indicator ~235

Official macro stats: latest or series by country/indicator (CPI, rates, jobs). No event feed. Calendar→get_economic_calendar. Dashboard→get_macro_summary. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
countrystringCountry display name e.g. United States; wins over country_code if both set.
country_codestringISO code e.g. US when index lacks display name.
end_datestringSame as end_time.
end_timestringRange end; alias end_date.
indicatorstringyesExact keyword match on indicator.keyword OR indicator_id.keyword OR slugname.keyword; ASCII case-insensitive via exact variants (original, lower, upper).
modestringlatest (default, snapshot) or timeseries.
sizeintegerRows; default 20, max 400.
start_datestringSame as start_time.
start_timestringRange start; alias start_date; filters date/part_date.
NameTypeReqDescription
countintegeryes
countrystring
duration_msintegeryes
end_datestring
end_timestring
indicatorstringyes
latestnull|object
modestringyes
notestringOptional empty-result or fallback hint.
sizeinteger
start_datestring
start_timestring
timeseriesnull|object
totalintegeryes

No examples provided.

info_macro_get_macro_summary ~63

Zero-arg macro dashboard: key snapshots plus upcoming releases. Filtered calendar list→get_economic_calendar. Indicator snapshot or series→get_macro_indicator. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input schema present but exposes no named parameters.

NameTypeReqDescription
countintegeryes
duration_msintegeryes
indicatorsobjectyes
indicators_totalintegeryes
next_eventsnull|arrayyes
snapshot_timestringyes
totalintegeryes

No examples provided.

info_marketdetail_get_kline ~355

Read-only Gate candlesticks for a trading pair or contract. Inputs: symbol (required), timeframe (validated per market_type; delivery excludes 1s|3d), market_type spot|futures|delivery|options (default spot), limit 1–400 (default 100; over-limit rejected) for latest N only, optional paired start_time/end_time Unix seconds (mutually exclusive with limit; range returns up to 400 latest candles and may set truncated/actual_start_time/actual_end_time), settle for futures/delivery. Each candle includes t, open, high, low, close; volume and quote_volume only when upstream provides them. Invalid timeframe or unknown symbol returns an error. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
end_timeintegerEnd Unix seconds; must be paired with start_time. Range queries return up to 400 latest candles and may set truncated.
limitintegerMax candles when no time range; omit for default 100; minimum 1, maximum 400. Over-limit rejected. Cannot combine with start_time/end_time.
market_typestringMarket venue; default spot when omitted. Allowed: spot|futures|delivery|options.
settlestringfutures/delivery settlement; default usdt.
start_timeintegerStart Unix seconds; must be paired with end_time. Omit both with limit for latest N candles. Mutually exclusive with explicit limit.
symbolstringyesPair or contract e.g. BTC_USDT.
timeframestringyesCandle interval. start_time/end_time are Unix seconds.
NameTypeReqDescription
actual_end_timeintegerLatest candle t in items (Unix seconds) after truncation.
actual_start_timeintegerEarliest candle t in items (Unix seconds) after truncation.
cex_toolstringUpstream route label (omitted on open surface).
countintegeryes
duration_msintegerServer timing (omitted on open surface).
end_timeintegerEchoed range end when start_time/end_time were provided.
itemsnull|arrayyesCandles with t, open, high, low, close required; volume/quote_volume when upstream provides them; times UTC.
market_typestringyes
settlestring
start_timeintegerEchoed range start when start_time/end_time were provided.
symbolstringyesEcho input. Candle times are UTC (+00:00); convert for local display.
timeframestringyes
totalintegeryes
truncatedbooleanTrue when a range query returned only the latest MaxKlineLimit candles.

No examples provided.

info_marketdetail_get_orderbook ~207

Read-only Gate order book depth (bids/asks as price/size) for a trading pair or contract. Inputs: symbol (required), market_type spot|futures|delivery|options (default spot), depth 1–100 (default 20; over-limit rejected), settle for futures (usdt|btc) or delivery (usdt). Spot/options reject settle. Does not place orders. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
depthintegerOrder book depth levels; omit for default 20; minimum 1, maximum 100. Values above max are rejected.
market_typestringMarket venue; default spot when omitted. Allowed: spot|futures|delivery|options.
settlestringSettlement for futures/delivery; default usdt; omit for options.
symbolstringyesTrading pair e.g. BTC_USDT.
NameTypeReqDescription
cex_toolstringUpstream route label (omitted on open surface).
countintegeryes
depthintegeryes
duration_msintegerServer timing (omitted on open surface).
itemsnull|arrayyesUsually one OrderBookItem with bids/asks as {price,size} levels.
market_typestringyes
settlestring
symbolstringyesEcho input. Item timestamps are UTC (+00:00); convert for local display.
totalintegeryes

No examples provided.

info_marketdetail_get_recent_trades ~211

Read-only recent Gate trade prints for a trading pair or contract. Inputs: symbol (required), market_type spot|futures|delivery|options (default spot), limit 1–400 (default 50; over-limit rejected), settle for futures (usdt|btc) or delivery (usdt). create_time_ms keeps upstream units (spot usually ms; futures/delivery often fractional seconds). side is optional (spot); derivatives may use signed size. Does not place orders. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
limitintegerRecent trades count; omit for default 50; minimum 1, maximum 400. Over-limit rejected.
market_typestringMarket venue; default spot when omitted. Allowed: spot|futures|delivery|options.
settlestringfutures/delivery settlement; default usdt.
symbolstringyesPair or contract id.
NameTypeReqDescription
cex_toolstringUpstream route label (omitted on open surface).
countintegeryes
duration_msintegerServer timing (omitted on open surface).
itemsnull|arrayyesPublic trades: time, price, amount/size; side optional (spot). create_time_ms keeps upstream units.
limitintegeryes
market_typestringyes
settlestring
symbolstringyesEcho input. Trade times are UTC (+00:00); convert for local display.
totalintegeryes

No examples provided.

info_marketsnapshot_batch_market_snapshot ~233

Batch market snapshots for up to 20 symbols; raw array length 1–20 before trim/dedupe; missing symbols appear in not_found. Same timeframe/source/quote/scope semantics as the single-symbol snapshot. Read-only public market data. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
quotestringQuote currency; default USDT; maps to OpenSearch market.
scopestringResponse field scope; default basic. Allowed: basic|detailed|full.
sourcestringMarket source; default spot. futures is accepted and normalized to future. Allowed: alpha|spot|future|futures|fx.
symbolsarrayyesRaw symbol array length 1–20 (checked before trim/dedupe). Then trim, reject blanks, dedupe; missing symbols go to not_found (omitted from items).
timeframestringKline interval; default 1h when omitted. Allowed: 15m|1h|4h|1d.
NameTypeReqDescription
countintegeryes
itemsnull|arrayyes
not_foundnull|arrayyes
quotestring
scopestring
sourcestring
symbolsnull|array
timeframestring
totalintegeryes
unavailablenull|arrayyes

No examples provided.

info_marketsnapshot_get_institutional_metrics ~195

BTC/ETH institutional ETF/CME/CFTC daily metrics (OpenSearch). asset=BTC|ETH|all; channel=all|etf|cme|cftc nulls non-selected fields. CME often null with data_status cme_source_not_procured. Returns assets[].latest and series[]. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
assetstringBTC|ETH|all; default BTC. all returns BTC and ETH groups.
channelstringall|etf|cme|cftc; default all.
end_datestringYYYY-MM-DD; default latest part_date available from OpenSearch.
limitinteger1-366; default 30.
start_datestringYYYY-MM-DD; default end_date - 30d.
NameTypeReqDescription
assetstringyes
assetsnull|arrayyes
channelstringyes
countintegeryes
data_statusstringyes
duration_msintegeryes
end_datestringyes
start_datestringyes
totalintegeryes

No examples provided.

info_marketsnapshot_get_market_overview ~62

Broad market overview dashboard: capitalization, volume, dominance, and sentiment style metrics. No symbol required. Read-only public market breadth data. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input schema present but exposes no named parameters.

NameTypeReqDescription
active_coins_countnull|integeryes
ahr999null|numberyes
altcoin_season_indexnull|integeryes
btc_dominancenull|numberyes
btc_pricenull|numberyes
duration_msintegeryes
eth_dominancenull|numberyes
fear_greed_indexnull|integeryes
fear_greed_labelnull|stringyes
market_cap_change_24hnull|numberyes
total_market_capnull|numberyesUSD total market cap; null when that upstream slice fails. Each field may be null independently.
total_volume_24hnull|numberyes
updated_atnull|stringyes

No examples provided.

info_marketsnapshot_get_market_snapshot ~262

One-symbol market snapshot: realtime price, a short kline clip, and project summary. Inputs include symbol, timeframe, source (e.g. spot), quote, and scope. When no data exists for the symbol, returns status=not_found with empty realtime/kline/project_info. Read-only public market data. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
indicator_timeframestringAlias of timeframe when timeframe omitted. Allowed: 15m|1h|4h|1d.
quotestringQuote currency mapped to OpenSearch market; default USDT.
scopestringResponse field scope; default basic (trimmed). Allowed: basic|detailed|full.
sourcestringMarket source; default spot. futures is accepted and normalized to future. Allowed: alpha|spot|future|futures|fx.
symbolstringyesSymbol e.g. BTC, ETH, USDC.
timeframestringKline interval; wins over indicator_timeframe when both set; default 1h if both empty. Allowed: 15m|1h|4h|1d.
NameTypeReqDescription
derivativesnull|object
duration_msintegeryes
institutional_channel_summarynull|object
klineobjectyes
market_pulsenull|object
project_infoobjectyes
quotestring
realtimeobjectyes
scopestring
sourcestringyes
statusstringnot_found when no market/project data; not_available when symbol known but data temporarily missing; partial when some sections present; omit on full success.
symbolstringyes
timeframestringyes

No examples provided.

info_markettrend_get_indicator_history ~189

Historical indicator columns (RSI, MACD, MAs). OHLCV→get_kline. Chart-label snapshot→get_technical_analysis. Not trading signals or investment recommendations. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
end_timestringRange end.
indicatorsnull|arrayyesES field names e.g. rsi, macd, macd_dea, ma7, ema7, ma30, boll_upper_band, signal_value_k, profit_rate_stddev_7d.
limitintegerPoints; default 50, max 400.
start_timestringRange start: ms or ISO8601.
symbolstringyesSymbol.
timeframestringyes15m|1h|4h|1d.
NameTypeReqDescription
countintegeryes
duration_msintegeryes
indicatorsnull|arrayyes
itemsnull|arrayyes
symbolstringyes
timeframestringyes
totalintegeryes

No examples provided.

info_markettrend_get_kline ~264

Trend-index OHLCV for symbols, with optional indicator bundle. Exchange pair or contract candles, or fine intervals→marketdetail_get_kline. Columns→get_indicator_history. Chart-label snapshot→get_technical_analysis. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
end_timestringAbsolute end.
limitintegerRow count; default 100, max 400; alternative to size.
periodstringWindow: 1h|4h|24h|7d|3d|5d|10d; default 24h. Ignored when start/end set.
sizeintegerRow count; alias of limit; default 100, max 400.
start_timestringAbsolute start: ms timestamp or ISO8601; wins over period when paired with end.
symbolstringyesSymbol e.g. BTC, ETH.
timeframestringyesCandle interval: 1m|5m|15m|1h|4h|1d.
with_indicatorsnull|booleanIf true, include technical columns in _source; default OHLCV only.
NameTypeReqDescription
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
periodstringyes
sizeintegeryes
symbolstringyes
timeframestringyes
totalintegeryes

No examples provided.

info_markettrend_get_technical_analysis ~171

Multi-timeframe chart-derived labels (e.g. bullish/bearish/neutral style summaries) from OHLCV only—descriptive research, not a price forecast or investment recommendation. OHLCV→get_kline. Raw columns→get_indicator_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
end_timestringAbsolute end: ms or RFC3339.
periodstringWindow: 1h|4h|24h|7d|3d|5d|10d|all; default 3d. Absolute start/end win when parseable.
start_timestringAbsolute start: ms or RFC3339.
symbolstringyesSymbol.
NameTypeReqDescription
duration_msintegeryes
end_timestring
periodstringEcho relative window; empty when start/end used.
signalstringyesAggregate: bullish|bearish|neutral.
start_timestring
symbolstringyes
timeframesobjectyes

No examples provided.

info_onchain_get_address_info ~322

Wallet profile: asset_summary, token_balances (USD desc), multi_chain_token_balances, labels/risk; Solana adds token_account/mint_account. Chain aliases: op→optimism, avax|avalanche-c→avalanche, bera|berachain→bera, polygon|matic, etc. Errors: invalid_chain, invalid_address, upstream_not_ready. Transfers→get_address_transactions. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
addressstringyesOn-chain address.
chainstringChain id e.g. eth, trx, bsc, btc, sol, base, arb. Omit to auto-detect from labels; default eth if unknown.
include_upstream_rawbooleanPrefer false (default). If true, include New Explorer ApiResponse.data as new_explorer_*_raw; large payload, not for public clients.
min_value_usdnull|numberMin token balance USD; keep rows with parsed value_usd >= threshold. 0 keeps non-negative; unset/unparseable value_usd dropped.
scopestringbasic (default) | with_defi | with_counterparties | with_pnl | full. full merges all extensions; empty sections may be [] or null. detailed maps to full.
upstream_raw_modestringoff (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full.

No output schema declared.

No examples provided.

info_onchain_get_address_transactions ~438

Paginated transfers; BTC items include inputs/outputs/tx_status. partial_upstream_response when upstream total>0 but list unparseable. Chain aliases same as get_address_info. Profile→get_address_info. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
addressstringyesOn-chain address.
chainstringChain id (eth, trx, bsc, btc, sol, base, arb, ...); default eth.
end_timeintegerEnd Unix seconds.
from_addressstringFilter sender; maps to explorer GET from or POST transfers from. BlockInfo path ignores.
include_upstream_rawbooleanPrefer false (default). If true, include new_explorer_address_*_raw and per-item source_raw; large payload, not for public clients.
limitintegerMax rows; default 20, max 400; maps to explorer page_size. Some filters apply only to GET list paths.
min_value_usdnumberIf >0, keep rows with value_usd >= threshold (same semantics as get_address_info min_value_usd). May map to explorer query when supported.
nonzero_valuebooleanIf true, drop zero-amount token_transfer rows; passes nonzero_value to explorer POST when used.
start_timeintegerStart Unix seconds; pair with end_time; absolute wins over time_range.
time_rangestringRelative window vs start/end: 1h|24h|1d|7d|30d|90d as [now-Δ, now]. Ignored if start_time or end_time set.
to_addressstringFilter recipient; maps to explorer GET to or POST body to. BlockInfo path ignores.
tx_typestringtransfer | contract_call | token_transfer | all (default).
upstream_raw_modestringoff (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full.
NameTypeReqDescription
addressstringyes
chainstringyes
countintegeryes
data_qualitystring
duration_msintegeryes
end_timeinteger
itemsnull|arrayyes
limitinteger
min_value_usdnumber
new_explorer_address_internal_transactions_rawnull|array
new_explorer_address_sol_transactions_rawnull|array
new_explorer_address_token_transfers_rawnull|array
new_explorer_address_transactions_rawnull|array
new_explorer_address_transfers_rawnull|array
nonzero_valueboolean
quality_reasonsnull|array
sourcesnull|array
start_timeinteger
time_rangestring
totalintegeryes
transactionsnull|arrayyes
tx_typestringyes

No examples provided.

info_onchain_get_token_onchain ~180

Token scope: holders, transfers, activity, smart_money. Address ledger→get_address_transactions. One tx→get_transaction. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
chainstringChain; omit for service default.
include_upstream_rawbooleanPrefer false (default). If true, include explorer_*_page raw and transfer source_raw; large payload, not for public clients.
scopestringholders|activity|transfers|smart_money|full; default full.
tokenstringyesToken symbol e.g. ETH, USDT, or contract address.
upstream_raw_modestringoff (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full.
NameTypeReqDescription
activitynull|object
chainstringyes
data_qualitystring
duration_msintegeryesrequired
explorer_holders_rawnull|array
explorer_token_rawnull|array
explorer_transfers_rawnull|array
holdersnull|object
quality_reasonsnull|array
scopestringyes
smart_moneynull|object
sourcesnull|array
tokenstringyes
token_infonull|object
transfersnull|object

No examples provided.

info_onchain_get_transaction ~163

One transaction by hash; fields sparse if upstream thin. Token view→get_token_onchain. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
chainstringChain e.g. eth, bsc, btc; default eth.
include_upstream_rawbooleanPrefer false (default). If true, include explorer_detail_raw and blockinfo_detail_raw; large payload, not for public clients.
tx_hashstringyesTransaction hash. Response may omit fields when upstream data is incomplete.
upstream_raw_modestringoff (default) | lite | full. Prefer off for public MCP; only full adds detail raw. include_upstream_raw=true forces full.
NameTypeReqDescription
block_heightinteger
block_timeinteger
blockinfo_detail_rawnull|array
chainstringyes
contract_retstring
data_qualitystring
duration_msintegeryes
explorer_detail_rawnull|array
fromstring
from_tagsnull|array
gas_usedstring
instructionsnull|array
internal_transactionsnull|array
method_namestring
program_logsnull|array
quality_reasonsnull|array
sol_balance_changenull|array
sourcesnull|array
tostring
to_tagsnull|array
token_balance_changenull|array
token_transfersnull|array
tx_feestring
tx_fee_usdstring
tx_hashstringyes
tx_tagsnull|array
valuestring
value_usdstring

No examples provided.

info_platformmetrics_get_bridge_metrics ~157

Bridge ranking or one-bridge chain breakdown. Cross-sector dashboard across DeFi, spot, perp, stablecoin, or bridge→get_defi_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
bridge_namestringBridge name (ASCII case-insensitive after trim/space normalize); omit for ranked list without chain_breakdown.
chainstringChain; normalized e.g. eth→Ethereum; filters chain_breakdown.
limitintegerRows; default 10, max 400.
sort_bystringvolume_24h (default)|volume_7d|deposit_txs_24h.
NameTypeReqDescription
bridge_namestringyes
chainstringyes
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
limitintegeryes
sort_bystringyes
totalintegeryes

No examples provided.

info_platformmetrics_get_cex_orderbook_depth ~172

Competitor CEX ±1% order-book depth (spot/perp) from warehouse indices; BTC/ETH liquidity benchmarking. Gate native ladder→get_orderbook. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
data_scopestringexchange|market; default market if only market index configured, else exchange when exchange set.
exchangestringVenue e.g. BINANCE; when set with exchange index, filters exchange dimension.
limitintegerMax rows; default 20, max 100.
market_typestringspot|perp (maps to SPOT|PERP); default perp.
symbolstringyesBase asset e.g. BTC, ETH.
NameTypeReqDescription
countintegeryes
data_scopestringyes
duration_msintegeryes
exchangestringyes
itemsnull|arrayyes
limitintegeryes
market_typestringyes
symbolstringyes
totalintegeryes

No examples provided.

info_platformmetrics_get_chain_activity ~478

Chain-level activity metrics by metric_group. staking: Ethereum daily staking_metrics.series. l2: L2 ops daily l2_metrics.series (tps_avg_1d, active_addresses_1d, blob_cost_usd_1d, sequencer_revenue_usd_1d, stage_label; no tx_count/l1_fee_usd) from dwd_external_l2_metrics_daily_di; granularity day only. btc_l2: BTC L2 protocol ecosystem btc_l2_metrics.items (project_key, project_name, category, main_chain, tvl_usd, protocol_count, tx_count_1d, active_addresses_1d, bridge_volume_24h_usd, source_refs; whitelist: stacks|rootstock|merlin|bob|bitlayer). Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
chainstringChain; staking defaults empty to ethereum; l2 supports base/arbitrum/optimism/linea/zksync_era/blast or empty for all chains; btc_l2 defaults empty to btc (required).
end_datestringYYYY-MM-DD; default latest part_date in index.
granularitystringl2 only: day (default); hour or minute returns unsupported_granularity.
limitintegerl2 only: max series rows returned; 0 means no extra cap beyond date window.
lookbackstring30d|90d|1y when start_date empty; default 30d.
metric_groupstringyesMetric group: staking (Ethereum beacon daily) | l2 (L2 ops daily from growthepie+L2Beat) | btc_l2 (BTC L2 protocol ecosystem tvl/protocol_count/tx_count_1d/active_addresses_1d/bridge_volume_24h_usd f…
projectstringbtc_l2 only: filter by project_key; empty returns whitelist (stacks|rootstock|merlin|bob|bitlayer). Non-whitelist project returns data_status=not_in_scope.
start_datestringYYYY-MM-DD; default derived from lookback or 30d.
NameTypeReqDescription
btc_l2_metricsnull|object
chainstringyes
countintegeryes
data_statusstring
duration_msintegeryes
end_datestringyes
end_date_cappedboolean
granularitystring
l2_metricsnull|object
lookbackstring
metric_groupstringyes
normalized_chainstringyes
range_truncatedboolean
staking_metricsnull|object
start_datestringyes
start_date_cappedboolean
totalintegeryes

No examples provided.

info_platformmetrics_get_defi_overview ~105

Cross-sector dashboard for DeFi, spot, perp, stablecoin, or bridge categories. One bridge ranking or chain detail→get_bridge_metrics. One protocol→get_platform_info. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
categorystringall|defi|spot|perp|stablecoin|bridge or platform type; unknown values passed through; empty if no match.
NameTypeReqDescription
categorystringyes
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
totalintegeryes

No examples provided.

info_platformmetrics_get_exchange_reserves ~332

Exchange reserve snapshots by venue and asset. scope=full adds por (PoR attestation). scope=full + include_flows=true returns flows.series[] (daily inflow/outflow/netflow). scope=full + include_events=true returns events[] (large_flow events). TVL history→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
assetstringAsset filter: BTC|ETH|USDT|USDC; default BTC.
end_datestringYYYY-MM-DD; default today. Filter flows by part_date.
event_typestringall|large_flow; filter events. Effective only when include_events=true.
exchangestringExchange name; empty returns all exchanges. Supports okx→okx, gate.io→gate via normalized mapping.
history_windowstringOnly effective when include_history=true; currently only quarter is supported.
include_eventsbooleanscope=full only. true returns events[].
include_flowsbooleanscope=full only. true returns flows.series[].
include_historybooleanDefault false. true returns precomputed comparison fields only, not raw historical snapshots.
limitintegerMax flow rows; default 100, max 400.
scopestringbasic (default)|full; full adds por + optionally flows/events.
start_datestringYYYY-MM-DD; default end_date - 30d. Filter flows by part_date.
NameTypeReqDescription
assetstringyes
countintegeryes
data_statusstring
duration_msintegeryes
end_datestring
event_typestring
eventsnull|array
exchangestringyes
flowsnull|object
history_windowstringyes
include_eventsboolean
include_flowsboolean
include_historybooleanyes
itemsnull|arrayyes
limitinteger
scopestringyes
start_datestring
status_reasonstring
totalintegeryes

No examples provided.

info_platformmetrics_get_liquidation_heatmap ~84

Liquidation density by symbol and price buckets. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
exchangestringExchange; empty = all venues.
rangestringPrice range or bucket spec.
symbolstringyesSymbol e.g. BTC, ETH.
NameTypeReqDescription
countintegeryes
duration_msintegeryes
exchangestringyes
itemsnull|arrayyes
rangestringyes
symbolstringyes
totalintegeryes

No examples provided.

info_platformmetrics_get_platform_history ~255

Daily TVL, volume, and fees time series for one named protocol. One-shot profile→get_platform_info. Ranked multi-protocol list→search_platforms. CEX perps history: pass exchange_slug (e.g. gate) or platform_name. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
end_datestringEnd YYYY-MM-DD.
exchange_slugstringDWS exchange_slug (e.g. gate); optional if platform_name is set.
granularitystringday|week|month|quarter; used for volume_perps field mapping in derivatives history index; default day.
metricsnull|arraytvl|volume|fees|revenue|volume_perps; default [tvl] when empty. volume_perps returns series when present in platform_history (GAP-001).
platform_namestringProtocol or platform display name; optional if exchange_slug is set. For volume_perps, expanded to DWS exchange_slug-style keys (e.g. Gate.io→gate) like merge path.
start_datestringStart YYYY-MM-DD.
NameTypeReqDescription
countintegeryes
duration_msintegeryes
end_datestringyes
itemsnull|arrayyes
metricsnull|arrayyes
platform_namestringyes
start_datestringyes
totalintegeryes

No examples provided.

info_platformmetrics_get_platform_info ~234

One-shot protocol profile by name and scope. scope=full adds competition_metrics{} for CEX venues (spot/derivs/depth/OI core+extended/PoR). Set include_oi_symbol_detail=true with oi_symbol_limit (1-100, default 20) for top-N OI breakdown. Ranked multi-protocol list→search_platforms. Daily time series→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
include_oi_symbol_detailbooleanscope=full only. true returns competition_metrics.oi_symbol_detail[] sorted by OI USD desc; default false.
oi_symbol_limitintegerEffective only when include_oi_symbol_detail=true. Default 20, range 1-100; >100 returns invalid_param.
platform_namestringyesProtocol or platform name.
scopestringbasic (default)|with_chain_breakdown (adds tvl_by_chain, volume_by_chain)|full (adds history_30d, top_pools, competition_metrics).
NameTypeReqDescription
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
platform_namestringyes
scopestringyes
totalintegeryes

No examples provided.

info_platformmetrics_get_stablecoin_info ~393

Stablecoin-only ranking or per-symbol chain breakdown. scope=full with sections=issuance_flow returns issuance_flows[] (CryptoQuant net issuance/redemption); sections=usage_structure returns real usage metrics; sections=depeg_events returns depeg events (stablecoin de-peg event library). Broad market dashboard→get_market_overview. Cross-sector rollup→get_defi_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
chainstringChain filter; list mode restricts to stables with presence on chain. Extensions: all (default) or normalized chain e.g. ethereum/tron/solana/polygon.
end_datestringUTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow/depeg_events.
limitintegerList size; default 10, max 400; single row when symbol set.
min_deviationnumberdepeg_events only: filter events with max_deviation >= this value. Range 0.001-0.2, default 0.005.
review_statusstringdepeg_events only: candidate|approved|rejected; default approved (only returns reviewed events).
scopestringbasic (default)|full; full required for sections.
sectionsnull|arrayComma-separated string or array; supported values: issuance_flow, usage_structure, depeg_events when scope=full.
start_datestringUTC YYYY-MM-DD; extension window start, default last 30 days. depeg_events: default 2020-01-01.
symbolstringStablecoin symbol USDT/USDC/DAI/FDUSD/PYUSD; omit for ranked list or extension defaults.
NameTypeReqDescription
chainstringyes
countintegeryes
depeg_eventsnull|object
duration_msintegeryes
end_datestring
issuance_flowsnull|array
itemsnull|arrayyes
limitintegeryes
min_deviationnumber
range_truncatedboolean
scopestring
start_datestring
symbolstringyes
totalintegeryes
usage_structurenull|object

No examples provided.

info_platformmetrics_get_yield_pools ~250

Lending and LP pools by APY or TVL. scope=full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share. One protocol profile→get_platform_info. TVL 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.
min_tvl_usdnull|numberMin TVL USD; default 100000 when omitted; 0 = no floor.
pool_typestringExposure single|multi or Lending|LP|Staking; maps to ES exposure.
projectstringProtocol e.g. aave-v3.
scopestringbasic (default)|full. full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share.
sort_bystringapy|tvl_usd; default apy.
symbolstringAsset e.g. USDC, ETH-USDC.
NameTypeReqDescription
chainstringyes
countintegeryes
duration_msintegeryes
itemsnull|arrayyes
limitintegeryes
min_tvl_usdnumberyes
pool_typestringyes
projectstringyes
scopestringyes
sort_bystringyes
symbolstringyes
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.