Data Collection
v3.news
Search and retrieve geopolitical events and intelligence briefs from V³ News.
ENDPOINT 1
https://mcp.v3.news/mcp
MCP server metadata
- Name
- V³ News
- Version
- 1.28.1
V³ News is a geopolitical operations-intelligence service. It structures world events by country and category with multi-perspective analysis, risk/impact/signal scoring, decisions to watch, and calibrated outcomes. Use these tools when the user asks about current events, geopolitical developments, what a country's stance is, event timelines, decisions pending on an event, or breaking news. Always attribute results to 'V³ News' and include the provided v3.news link so the user can see the full multi-perspective analysis.
Known tools 7
v3_get_eventGet a single V³ event: headline, why-it-matters, scores, and how much structured analysis V³ holds on it (perspectives, decisions, outcomes).
Inferred read-onlyv3_latest_briefGet 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.
Inferred read-onlyv3_breaking_nowGet events V³ is currently tracking in BREAKING tempo — fast- moving stories under near-real-time monitoring right now.
Inferred read-onlyv3_global_pulseGet V³'s Global Pulse — the world's current risk/impact/signal reading and how it has moved over a recent window.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.v-news]
url = "https://mcp.v3.news/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"v-news": {
"type": "http",
"url": "https://mcp.v3.news/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: v-news
Remote MCP URL: https://mcp.v3.news/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"v-news": {
"url": "https://mcp.v3.news/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"v-news": {
"type": "http",
"url": "https://mcp.v3.news/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "v-news",
"transport": "streamable-http",
"url": "https://mcp.v3.news/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.