V³ News
news.v3/deskCited geopolitical events, multi-perspective briefs, and live breaking news from V³ News.
Tools · 7
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…
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 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 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…
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…
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…
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
Branded V³ event card rendered inline in ChatGPT.
ui://widget/v3-event-card.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"v³_news": {
"url": "https://mcp.v3.news/mcp",
"transport": "streamable-http"
}
}
}