Back to Apps

Israeli Red Alert MCP Server
Supports UIby elad12390
Real-time and historical Israeli Home-Front Command (Pikud HaOref) rocket alert data for AI agents.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects AI agents to the Israeli Home-Front Command's public alert feed. It allows an LLM to monitor active rocket alerts, retrieve alert history, and get detailed location metadata for various regions in Israel, bypassing geo-fences and handling rate-limiting automatically.
Tools
get_current_alerts: Returns an array of currently active alerts.get_alert_history: Retrieves alerts fired between two ISO timestamps.get_location_info: Provides static metadata (area code, shelter time) for a specific location.count_active_alerts: Returns the total number of currently active alerts.get_alert_status: Simple boolean check if any alert is currently active.get_area_alerts: Lists all current alerts within a specific Home-Front area.get_alert_category_info: Provides human-readable descriptions of alert categories.
Installation
{
"mcpServers": {
"red-alert": {
"command": "node",
"args": ["/path/to/red-alert-mcp-server/dist/index.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"red-alert": {
"command": "node",
"args": ["/path/to/red-alert-mcp-server/dist/index.js"]
}
}
}






