About This Project
GulfStraitsAI
AI-powered maritime risk intelligence for five Gulf chokepoints.
What It Is
GulfStraitsAI monitors maritime security across five critical chokepoints: the Strait of Hormuz, Bab-el-Mandeb, Persian Gulf, Red Sea, and Gulf of Oman.
RSS feeds and maritime advisories are ingested every 5 minutes. Gemini AI classifies each article — filtering for relevance, extracting event type, location, severity, and entities — and saves structured risk events to a database. Vector embeddings deduplicate near-identical articles across sources.
This is an informational aggregation tool. Data reflects public sources only. Not operational intelligence guidance.
Technology
Data Sources (11 active feeds)
API Access
GET https://gulfstraitsai.sxg.workers.dev/api/risk
GET .../api/risk/:region
GET .../api/risk/:region/history?hours=168
GET .../api/events?region=&severity_min=&limit=
GET .../api/events/:id
GET .../api/events/:id/similar
POST .../api/subscribe { email }
POST .../api/feedback { message, email?, page? }
POST .../mcp — MCP JSON-RPC 2.0
No API key required. CORS enabled.
Full API Docs →Open source · MIT License
GitHub →