← v3.news

INDIVIDUAL MCP TOOL

fetch

Fetch the full text of a single V³ event by id (from ``search``).

v3.newsnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

v3.news

CONNECT 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.

Related tools

  • v3_search_events — Search V³ News for tracked geopolitical events.
  • 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).
  • search — Search V³ News for tracked geopolitical events matching a query.
  • 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.
  • v3_breaking_now — Get events V³ is currently tracking in BREAKING tempo — fast- moving stories under near-real-time monitoring right now.
  • 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.