🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

war-dashboard-data

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

war-dashboard-data

Geopolitical conflict risk probabilities, political events, and maritime traffic data for AI agents via MCP

pipPyPI
Version
1.0.0
Weekly downloads
42
Maintainers
1

Futuristic Risk Intelligence — MCP Server & Data Feed

Geopolitical conflict risk data for AI agents via Model Context Protocol (MCP). Updated daily.

PyPI

MCP Tools

ToolDescription
get_conflict_risksRisk probabilities for 6 major geopolitical conflicts (escalation, ceasefire, regime change) with 1d/7d/30d horizons
get_political_eventsHigh-impact political, economic, and natural disaster events with probability estimates
get_maritime_trafficVessel counts in critical maritime chokepoints (Strait of Hormuz, Taiwan Strait, etc.)

Install

pip install war-dashboard-data

Quick 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.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 TypeMeaningDirection
escalationMilitary escalation (strikes, invasion, nuclear test)risk_increase
ceasefireCeasefire or peace agreement reachedrisk_decrease
ceasefire_cancelExisting ceasefire breaks downrisk_increase
regime_changeGovernment falls or changesrisk_increase
diplomaticMajor 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) or risk_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.

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts