@elad12390/red-alert-mcp
2.1.1ToolInstructionBundle
Description
MCP server for the Israeli Red Alert system (Pikud ha-oref / Home Front Command). Real-time rocket and missile alert monitoring for Israel. Query active alerts, check by city or region, get alert history, and receive notifications for ongoing security events.
Triggered by
red alerttzeva adomIsraeli alertspikud haorefrocket alerts Israelmissile alert
Download
Review Recommended
tank install @elad12390/red-alert-mcpRed Alert MCP (Israel)
Core Philosophy
- Real-time first — Always fetch live data; never cache alert state.
- City/region filtering — Most queries specify a location; resolve Hebrew and English names.
- History queries — Supports historical alert lookup by date range and area.
- Lightweight — Read-only; no auth required for public alert data.
- Context-aware — Always include timestamp and threat type in responses.
Quick-Start: Common Problems
"Are there active alerts right now?"
Query current active alerts — returns all active zones with threat type and timestamp.
"Was Tel Aviv hit today?"
Use history endpoint with city filter and today's date range.
"Show alerts for the north"
Filter by region (North, South, Center, Jerusalem, etc.) instead of specific city.
"How many alerts happened this week?"
Query history with date range — returns count and list by area.
Decision Trees
| Task | Action | Notes |
|---|---|---|
| Current active alerts | Live alerts endpoint | Real-time |
| Alerts by city | Filter active/history by city name | Hebrew or English |
| Alerts by region | Filter by district | North/South/Center/Jerusalem |
| Historical alerts | History endpoint + date range | Date format: YYYY-MM-DD |
| Threat type filter | Filter by category | Rockets, hostile aircraft, etc. |
Reference Index
| File | Contents |
|---|---|
| (no references) | All documentation is self-contained |