Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

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

使用 MCP 将 NINA Warn-App 数据连接到 ChatGPT。获取自然语言的紧急警报、洪水警告和风暴通知。

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 数据连接到 ChatGPT。获取自然语言的紧急警报、洪水警告和风暴通知。

将 NINA 紧急警报连接到 ChatGPT

NINA(紧急信息和消息应用程序)是德国 BBK 的官方紧急警报系统。使用 AnythingMCP,您可以通过 MCP 将 NINA 警报数据暴露给 ChatGPT — 以自然语言获取紧急警报、洪水警告和风暴通知。

快速设置

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 服务器

连接到 ChatGPT

{
  "mcpServers": {
    "nina": { "url": "https://your-anythingmcp-instance.com/mcp" }
  }
}

用例

  • "德国是否有任何活跃的紧急警报?" — 全国概览
  • "显示弗赖堡(AGS 08311)的警报" — 区域警报
  • "警报 XYZ 的详细信息是什么?" — 完整的警报文本和说明
  • "巴登-符腾堡现在有洪水警告吗?" — 特定类别的警报

这份指南对您有帮助吗?

Ready to ship

Your NINA agent is one click away.

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

相关指南