Futuristic Risk Intelligence
Geopolitical conflict risk data for AI agents
README
Futuristic Risk Intelligence — MCP Server & Data Feed
Geopolitical conflict risk data for AI agents via Model Context Protocol (MCP). Updated daily.
MCP Tools
| Tool | Description |
|---|---|
get_conflict_risks |
Risk probabilities for 6 major geopolitical conflicts (escalation, ceasefire, regime change) with 1d/7d/30d horizons |
get_political_events |
High-impact political, economic, and natural disaster events with probability estimates |
get_maritime_traffic |
Vessel counts in critical maritime chokepoints (Strait of Hormuz, Taiwan Strait, etc.) |
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"futuristic-risk": {
"command": "python3",
"args": ["path/to/mcp_server/server.py"]
}
}
}
Then ask Claude: "What's the current escalation risk for Russia-Ukraine?"
Direct API (REST)
curl https://raw.githubusercontent.com/cct15/war-dashboard-data/main/conflicts.json
Coverage
6 conflict regions: Russia-Ukraine, Iran-Israel/US, Israel-Palestine, China-Taiwan, India-Pakistan, US-Latin America
5 event types with clear risk direction:
| Event Type | Meaning | Direction |
|---|---|---|
escalation |
Military escalation (strikes, invasion, nuclear test) | risk_increase |
ceasefire |
Ceasefire or peace agreement reached | risk_decrease |
ceasefire_cancel |
Existing ceasefire breaks down | risk_increase |
regime_change |
Government falls or changes | risk_increase |
diplomatic |
Major diplomatic event (nuclear deal, treaty) | neutral |
Data Schema
conflicts.json
Each conflict includes:
- probability_30d / 7d / 1d: P(event occurs within time horizon)
- risk_events: Breakdown by event type
- direction:
risk_increase(higher probability = more danger) orrisk_decrease(higher probability = less danger) - change_vs_yesterday / change_vs_7d_ago: Probability deltas
- risk_level:
high/medium/low - anomaly_detected: Whether probability diverges from news intensity
maritime.json
Vessel counts in 6 critical chokepoints, broken down by type (tanker, cargo, military, other). Snapshot-based from AIS data.
political_events.json
High-impact events with probability, deadline, category, and data confidence level.
Use Cases
- Trading agents: Adjust crypto/commodity positions based on geopolitical risk changes
- Risk management: Monitor conflict escalation probabilities for portfolio hedging
- DeFi protocols: Dynamic collateral ratios based on geopolitical risk
- Research agents: Track probability trends across 6 conflict regions
- News agents: Get structured risk data instead of parsing headlines
Technical Details
- Zero dependencies: MCP server uses only Python stdlib (works with Python 3.9+)
- Data source: Proprietary multi-source modeling
- Update frequency: Daily
- Latency: Public data has ~24h delay
License
Data is free for non-commercial use. Contact for commercial licensing.
Built by Futuristic Risk Intelligence.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.