Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the NINA Emergency Warnings in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
MCPを使用してNINA Warn-AppデータをChatGPTに接続します。自然言語で緊急警告、洪水警報、嵐の通知を受け取ります。
こう聞いてみよう
NINA Emergency Warnings のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
NINA緊急警告をChatGPTに接続する
NINA(Notfall-Informations- und Nachrichten-App)は、BBKによるドイツの公式緊急警告システムです。AnythingMCPを使用すると、NINAの警告データをMCPを介してChatGPTに公開できます。自然言語で緊急アラート、洪水警報、嵐の通知を受け取ります。
クイックセットアップ
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/storeを開き、NINA緊急警告アダプターをインポートします- APIキーは不要 — NINA APIは公開されています
- MCPサーバーに割り当てます
ChatGPTに接続する
{
"mcpServers": {
"nina": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
ユースケース
- "ドイツに現在有効な緊急警告はありますか?" — 全国の概要
- "フライブルク(AGS 08311)の警告を表示" — 地域のアラート
- "警告XYZの詳細は何ですか?" — 完全な警告テキストと指示
- "バーデン=ヴュルテンベルクで現在洪水警報はありますか?" — カテゴリ別のアラート
このガイドは役に立ちましたか?