# 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[] (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. 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 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. 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 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. 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
