Documentation

MCP Server

Connect Siren directly to your AI assistant. Ask about active alerts, statistics, and historical data - all through natural language in Cursor, VS Code, Claude Desktop, or any MCP-compatible client.

GEThttps://sirenapi.orielhaim.com/mcp

MCP endpoint for AI clients and local assistants.

Private API Key Required

The MCP endpoint requires a private API key. Public API keys are not supported. You can generate a private key from your dashboard.

Add redalert MCP server to Cursor

Manual Configuration

Add this to your MCP config file. For Cursor that's .cursor/mcp.json, for VS Code .vscode/mcp.json, and for Claude Desktop check the settings file.

{
  "mcpServers": {
    "redalert": {
      "url": "https://sirenapi.orielhaim.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Usage Examples

Once connected, just ask your AI assistant in natural language:

"Are there any active alerts right now?"
"Show me the top 10 most targeted cities this month"
"How many alerts were there in the last 7 days?"
"Give me a daily timeline of alerts for January 2025"