Real-time rocket alerts from Israel's RedAlert system. Historical statistics, shelter search, and city data through 12 MCP tools.
.mcp.json
{
"mcpServers": {
"redalert": {
"command": "npx",
"args": [
"-y",
"redalert-mcp-server"
]
}
}
}get_active_alertsGet real-time snapshot of cities currently under alert, grouped by alert type (missiles, earthquakes, etc.)
get_stats_summaryGet high-level overview of the alert system: totals, unique cities/zones, and optional top cities/zones/origins/timeline/peak data
get_stats_citiesGet city-level alert statistics with pagination, search, and optional translations/coordinates
get_stats_historyGet detailed historical alert records with full city data, filtering, sorting, and pagination
get_stats_distributionGet alert distribution grouped by category or origin, with filtering, sorting, and pagination
search_sheltersFind nearby shelters by coordinates or city name, with filters for radius, wheelchair accessibility, and shelter type
get_citiesGet city catalog for lookups with optional translations, coordinates, and countdown times
health_checkCheck the health status of the RedAlert API
subscribe_alertsConnect to RedAlert Socket.IO server and start receiving real-time emergency alerts with optional type filtering and test mode
poll_alertsRetrieve buffered real-time alerts that arrived since the last poll
unsubscribe_alertsDisconnect from RedAlert Socket.IO server and stop receiving real-time alerts
get_alert_subscription_statusCheck the current real-time alert subscription status including connection state, subscribed types, and buffer size
Real-time and historical emergency alert data for Israel, including missile alerts, earthquakes, and other threats
Original source of emergency alerts from Israel's Home Front Command
Show me all currently active alerts right nowHow many missile alerts were there in Kfar Saba in the last month?Find shelters near Rabin Square in Tel AvivCompare alert counts between Sderot and Ashkelon in the last 3 monthsSubscribe to real-time alerts and notify me when there is a missile alertREDALERT_API_KEYnode >= 18Get a free API key at https://redalert.orielhaim.com. Configure REDALERT_API_KEY in your environment.
Find public shelters (miklatim) in Israel. Currently supports Jerusalem with 198 shelters. Nearest shelter search, filtering by type, capacity, and accessibility.