Back to Guides

How to Connect NINA Emergency Warnings to MCP

Get official German emergency warnings and alerts via AI agents and MCP. Monitor floods, storms, fires, and other emergencies in real-time.

NINA Emergency Warnings with AI Agents

NINA (Notfall-Informations- und Nachrichten-App) is Germany's official emergency warning system by the BBK (Bundesamt für Bevölkerungsschutz). The API provides real-time access to warnings about floods, storms, fires, and other emergencies. No API key required.

Quick Setup with Built-in Adapter

Step 1: Deploy AnythingMCP

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Step 2: Import the NINA Adapter

Open http://localhost:3000/connectors/store and click Import on the NINA Emergency Warnings adapter. No credentials needed — this is a free public API.

Step 3: Connect to Your AI Agent

{
  "mcpServers": {
    "nina": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

Available Tools

| Tool | Description | |------|-------------| | nina_get_dashboard | Get current national warning overview | | nina_get_warnings_by_region | Get active warnings for a specific region (AGS code) | | nina_get_warning_detail | Get full details of a specific warning | | nina_get_covid_rules | Get current COVID rules for a region |

AI Agent Use Cases

  • "Are there any active flood warnings in Berlin?"
  • "Show me all current emergency warnings in Germany"
  • "What are the details of warning XYZ?"
  • "Any storm warnings for Hamburg today?"