MCP server for Israel's RedAlert emergency alert system - real-time alerts, statistics, shelter search, and city data
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"redalert-mcp-server": {
"command": "npx",
"args": [
"-y",
"ozba/redalert-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add redalert-mcp-server npx -y ozba/redalert-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"redalert-mcp-server": {
"command": "npx",
"args": [
"-y",
"ozba/redalert-mcp-server"
]
}
}
}