MCP Directory

cct15/war-dashboard-data

GitHub
Productivity

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. Updated daily.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y war-dashboard-data

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from cct15/war-dashboard-data your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route cct15/war-dashboard-data intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add war-dashboard-data

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use cct15/war-dashboard-data directly without routing

npx -y war-dashboard-data

New to Agent-CoreX? View setup guide →

cct15/war-dashboard-data MCP Server — Agent-CoreX