Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

如何将 NINA 紧急警报连接到 Claude 以实现 AI 驱动的警报

使用 MCP 将 NINA Warn-App 数据连接到 Claude AI。通过自然语言访问紧急警报和警告。逐步设置指南。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

NINA Emergency Warnings

MCP connector

NINA Emergency Warnings

Access official German emergency warnings and alerts from the NINA Warn-App (BBK). Get current warnings for floods, storms, fires, and other emergencies by region.

Tools

4

Region

DE

Category

Government

Authentication

Public API

Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the NINA Emergency Warnings in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

使用 MCP 将 NINA Warn-App 数据连接到 Claude AI。通过自然语言访问紧急警报和警告。逐步设置指南。

将 NINA 紧急警报连接到 Claude

NINA 是德国 BBK(联邦人口保护局)官方的紧急警报系统。通过 AnythingMCP,您可以将 NINA 数据连接到 Claude AI,并使用自然语言查询紧急警报。

您可以做什么

  • "德国有活跃的紧急警报吗?"
  • "显示我所在地区的警报(AGS 代码 08311)"
  • "警报 XYZ 的详细信息和指示是什么?"
  • "巴伐利亚有洪水或风暴警报吗?"

设置

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. 打开 http://localhost:3000/connectors/store 并导入 NINA 紧急警报 适配器
  2. 无需 API 密钥 — NINA API 是公开可访问的
  3. 将连接器分配给 MCP 服务器

连接 Claude

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

可用工具

工具描述
nina_get_dashboard获取德国所有活跃警报的概览
nina_get_warnings_by_region按 AGS 代码获取特定地区的警报
nina_get_warning_detail获取完整的警报文本和安全指示
nina_get_covid_rules获取特定地区的 COVID-19 规则

这份指南对您有帮助吗?

Ready to ship

Your NINA agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

相关指南