Skip to content

@elad12390/red-alert-mcp

2.1.1
ToolInstructionBundle

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-mcp

Red Alert MCP (Israel)

Core Philosophy

  1. Real-time first — Always fetch live data; never cache alert state.
  2. City/region filtering — Most queries specify a location; resolve Hebrew and English names.
  3. History queries — Supports historical alert lookup by date range and area.
  4. Lightweight — Read-only; no auth required for public alert data.
  5. 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

TaskActionNotes
Current active alertsLive alerts endpointReal-time
Alerts by cityFilter active/history by city nameHebrew or English
Alerts by regionFilter by districtNorth/South/Center/Jerusalem
Historical alertsHistory endpoint + date rangeDate format: YYYY-MM-DD
Threat type filterFilter by categoryRockets, hostile aircraft, etc.

Reference Index

FileContents
(no references)All documentation is self-contained

Command Palette

Search packages, docs, and navigate Tank