Futuristic Risk Intelligence
This server provides AI agents with daily-updated geopolitical risk intelligence for trading, risk management, and research. It offers three core tools:
Get Conflict Risk Probabilities: Access probability estimates (1, 7, and 30-day horizons) for escalation, ceasefire, regime change, and diplomatic events across 6 major conflict regions (Russia-Ukraine, Iran-Israel/US, Israel-Palestine, China-Taiwan, India-Pakistan, US-Latin America). Includes situation briefings, risk impact analysis, trend tracking vs. 7 days ago, anomaly flags, and confidence indicators. Filterable by region.
Get Political Events: Retrieve high-impact upcoming events with probability estimates, deadlines, confidence levels, and importance ratings. Covers political events (elections, policy changes), economic risks, and natural disasters. Filterable by category.
Get Maritime Traffic ⚠️ (Currently Suspended): Intended to provide vessel counts and types at critical maritime chokepoints (Strait of Hormuz, Taiwan Strait, etc.), but currently unavailable due to data reliability issues.
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 |
| Risk probabilities for 6 major geopolitical conflicts (escalation, ceasefire, regime change) with 1d/7d/30d horizons |
| High-impact political, economic, and natural disaster events with probability estimates |
| ⚠️ Suspended — AIS snapshot data does not meet reliability standards. Returns |
Related MCP server: TickerAPI
Install
pip install war-dashboard-dataQuick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"futuristic-risk": {
"command": "war-dashboard-data"
}
}
}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.jsonCoverage
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 |
| Military escalation (strikes, invasion, nuclear test) | risk_increase |
| Ceasefire or peace agreement reached | risk_decrease |
| Existing ceasefire breaks down | risk_increase |
| Government falls or changes | risk_increase |
| Major diplomatic event (nuclear deal, treaty) | neutral |
Data Schema
conflicts.json
Each conflict includes:
Field | Description |
| Region identifier (e.g. |
| Editorial priority: |
| Overall risk: |
| P(event occurs within time horizon) |
| Daily situation summary in Chinese, based on latest news |
| Structured impact analysis: |
| Breakdown by event type with per-type probabilities |
|
|
| Probability delta vs. 7 days ago |
| Number of data sources (for confidence assessment) |
| Whether probability diverges from news intensity |
political_events.json
Political, economic, and natural disaster events with probability estimates.
Field | Description |
| Event description (Chinese) |
| Event description (English) |
|
|
| Estimated probability of occurrence |
| Editorial priority: |
| Event deadline (YYYY-MM-DD), if applicable |
|
|
importance field
Both conflicts.json and political_events.json include an importance field:
high— Editorially recommended. Active conflicts, high-probability events, or events with significant recent changes. Matches the daily intelligence report's display filter.low— Included for data completeness. Low probability, no active events, or not a current focus area. Agents may still find these useful for comprehensive monitoring.
maritime.json
⚠️ Suspended: Free AIS data (45-second snapshots) produces sporadic zero-vessel readings in busy straits, which could mislead agents into inferring blockades. Returns {"status": "unavailable", "zones": []}. Will resume when a reliable AIS source is found.
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.
Website & Research
futuristicrisks.com — Live risk dashboard, cascade impact analysis, daily verified intelligence, and API documentation.
Research articles:
Built by Futuristic Risk Intelligence.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityDmaintenanceReal-time crypto risk scoring for AI agents. Trust Score, crash probability, and distance-to-default for 205 tokens. Free, no API key needed.Last updatedMIT- AlicenseAqualityAmaintenancePre-computed financial market intelligence for AI agents. Stocks, crypto, and ETFs.Last updated92623MIT

AletaIndex Narrativeofficial
AlicenseAqualityAmaintenanceReal-time financial narrative tracking for AI agents — clustering news into structured narratives, measuring sentiment momentum, and mapping portfolio risk across 109 US equities.Last updated22MIT- Alicense-qualityDmaintenanceProvides AI agents with access to CO2 emissions data, climate projections, and risk assessments for heat, flooding, and drought, supporting ESG analysis and CSRD compliance.Last updatedMIT
Related MCP Connectors
45 AI data tools for agents — crypto, DeFi risk, audits, equities, energy, and more.
Private company data & real-time news signals for AI agents.
Coordination Intelligence: AI infrastructure coordination dynamics across geopolitical blocs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cct15/war-dashboard-data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server