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 数据连接到 Claude AI。通过自然语言访问紧急警报和警告。逐步设置指南。
试试这样问
NINA Emergency Warnings 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
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
- 打开
http://localhost:3000/connectors/store并导入 NINA 紧急警报 适配器 - 无需 API 密钥 — NINA API 是公开可访问的
- 将连接器分配给 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 规则 |
这份指南对你有帮助吗?