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 News MCP

REMOTE · API.GATEMCP.AI · SCANNED SEP 20

Gate news MCP for crypto news, structured events, announcements, and social sentiment.

Available components

0 this week 76 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 Usability63
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 5043 tokens (~280/item across 18 items; 18 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 Management80
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 7 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 (100% 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 18 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 19 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 News MCP server?

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

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.

  • 27 Aug 26 −3
    • Stability: pass → fail security
    • A breaking change shipped without a version bump: still 0.1.0 security
    • “news_feed_search_news” changed the type of “top_total_score”: integer → null|integer functional
    • “news_feed_search_x” changed the type of “allowed_handles”: array → null|array functional
    • “news_feed_search_x” changed the type of “excluded_handles”: array → null|array functional
    • “news_prediction_get_event_signal” changed the type of “include_markets”: boolean → null|boolean functional
    • “news_prediction_get_event_signal” changed the type of “venue”: array → null|array functional
    • “news_prediction_get_fastest_rising_ranking” changed the type of “limit”: integer → null|integer functional
    • “news_prediction_get_fastest_rising_ranking” changed the type of “venue”: array → null|array functional
    • “news_prediction_get_market_orderbook” changed the type of “depth”: integer → null|integer functional
    • “news_prediction_get_volume_delta_ranking” changed the type of “limit”: integer → null|integer functional
    • “news_prediction_get_volume_delta_ranking” changed the type of “venue”: array → null|array functional
    • “news_prediction_search_events” changed the type of “limit”: integer → null|integer functional
    • “news_prediction_search_events” changed the type of “venue”: array → null|array 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.

  • 21 Aug 26 0
    • “news_feed_search_x” reworded the description of “allowed_handles” cosmetic
    • “news_feed_search_x” reworded the description of “days” cosmetic
    • “news_feed_search_x” reworded the description of “enable_image_understanding” cosmetic
    • “news_feed_search_x” reworded the description of “enable_video_understanding” cosmetic
    • “news_feed_search_x” reworded the description of “excluded_handles” cosmetic
    • “news_feed_search_x” reworded the description of “lang” cosmetic
    • “news_feed_search_x” reworded the description of “model” cosmetic
    • “news_feed_search_x” reworded the description of “query” cosmetic
    • “news_feed_search_x” dropped the optional parameter “coin” cosmetic
    • “news_feed_search_x” dropped the optional parameter “end_time” cosmetic
    • “news_feed_search_x” dropped the optional parameter “limit” cosmetic
    • “news_feed_search_x” dropped the optional parameter “page” cosmetic
    • “news_feed_search_x” dropped the optional parameter “platform” cosmetic
    • “news_feed_search_x” dropped the optional parameter “platform_type” cosmetic
    • “news_feed_search_x” dropped the optional parameter “similarity_score” cosmetic
    • “news_feed_search_x” dropped the optional parameter “sort_by” cosmetic
    • “news_feed_search_x” dropped the optional parameter “start_time” cosmetic
    • “news_feed_search_x” dropped the optional parameter “top_total_score” cosmetic

    18 cosmetic changes on this day. Switch on “Show cosmetic changes” to see them.

  • 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
  • 7 Aug 26 0
    • HTTPS: pass → unverified security
    • The server rewrote its instructions, which are the text every model session reads security
    • The server changed its declared name: News MCP Server → Gate News security
    • Tool “news_events_explain_market_move” rewrote its description, which is the text the model reads security
    • Tool “news_events_get_event_detail” rewrote its description, which is the text the model reads security
    • Tool “news_events_get_latest_events” rewrote its description, which is the text the model reads security
    • Tool “news_events_get_market_move_report” rewrote its description, which is the text the model reads security
    • Tool “news_events_list_market_move_reports” rewrote its description, which is the text the model reads security
    • Tool “news_feed_get_exchange_announcements” rewrote its description, which is the text the model reads security
    • Tool “news_feed_get_hot_topics” rewrote its description, which is the text the model reads security
    • Tool “news_feed_get_mention_burst” rewrote its description, which is the text the model reads security
    • Tool “news_feed_get_social_sentiment” rewrote its description, which is the text the model reads security
    • Tool “news_feed_search_news” rewrote its description, which is the text the model reads security
    • Tool “news_feed_search_ugc” rewrote its description, which is the text the model reads security
    • Tool “news_feed_search_x” rewrote its description, which is the text the model reads security
    • Tool “news_feed_web_search” rewrote its description, which is the text the model reads security
    • Tool “news_prediction_get_event_signal” rewrote its description, which is the text the model reads security
    • Tool “news_prediction_get_fastest_rising_ranking” rewrote its description, which is the text the model reads security
    • Tool “news_prediction_get_market_orderbook” rewrote its description, which is the text the model reads security
    • Tool “news_prediction_get_volume_delta_ranking” rewrote its description, which is the text the model reads security
    • Tool “news_prediction_search_events” rewrote its description, which is the text the model reads security
    • Schema quality: fair → good functional
  • 31 Jul 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/news

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
Header Value
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin

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/news Verified 200
http (plaintext) http://api.gatemcp.ai/mcp/news Inconclusive 522
MCP tools · 18 exposed · ~4,973 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
news_events_explain_market_move ~207

[Read] Explain what drove a crypto asset's price move in a given time window. Returns a concise summary (from real-time Tavily search), the latest high-priority real-time events, and supporting internal event pool items, plus data-completeness status. This tool is a data aggregator; the downstream agent performs the final attribution reasoning. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
coinstringyesTarget coin, e.g. BTC, ETH. Required at the Tool layer.
langstringzh / en. Default zh.
modestringauto / price_move / event_impact. Default auto.
querystringyesUser's original question, e.g. 'Why did BTC surge?'
time_rangestringTime window: 30m/1h/2h/4h/24h. Default 2h.
NameTypeReqDescription
coinstringyes
data_statusobjectyes
duration_msintegeryes
latest_newsnull|arrayyes
querystringyes
summarystringyes
supporting_eventsnull|arrayyes
time_rangestringyes

No examples provided.

news_events_get_event_detail ~98

[Read] Full detail for one event_id only, including persisted impact_direction and impact_direction_reason. Filtered event list or timeline -> get_latest_events. Unknown id returns not found. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
event_idstringyesRequired event_id from get_latest_events items—opaque digest id, not a trading pair slug or headline hash.
NameTypeReqDescription
community_reactionstring
contentstring
directionstring
duration_msintegeryes
event_idstringyes
impact_analysisstring
impact_directionstring
impact_direction_reasonstring
news_coveragestring
occurred_atstring
strengthstring
summarystring
symbolsnull|array
titlestring

No examples provided.

news_events_get_latest_events ~323

[Read] Filtered event list or timeline; each row includes event_id and persisted impact_direction/impact_direction_reason. Optional direction filter. One event_id detail -> get_event_detail. Headline/news feed -> search_news. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
coinstringOptional comma-separated tickers e.g. BTC,ETH for digest items; not the same as search_news tickers-only heat mode.
cursorstringOptional pagination cursor.
directionstringOptional filter on persisted impact_direction: positive / negative / neutral / mixed / unknown / all (default all, no filter). MCP does not re-judge direction.
end_timestringAbsolute end (ISO8601 or Unix sec/ms). Mutually exclusive with time_range.
event_typestringOptional filter on structured digest event_type. Not search_news headline similarity/heat.
limitintegerPage size; default 20, max 100.
start_timestringAbsolute start (ISO8601 or Unix sec/ms). Mutually exclusive with time_range; pair with end_time or let server fill the other bound.
time_rangestringRelative window for event digest list: 1h / 24h / 7d. Mutually exclusive with start_time/end_time; omit all for last 24h or server default when time filter disabled. Not CPI/Fed macro series—use macr…
NameTypeReqDescription
coinstring
countintegeryes
directionstring
duration_msintegeryes
end_timestring
event_typestring
itemsnull|arrayyes
limitintegeryes
start_timestring
time_rangestring
totalintegeryes

No examples provided.

news_events_get_market_move_report ~184

[Read] Query a stored market-move attribution report by symbol, optional report_id, or optional event_id. Lookup priority is report_id > event_id > latest report for symbol. Returned event/report timestamps are UTC0 unless the field name ends in _utc8. This tool never requests report regeneration and does not expose is_make_new. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
event_idstringOptional market-move event ID. When report_id and event_id are omitted, returns the latest report for symbol.
report_idstringOptional report ID for an exact lookup. Takes priority over event_id when both are provided.
symbolstringyesRequired cryptocurrency symbol, for example BTC or TAIKO; 1-20 characters and normalized to uppercase.
NameTypeReqDescription
absolute_change_thresholdnull|numbernullable
candidate_typestringyes
created_atnull|stringReport creation time in UTC0, formatted as YYYY-MM-DD HH:MM:SS without a timezone suffix.
directionnull|stringnullable
display_expire_timenull|stringReport display-expiration time in UTC0, formatted as YYYY-MM-DD HH:MM:SS without a timezone suffix.
duration_msintegerMCP-to-service-ai-pe call duration; populated by get_market_move_report.
event_idstringyes
event_timenull|stringMarket-move event time in UTC0, formatted as YYYY-MM-DD HH:MM:SS without a timezone suffix.
evidencenull|objectnullable
generated_atnull|stringReport generation time in UTC0, formatted as YYYY-MM-DD HH:MM:SS without a timezone suffix.
price_change_pctnull|numbernullable
report_idstringyes
report_infonull|stringMarket-move attribution report in Markdown; null when unavailable or pending.
report_statusstringyescompleted, pending, failed, or not_found.
source_typenull|integernullable
storage_errorstring
storage_statusstring
summarynull|stringnullable
symbolstringyes
titlenull|stringnullable
trigger_labelnull|stringnullable
updated_atnull|stringReport update time in UTC0, formatted as YYYY-MM-DD HH:MM:SS without a timezone suffix. The report-list start_time/end_time bounds filter this field.
window_endnull|stringAnalysis-window end in UTC0, formatted as YYYY-MM-DD HH:MM:SS without a timezone suffix.
window_end_utc8null|stringAnalysis-window end converted from UTC0 to UTC+8, returned with an explicit +08:00 offset.
window_startnull|stringAnalysis-window start in UTC0, formatted as YYYY-MM-DD HH:MM:SS without a timezone suffix.
window_start_utc8null|stringAnalysis-window start converted from UTC0 to UTC+8, returned with an explicit +08:00 offset.
z_pricenull|numbernullable
z_price_thresholdnull|numbernullable

No examples provided.

news_events_list_market_move_reports ~289

[Read] List stored market-move attribution reports for one symbol, filtering by an inclusive UTC0 updated_at range and sorting results by event_time descending. Reports may be updated after their market event, so updated_at can be later than event_time. Timezone-less inputs are UTC0; inputs with an explicit offset are converted to UTC0 before the read-only service-ai-pe query. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
end_timestringyesRequired inclusive upper bound for report updated_at in UTC0. Accepts ISO 8601 or YYYY-MM-DD HH:MM:SS; a value without a timezone is interpreted as UTC0, an explicit offset is converted to UTC0, and…
limitintegerMaximum reports to return; omitted or 0 defaults to 20, otherwise allowed range is 1-100.
start_timestringyesRequired inclusive lower bound for report updated_at in UTC0. Accepts ISO 8601 or YYYY-MM-DD HH:MM:SS; a value without a timezone is interpreted as UTC0, and an explicit offset is converted to UTC0 b…
symbolstringyesRequired cryptocurrency symbol, for example ETH; 1-20 characters and normalized to uppercase.
NameTypeReqDescription
duration_msintegeryes
reportsnull|arrayyesReports whose updated_at is within the requested inclusive UTC0 range, sorted by event_time descending. updated_at may be later than event_time because a generated report can be updated again.
statusstringyesready, generating, not_found, or failed.
trace_idstringyes

No examples provided.

news_feed_get_exchange_announcements ~251

[Read] Venue-published exchange notices: listings, delistings, maintenance. Media rumors or general crypto headlines -> search_news. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
announcement_typestringlisting / delisting / maintenance / all. Omit or unknown value is treated as all (no type filter).
coinstringComma-separated tickers; omit if empty.
exchangestringVenue id for API platform; used when platform is empty; not merged with query.
fromintegerWindow start Unix sec; omit if <= 0; MCP also filters locally after fetch.
limitintegerMax rows; omit if unset or <= 0; cap 100 when set.
platformstringURL param platform; wins over exchange; if empty falls back to exchange.
querystringOptional text filter on official venue notices; omit if empty. For general crypto media headlines use search_news—not a substitute for venue-published listing API.
tointegerWindow end Unix sec inclusive; forwarded downstream and filtered locally.
NameTypeReqDescription
announcement_typestring
coinstring
countintegeryes
duration_msintegeryes
exchangestring
frominteger
itemsnull|arrayyes
limitinteger
platformstring
querystring
tointeger
totalintegeryes

No examples provided.

news_feed_get_hot_topics ~236

[Read] Get the top 2-4 social discussion themes for one coin over the latest 4h, including direction, influence, sentiment, platforms, and representative evidence posts. For arbitrary social search use search_ugc; for X/Twitter-only narrative research use search_x. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
coinstringyesRequired non-empty cryptocurrency ticker, for example ETH. Leading and trailing whitespace is removed and the value is normalized to uppercase. Unknown or no-data tickers may return an empty result w…
limitintegerNumber of hot topics to return. Default 4; allowed range 2 to 4.
platformsstringComma-separated social platforms; default all. Supported: all, gate_square, binance_square, twitter, telegram, youtube, reddit, discord. all cannot be combined with another platform.
windowstringAggregation window. Only 4h is currently supported; default 4h.
NameTypeReqDescription
coinstringyes
duration_msintegeryes
generated_atintegeryesUpstream generation time as Unix seconds.
hide_reasonnull|stringyesno_data or insufficient_evidence when topics should be hidden; null when displayable.
topicsnull|arrayyesTwo to four qualified topics, or an empty array when evidence is insufficient.
trace_idstring
windowstringyes

No examples provided.

news_feed_get_mention_burst ~207

[Read] Get a coin's 24h multi-platform social mention burst signal, growth, sentiment direction, platform breakdown, and display eligibility. For general sentiment ratios and sample tweets use get_social_sentiment; for individual social discussions use search_ugc. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
coinstringyesRequired non-empty cryptocurrency ticker, for example BTC. Leading and trailing whitespace is removed and the value is normalized to uppercase. Unknown or no-data tickers may return an empty result w…
platformsstringComma-separated social platforms; default all. Supported: all, gate_square, binance_square, twitter, telegram, youtube, reddit, discord. all cannot be combined with another platform.
windowstringAggregation window. Only 24h is currently supported; default 24h.
NameTypeReqDescription
coinstringyes
current_mention_countintegeryes
current_weighted_mention_countnumberyes
display_colorstringyesDisplay color generated by the upstream service: red, green, or neutral.
duration_msintegeryes
evidence_summarynull|stringyesHuman-readable evidence summary; null when unavailable.
growth_ratenull|numberyesWeighted mention growth versus the previous 24h; null when no baseline exists.
hide_reasonnull|stringyesWhy the signal should be hidden: no_data, insufficient_baseline, insufficient_sample, or not_burst; null when displayable.
is_burstbooleanyesTrue when the upstream burst thresholds for baseline, sample size, and growth are all met.
platform_breakdownnull|arrayyes
previous_mention_countintegeryes
previous_weighted_mention_countnumberyes
sentiment_directionstringyesbullish, bearish, or neutral.
trace_idstring
windowstringyes

No examples provided.

news_feed_get_social_sentiment ~196

[Read] Aggregate per-coin social sentiment for a time range: overall sentiment, positive/negative split, mention count, and sample tweets. X/Twitter post search or tweet-level evidence -> search_x. Multi-platform social thread search -> search_ugc. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
coinstringTickers e.g. BTC or BTC,ETH for per-coin aggregates: overall sentiment, positive/negative split, mention count, sample tweets (top_tweets order); omit defaults to BTC server-side. X/Twitter post sear…
time_rangestring1h / 24h (default) / 7d window for per-coin sentiment aggregation (overall sentiment, positive/negative split, mention count).
NameTypeReqDescription
coinstring
duration_msintegeryes
mention_countintegeryes
overall_sentimentnumberyes
sentiment_distributionnull|objectyes
sentiment_labelstringyes
sentiment_label_rawstring
time_rangestring
top_tweetsnull|arrayyes

No examples provided.

news_feed_search_news ~563

[Read] Search the platform news index for headlines, news items, and briefing-style result lists. Open-web research with synthesized answers and cited external pages -> web_search. Event catalog with event_id -> get_latest_events. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
coinstringComma-separated tickers mapped to API tickers; sent only when query is empty (omitted when query is set). Heat mode supports news-item / briefing-style lists on the platform index—not open-web synthe…
end_timestringEnd time mapped to API to (Unix sec). Ignored when time_range is set. End-only defaults start to 24h before end.
langstringMCP-only filter on metadata.lang or top-level lang; not sent to upstream API.
limitintegerPage size mapped to API page_size; default 10, max 100.
pageintegerPage number mapped to API page; default 1.
platformstringSource platform name for API platform (e.g. panews, theblock).
platform_typestringLegacy: maps to API platform when platform is omitted; omit platform when value is all.
querystringNon-empty: similarity mode (no tickers; default similarity_score 0.6). Empty: heat mode (top_total_score 1; optional coin/tickers). Platform news index for headlines, news items, and briefing-style r…
similarity_scorestringSimilarity threshold; default 0.6 when query set; when query empty only sent if explicitly set.
sort_bystringe.g. time (default); similarity mode with top_total_score 0 may still apply MCP local time sort.
start_timestringStart time (ISO8601 or Unix sec/ms) mapped to API from. Ignored when time_range is set. Start-only defaults end to now; both empty defaults last 7d when time_range is also empty.
time_rangestringOptional preset window: 1h / 24h (default when preset value invalid) / 7d / 30d. When non-empty, overrides start_time/end_time and maps to API from/to (Unix epoch seconds). Omit to use start_time/end…
top_total_scorenull|integerOnly when query empty (0 or 1); non-empty query forces similarity mode.
NameTypeReqDescription
coinstring
countintegeryes
duration_msintegeryes
end_timestring
fromintegeryes
itemsnull|arrayyes
langstring
limitinteger
pageinteger
page_sizeinteger
platformstring
platform_typestring
querystring
similarity_scorestring
sort_bystring
start_timestring
time_rangestring
tointegeryes
top_total_scoreintegeryes
totalintegeryes

No examples provided.

news_feed_search_ugc ~320

[Read] Reddit/Discord/Telegram/YouTube-style UGC: non-empty query uses vector API; coin without query uses OpenSearch. Both empty invalid. X/Twitter narrative -> search_x; headlines -> search_news. Not macro economic statistics; not structured event list -> get_latest_events. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
channelstringOptional source channel e.g. r/ethereum or handle.
coinstringTicker filter; with query filters results; without query required with index for OpenSearch list mode.
domainstringUGC topical bucket: crypto / defi / finance / macro / ai_agent / web3_dev / all (default all). macro = social discussion about macro themes, not CPI/Fed/unemployment statistics (use macro data tools)…
limitintegerMax items; default 10, max 50.
platformstringreddit / discord / telegram / youtube / all (default all).
quality_tierstringA (default, high quality) / B / all.
querystringOptional NL query; non-empty uses vector search. May combine with coin; both empty is invalid.
sort_bystringrelevance (default) / upvotes / recent.
time_rangestring1h / 24h / 7d (default) / 30d / all.
NameTypeReqDescription
channelstring
coinstring
countintegeryes
domainstring
duration_msintegeryes
itemsnull|arrayyes
limitinteger
platformstring
quality_tierstring
querystring
sort_bystring
time_rangestring
totalintegeryes

No examples provided.

news_feed_search_x ~320

[Read] Search and analyze X/Twitter discussions for a topic, with tweet-level evidence and cited posts. Aggregate social mood, sentiment score, or positive/negative split -> get_social_sentiment. Open-web pages -> web_search. Multi-platform social search -> search_ugc. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
allowed_handlesnull|arrayInclude these X handles without @, max 10; mutually exclusive with excluded_handles.
daysintegerLookback days when time_range omitted; omitted or <=0 treated as 1 (24h); min 1 when explicitly set.
enable_image_understandingbooleanAnalyze images in posts.
enable_video_understandingbooleanAnalyze video in posts.
excluded_handlesnull|arrayExclude these handles, max 10.
langstringAnswer language: zh (default) / en / auto.
modelstringOverride configured Grok model id.
querystringX/Twitter topic for tweet-level evidence and cited posts; English recommended. Empty returns no results. Aggregate social mood, sentiment score, or positive/negative split -> get_social_sentiment. Op…
time_rangestringPreferred recency window for search_x: 1h / 24h (default) / 7d. Takes precedence over days when set.
NameTypeReqDescription
allowed_handlesnull|array
cited_tweetsnull|arrayyesxAI: tweet-level evidence and cited posts; fields depend on model and citations.
contentstringyesSame as summary for legacy clients; tweet-level X/Twitter evidence—not headline index (search_news).
countintegeryes
daysinteger
disclaimerstringFixed disclaimer on successful xAI response.
duration_msintegeryes
excluded_handlesnull|array
from_datestring
itemsnull|arrayyes
key_pointsnull|arrayyesxAI: bullet points from cited posts; empty array if none. Not briefing-style platform news lists (search_news).
langstring
modelstring
querystring
sentiment_labelstringyesxAI: bullish / bearish / neutral for the discussion; empty if unknown. Not per-coin sentiment label KPIs (get_social_sentiment).
sentiment_scorenull|integerxAI: 0-100 tone for this X/Twitter topic; JSON null if unknown; pairs with sentiment_label. Not per-coin aggregate positive/negative split (get_social_sentiment).
sourcestring
summarystringyesxAI: synthesized narrative from X/Twitter discussions with tweet-level evidence (same as content; always present). Not open-web synthesis with cited external pages (web_search). Not per-coin sentimen…
to_datestring
totalintegeryes

No examples provided.

news_feed_web_search ~298

[Read] Search the open web and return a synthesized answer with cited external pages. Built-in headline lookup, news-item search, or briefing-style news list -> search_news. X/Twitter-only discussion or tweet evidence -> search_x. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
coinstringOptional ticker or project (e.g. BTC, ETH) to focus the open-web synthesized answer—not platform news index tickers (search_news).
langstringAnswer language: zh (default) / en / auto.
limitintegerMax cited external pages in the answer; default 5, max 10.
modestringAnswer length: analysis (default, fuller synthesized text) or brief (~100 chars). Not chart/indicator technical analysis (RSI/MACD).
querystringRequired NL question: search the open web and return a synthesized answer with cited external pages—not built-in headline lookup, news-item search, or briefing-style news list (search_news), nor X/Tw…
time_rangestringRecency window for open-web synthesis with cited external pages: 1h / 24h (default) / 7d / 30d. Not DeFi/TVL dashboard metrics (use platform-metrics tools).
NameTypeReqDescription
cited_sourcesnull|arrayyes
coinstring
countintegeryes
disclaimerstring
duration_msintegeryes
itemsnull|arrayyes
key_pointsnull|arrayyes
langstring
modestring
modelstring
querystring
sourcestring
summarystringyes
time_rangestring
totalintegeryes

No examples provided.

news_prediction_get_event_signal ~279

[Read] Single event signal from dws_external_event_signal_hf by event_ref (venue:venue_event_id). window 1h/24h/7d (default 24h). Returns outcome_probabilities, volume_flow, directional_context, optional markets[] (default include_markets=true). depth_summary always null—use get_market_orderbook for live depth. daily_ranking when rank index configured. Discover event_ref -> search_events. include_orderbook_summary ignored. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
event_refstringyesRequired. venue:venue_event_id (split on first colon; id may contain more colons). Discover via search_events.
include_marketsnull|booleanOmitted or null defaults true. false omits markets[]; true parses embedded markets or enriches from predictionMarketIndex.
include_orderbook_summarybooleanDeprecated and ignored; depth_summary is always null—use get_market_orderbook.
venuenull|arrayOptional; each non-empty value must equal event_ref venue or invalid_param.
windowstringRecency filter on part_hour; default 24h. Allowed: 1h, 24h, 7d (case-insensitive).
NameTypeReqDescription
cross_venue_divergencenull|numbernullable
daily_rankingnull|objectnullable
depth_summarynull|objectyesnullable
directional_contextobjectyes
duration_msintegeryes
event_identityobjectyes
marketsnull|array
missing_sourcesnull|arrayyes
outcome_probabilitiesobjectyes
partialbooleanyes
signal_timestringyes
source_data_statusstringyes
volume_flowobjectyes
windowstring

No examples provided.

news_prediction_get_fastest_rising_ranking ~194

[Read] Daily venue/overall ranking by probability rise (UTC rank_date). Optional venue[], category, status (same as volume_delta ranking). Drops rows missing open_mid_probability_utc or probability_delta_today. Requires predictionRankIndex. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
categorystringOptional category filter: exact term on rank index field category; omit or all to disable.
date_utcstringUTC date in YYYY-MM-DD. Defaults to today_utc.
limitnull|integerPage size; default 20, max 100.
statusstringOptional status filter on rank index. Allowed: active, closed, resolved, all. Defaults to active.
venuenull|arrayOptional venue filter. Allowed: polymarket, predict_fun.
NameTypeReqDescription
by_venueobjectyes
duration_msintegeryes
excluded_reasonsnull|arrayyes
generated_atstringyes
missing_sourcesnull|arrayyes
overallnull|arrayyes
partialbooleanyes
rank_date_utcstringyes
source_data_statusstringyes

No examples provided.

news_prediction_get_market_orderbook ~394

[Read] Live current order book only (mode=current). depth 1-20 (default 20). polymarket: market_id=venue_market_id; needs opensearch.predictionMarketIndex for token lookup (else not_implemented); yes/no CLOB /book in parallel—partial if one side fails, tool error only if both fail. predict_fun: official numeric market_id (not polymarket ids); needs predictFunAPIKey—empty/missing config returns partial_not_configured (no HTTP); API/parse errors return partial (not internal); 404 resource_not_found. Rejects history/granularity/time/page_token. snapshot_time/book_levels/best_* may be null when partial. Event list/signal -> search_events / get_event_signal. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
depthnull|integeryes_bids/yes_asks top-N levels; default 20; allowed 1-20 inclusive; out of range invalid_param.
end_timestringUnsupported; if set, request is rejected.
granularitystringUnsupported; if set, request is rejected.
market_idstringyesRequired. polymarket: venue_market_id in dws_prediction_market_hf (token lookup). predict_fun: official numeric id (e.g. 356640), not polymarket venue_market_id.
modestringEmpty or current only (default current). history and other values rejected.
page_tokenstringUnsupported; if set, request is rejected.
start_timestringUnsupported; if set, request is rejected.
venuestringyesRequired. polymarket or predict_fun. polymarket needs predictionMarketIndex; predict_fun needs predictFunAPIKey (else partial_not_configured, not a tool error).
NameTypeReqDescription
book_levelsnull|objectyesnullable
duration_msintegeryes
market_idstringyes
missing_sourcesnull|arrayyes
modestringyes
partialbooleanyes
snapshot_timenull|stringyesnullable
source_apistringyes
source_data_statusstringyes
venuestringyes

No examples provided.

news_prediction_get_volume_delta_ranking ~193

[Read] Daily venue/overall ranking by volume delta (UTC rank_date). Optional venue[], category (exact term on rank index), status (active/closed/resolved/all; default active). Requires opensearch.predictionRankIndex. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
categorystringOptional category filter: exact term on rank index field category; omit or all to disable.
date_utcstringUTC date in YYYY-MM-DD. Defaults to today_utc.
limitnull|integerPage size; default 20, max 100.
statusstringOptional status filter on rank index. Allowed: active, closed, resolved, all. Defaults to active.
venuenull|arrayOptional venue filter. Allowed: polymarket, predict_fun.
NameTypeReqDescription
by_venueobjectyes
duration_msintegeryes
excluded_reasonsnull|arrayyes
generated_atstringyes
missing_sourcesnull|arrayyes
overallnull|arrayyes
partialbooleanyes
rank_date_utcstringyes
source_data_statusstringyes

No examples provided.

news_prediction_search_events ~421

[Read] Search prediction events on opensearch.predictionEventSignalIndex (dws_prediction_event_signal_hf alias, hourly UNIQUE part_hour+venue+venue_event_id). query/coin/category optional; coin-only unsupported_filter. status filters event_status; status_tags from status_json_array. sort recently_listed uses create_time (first_seen); volume_delta_today uses total_volume_usd_24h (no volume_delta column). category filter: event_category_primary or lead_market_category_primary; excludes empty event_category_primary. Collapse venue_event_id. with_markets: source_markets_json or predictionMarketIndex. Detail -> get_event_signal (external); orderbook -> get_market_orderbook. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

NameTypeReqDescription
categorystringOptional primary category enum (crypto_price, sports, elections, …). Matches event_category_primary or lead_market_category_primary.
coinstringOptional coin ticker; cannot be used alone without query or category (unsupported_filter). With query/category expands text recall only (best_effort).
limitnull|integerPage size; default 20, max 100.
page_tokenstringBase64URL page token from prior next_page_token; filters must match first page.
querystringOptional full-text query; all of query, coin, category are optional.
sort_bystringSort key; default attention. Allowed: attention, volume, liquidity, recently_listed, probability_change, volume_delta_today (maps to total_volume_usd_24h on signal index).
statusstringFilter by ES event_status; default active. Allowed: active, closed, resolved, all. Response status_tags comes from status_json_array.
venuenull|arrayOptional venue filter. Allowed: polymarket, predict_fun.
with_marketsbooleanWhen true, attach market summaries from source_markets_json or predictionMarketIndex.
NameTypeReqDescription
coin_filter_modestring
duration_msintegeryes
effective_sort_bystringActual sort applied (equals sort_by unless ES sort fallback).
eventsnull|arrayyes
missing_sourcesnull|array
next_page_tokennull|stringnullable
partialbooleanyes

No examples provided.

Common questions

What is the Gate News MCP server?

Gate News MCP is listed in the public MCP registry as io.github.gateio-dev/gate-news. Gate news MCP for crypto news, structured events, announcements, and social sentiment. This page covers its hosted endpoint (https://api.gatemcp.ai/mcp/news).

Is the Gate News MCP server safe to use?

Gate News MCP scores 76 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 News MCP server expose?

Gate News MCP exposes 18 tools: news_events_explain_market_move, news_events_get_event_detail, news_events_get_latest_events, news_events_get_market_move_report, news_events_list_market_move_reports, and 13 more. Their descriptions and schemas cost roughly 4,973 tokens of context every time the server is loaded.

Does the Gate News MCP server require authentication?

No. We connected to Gate News MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Gate News MCP server still maintained?

Gate News 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.