# Gate News MCP MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-gateio-dev-gate-news
- Repository: https://github.com/gate/gate-mcp

## Install
- Endpoint: https://api.gatemcp.ai/mcp/news
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.gatemcp.ai/mcp/news

## Tools
- news_events_explain_market_move - [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. Endpoint: https://api.gatemcp.ai/mcp/news
- news_events_get_event_detail - [Read] Full detail for one event_id only. Filtered event list or timeline -> get_latest_events. Unknown id returns not found. Endpoint: https://api.gatemcp.ai/mcp/news
- news_events_get_latest_events - [Read] Filtered event list or timeline; each row includes event_id. One event_id detail -> get_event_detail. Headline/news feed -> search_news. Endpoint: https://api.gatemcp.ai/mcp/news
- news_feed_get_exchange_announcements - [Read] Venue-published exchange notices: listings, delistings, maintenance. Media rumors or general crypto headlines -> search_news. Endpoint: https://api.gatemcp.ai/mcp/news
- news_feed_get_social_sentiment - [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. Endpoint: https://api.gatemcp.ai/mcp/news
- news_feed_search_news - [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. Endpoint: https://api.gatemcp.ai/mcp/news
- news_feed_search_ugc - [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. Endpoint: https://api.gatemcp.ai/mcp/news
- news_feed_search_x - [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. Endpoint: https://api.gatemcp.ai/mcp/news
- news_feed_web_search - [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. Endpoint: https://api.gatemcp.ai/mcp/news
- news_prediction_get_event_signal - [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[]. depth_summary is always null—use get_market_orderbook for live depth. daily_ranking when rank index configured; fields may be null when partial. Endpoint: https://api.gatemcp.ai/mcp/news
- news_prediction_get_fastest_rising_ranking - [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. Endpoint: https://api.gatemcp.ai/mcp/news
- news_prediction_get_market_orderbook - [Read] Live current order book only (mode=current). depth: yes_bids/yes_asks levels, default 20, allowed 1-20 inclusive; other values invalid_param. polymarket: market_id=venue_market_id in dws_prediction_market_hf → yes/no token CLOB /book in parallel. predict_fun: market_id=official numeric id (e.g. 356640), not polymarket ids. Rejects history/granularity/time params. partial when one side missing or upstream degraded; snapshot_time/book_levels and best_* may be null. Not in get_event_signal. Endpoint: https://api.gatemcp.ai/mcp/news
- news_prediction_get_volume_delta_ranking - [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. Endpoint: https://api.gatemcp.ai/mcp/news
- news_prediction_search_events - [Read] Search prediction events (dws_prediction_event_signal_hf; collapse per pk_id). At least one of query, coin, or category required. Default sort_by=recently_listed; status=active (coin-only → all). coin uses related_coins/symbols (may return 0 rows if index lacks them). category is enum (crypto_price, sports, …). with_markets attaches dws_prediction_market_hf summaries. Endpoint: https://api.gatemcp.ai/mcp/news

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.gateio-dev
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 16, 2026
- Source: https://registry.modelcontextprotocol.io
