Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

V³ News

news.v3/desk

Cited geopolitical events, multi-perspective briefs, and live breaking news from V³ News.

Uptime
100.0%
1 direct probes · 30d
Response
330ms
last probe
Tools
7
callable
Resources
1
readable
Prompts
0
available

Tools · 7

v3_search_events

Search V³ News for tracked geopolitical events. Use when the user asks what is happening on a topic, in a country, or in a domain (e.g. security, energy, finance, technology). Returns a r…

v3_get_event

Get a single V³ event: headline, why-it-matters, scores, and how much structured analysis V³ holds on it (perspectives, decisions, outcomes). Use after v3_search_events (or v3_breaking_no…

search

Search V³ News for tracked geopolitical events matching a query. Returns a list of matching events, each with an id (for ``fetch``) and a v3.news citation url. V³ covers 12 categories (geopol…

fetch

Fetch the full text of a single V³ event by id (from ``search``). Returns V³'s public summary (headline, why-it-matters, risk/impact/ signal scores, coverage depth) plus the canonical v3.news…

v3_latest_brief

Get V³'s latest global intelligence brief — the chief-of-staff top line on what matters in the world right now, with per-category state and counts. Use when the user asks for a world summ…

v3_breaking_now

Get events V³ is currently tracking in BREAKING tempo — fast- moving stories under near-real-time monitoring right now. Use when the user asks "what's breaking", "any breaking news", or a…

v3_global_pulse

Get V³'s Global Pulse — the world's current risk/impact/signal reading and how it has moved over a recent window. Use when the user asks how tense/volatile the world is right now, whether…

Resources · 1

V³ Event Card

Branded V³ event card rendered inline in ChatGPT.

ui://widget/v3-event-card.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "v³_news": {
      "url": "https://mcp.v3.news/mcp",
      "transport": "streamable-http"
    }
  }
}