← Registry

Analytics

the-world-now.com

Provides access to news articles, global events, risk indices, and asset prices for analytical insights.

x402 supported1 endpoint8 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
The World Now
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

The World Now is a real-time geopolitical intelligence platform tracking wars, conflicts, earthquakes, market catalysts, and global risks. Articles are grounded in authoritative source reporting and cite sources inline.

Known tools 8

search_articles

Search The World Now articles by category, region, or article type.

Inferred read-only
get_article

Fetch one article by slug: full body, cited sources, region and country tags.

Inferred read-only
get_events

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

Inferred read-only
get_risk_index

Current Global Risk Index (0-100, LOW→EXTREME) with breakdown across conflict, disaster, infrastructure, macro, and market stress, plus top drivers.

Inferred read-only
get_prices

Current prices for ~46 tracked assets (crypto, stocks, indices, commodities, forex).

Inferred read-only
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.

Inferred read-only
get_track_record

Self-scored accuracy track record of our AI predictions: overall and per-asset direction accuracy, sample sizes, and per-timeframe calibration.

Inferred read-only
get_historical_catalysts

Curated historical price-catalyst dataset for an asset: past events, realized impact %, duration, and whether the move held, reverted, or accelerated.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.