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 key — готово. Без 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 читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите gemini.
  3. Запустите /mcp в Gemini CLI — NINA Emergency Warnings должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

Доступные инструменты

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 принимают MCP-коннекторы httpUrl с Bearer-заголовком.

Следующие шаги

Это руководство помогло?

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 — управляйте NINA Emergency Warnings из любого AI-агента

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 для оповещений на основе ИИ

Подключите данные NINA Warn-App к ChatGPT с помощью MCP. Получайте экстренные предупреждения, уведомления о наводнениях и штормовые оповещения на естественном языке.

connectors

Как подключить экстренные предупреждения NINA к Claude для оповещений на основе ИИ

Подключите данные NINA Warn-App к Claude AI с помощью MCP. Получайте экстренные предупреждения и оповещения на естественном языке. Пошаговое руководство по настройке.