Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

NINA Emergency Warnings を Gemini に接続する方法 — MCP 経由

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.

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

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.

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → NINA Emergency Warnings をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

NINA Emergency Warnings + Gemini

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.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

(none — public API)

ステップ 1 — 認証情報を取得

ステップ 2 — アダプターをインストール

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

ステップ 3 — Gemini にコネクタを追加

Gemini CLI は ~/.gemini/settings.json (Windows は %APPDATA%\gemini\settings.json) から MCP サーバを読み込みます。追加:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し gemini を再起動。
  3. Gemini CLI で /mcp を実行 — NINA Emergency Warnings が利用可能として表示されます。
  4. Vertex AI Studio: 同じ Bearer ヘッダーで https://cloud.anythingmcp.com/mcp をリクエストの tools 配列に渡してください。

利用可能なツール

ToolWhat it does
nina_get_dashboardGet the current overview of all active emergency warnings across Germany
nina_get_warnings_by_regionGet current emergency warnings for a specific German region (Kreis/Stadt) by its AGS code
nina_get_warning_detailGet detailed information about a specific warning by its ID
nina_get_covid_rulesGet current COVID-19 rules and regulations for a specific German region by AGS code

FAQ

Gemini 1.5 Pro / 2.x は MCP をサポートしますか? はい — Gemini CLI ≥ 0.4 と Vertex AI tools API は Bearer ヘッダー付きの httpUrl MCP コネクタを受け入れます。

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Your NINA agent is one click away.

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

関連ガイド

connectors

NINA Emergency Warnings を ChatGPT に接続する方法 — MCP 経由

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.

connectors

NINA Emergency Warnings を Claude に接続する方法 — MCP 経由

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.

connectors

NINA Emergency Warnings を Cursor に接続する方法 — MCP 経由

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.

connectors

NINA Emergency Warnings を MCP に — あらゆる AI エージェントから 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.

connectors

NINA緊急警告をChatGPTに接続してAI駆動のアラートを受け取る方法

MCPを使用してNINA Warn-AppデータをChatGPTに接続します。自然言語で緊急警告、洪水警報、嵐の通知を受け取ります。

connectors

NINA緊急警告をClaudeに接続してAI駆動のアラートを受け取る方法

MCPを使用してNINA Warn-AppデータをClaude AIに接続します。自然言語で緊急警告とアラートにアクセスします。ステップバイステップのセットアップガイド。