Back to MCP Servers

War Dashboard Data

Geopolitical conflict risk probabilities for AI agents. Covers 6 regions (Russia-Ukraine, Iran-Israel, China-Taiwan, etc.) with escalation/ceasefire/regime change probabilities at 1d/7d/30d horizons. Includes maritime chokepoint vessel data and political event probabilities. Upd…

finance-fintechaiagent

Installation

npx -y war-dashboard-data

Configuration

{
  "mcpServers": {
    "war-dashboard-data": {
      "command": "npx",
      "args": ["-y", "war-dashboard-data"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub