← the-world-now.com

INDIVIDUAL MCP TOOL

get_events

Fetch live global events (earthquakes, conflicts, strikes, severe weather, volcanoes, wildfires) with coordinates, severity, and source links.

the-world-now.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.the-world-now.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_events and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

the-world-now.com

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.the-world-now]
url = "https://www.the-world-now.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-world-now": {
      "type": "http",
      "url": "https://www.the-world-now.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: the-world-now
Remote MCP URL: https://www.the-world-now.com/api/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": {
    "the-world-now": {
      "url": "https://www.the-world-now.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-world-now": {
      "type": "http",
      "url": "https://www.the-world-now.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-world-now",
  "transport": "streamable-http",
  "url": "https://www.the-world-now.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_articles — Search The World Now articles by category, region, or article type.
  • get_article — Fetch one article by slug: full body, cited sources, region and country tags.
  • get_risk_index — Current Global Risk Index (0-100, LOW→EXTREME) with breakdown across conflict, disaster, infrastructure, macro, and market stress, plus top drivers.
  • get_prices — Current prices for ~46 tracked assets (crypto, stocks, indices, commodities, forex).
  • get_catalyst_predictions — AI market-impact predictions tying live geopolitical/disaster events to tracked assets: per-timeframe direction, impact %, confidence, and reasoning, with cited sources.
  • get_track_record — Self-scored accuracy track record of our AI predictions: overall and per-asset direction accuracy, sample sizes, and per-timeframe calibration.
  • get_historical_catalysts — Curated historical price-catalyst dataset for an asset: past events, realized impact %, duration, and whether the move held, reverted, or accelerated.