Analytics
the-world-now.com
Provides access to news articles, global events, risk indices, and asset prices for analytical insights.
ENDPOINT 1
https://www.the-world-now.com/api/mcp
MCP server metadata
- Name
- The World Now
- Version
- 1.0.0
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_articlesSearch The World Now articles by category, region, or article type.
Inferred read-onlyget_articleFetch one article by slug: full body, cited sources, region and country tags.
Inferred read-onlyget_eventsFetch live global events (earthquakes, conflicts, strikes, severe weather, volcanoes, wildfires) with coordinates, severity, and source links.
Inferred read-onlyget_risk_indexCurrent Global Risk Index (0-100, LOW→EXTREME) with breakdown across conflict, disaster, infrastructure, macro, and market stress, plus top drivers.
Inferred read-onlyget_pricesCurrent prices for ~46 tracked assets (crypto, stocks, indices, commodities, forex).
Inferred read-onlyget_catalyst_predictionsAI market-impact predictions tying live geopolitical/disaster events to tracked assets: per-timeframe direction, impact %, confidence, and reasoning, with cited sources.
Inferred read-onlyget_track_recordSelf-scored accuracy track record of our AI predictions: overall and per-asset direction accuracy, sample sizes, and per-timeframe calibration.
Inferred read-onlyget_historical_catalystsCurated historical price-catalyst dataset for an asset: past events, realized impact %, duration, and whether the move held, reverted, or accelerated.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.