How to Connect NINA Emergency Warnings to Claude for AI-Powered Alerts
Connect NINA Warn-App data to Claude AI using MCP. Access emergency warnings and alerts with natural language. Step-by-step setup guide.
Pre-built adapter available on AnythingMCP Cloud
Skip the self-hosted setup — install this adapter in one click with a free trial. No credit card required.
Install on Cloud — Free TrialConnect NINA Emergency Warnings to Claude
NINA is Germany's official emergency warning system by the BBK (Bundesamt für Bevölkerungsschutz). With AnythingMCP, you can connect NINA data to Claude AI and query emergency alerts using natural language.
What You Can Do
- "Are there any active emergency warnings in Germany?"
- "Show warnings for my region (AGS code 08311)"
- "What are the details and instructions for warning XYZ?"
- "Any flood or storm warnings in Bavaria?"
Setup
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- Open
http://localhost:3000/connectors/storeand import the NINA Emergency Warnings adapter - No API key required — the NINA API is publicly accessible
- Assign the connector to an MCP server
Connect Claude
{
"mcpServers": {
"nina": { "url": "http://localhost:4000/mcp" }
}
}
Available Tools
| Tool | Description |
|------|-------------|
| nina_get_dashboard | Get overview of all active warnings across Germany |
| nina_get_warnings_by_region | Get warnings for a specific region by AGS code |
| nina_get_warning_detail | Get full warning text and safety instructions |
| nina_get_covid_rules | Get COVID-19 rules for a specific region |