feat: add strategic synthesis layer — Phase 11 (+4 = 68 tools)

- intel_strategic_posture: composite risk from 9 weighted domains
  (military, political, conflict, infrastructure, economic, cyber,
  health, climate, space) with per-domain scoring and top threats
- intel_world_brief: structured daily intelligence summary aggregating
  posture, focal points, news clusters, anomalies, trending threats
- intel_fleet_report: naval fleet activity combining theater posture,
  waterway status, military surge, and readiness scoring
- intel_population_exposure: population at risk near active events
  (earthquakes, wildfires, conflict) using 105-city dataset (1B pop)

New files: analysis/posture.py, analysis/world_brief.py,
analysis/exposure.py, sources/fleet.py, config/population.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Marc Shade
2026-02-24 09:02:14 -05:00
co-authored by Claude Opus 4.6
parent 7359c03275
commit 2969dfc950
9 changed files with 914 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[project]
name = "world-intel-mcp"
version = "0.1.0"
description = "World Intelligence MCP Server - real-time global intelligence across 26 domains with 64 MCP tools"
description = "World Intelligence MCP Server - real-time global intelligence across 27 domains with 68 MCP tools"
readme = "README.md"
requires-python = ">=3.11"
license = {text = "MIT"}