Germany MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add germany-mcp-server -- uvx germany-mcp-server
README.md

Access German government open data for AI agents.

Germany MCP Server

MCP-Server der AI-Agents Zugriff auf deutsche Behörden-Daten gibt — Autobahn-Verkehr, Wetter, Katastrophenwarnungen, Energiemarkt, Bundestag und Pollenflug.

12 Tools in 6 Kategorien

Verkehr (Autobahn)

  • autobahn_baustellen — Aktuelle Baustellen auf einer Autobahn
  • autobahn_warnungen — Staus und Verkehrswarnungen
  • autobahn_sperrungen — Gesperrte Abschnitte
  • autobahn_ladestationen — E-Auto-Ladestationen entlang einer Autobahn

Wetter (DWD)

  • wetter_aktuell — Aktuelles Wetter an einem Ort (30+ deutsche Städte vordefiniert)
  • wetter_warnungen — DWD-Unwetterwarnungen (Sturm, Gewitter, Hitze etc.)

Katastrophenwarnungen

  • nina_warnungen — NINA/BBK: Hochwasser, Unwetter, Stromausfälle, Brände

Energie (SMARD)

  • strom_erzeugung — Stromerzeugung nach Energieträger (Wind, Solar, Kohle, Gas)
  • stromverbrauch — Aktueller Stromverbrauch und Trend

Politik (Bundestag)

  • bundestag_suche — Gesetzentwürfe und Vorgänge durchsuchen
  • bundestag_aktivitaeten — Letzte parlamentarische Aktivitäten

Gesundheit

  • pollenflug — Pollenflug-Vorhersage für 27 Regionen (Birke, Gräser, Hasel etc.)

Installation

pip install germany-mcp-server

Oder direkt von GitHub:

pip install git+https://github.com/AiAgentKarl/germany-mcp-server.git

Nutzung mit Claude Code

.mcp.json im Projektverzeichnis:

{
  "mcpServers": {
    "germany": {
      "type": "stdio",
      "command": "python",
      "args": ["-m", "src.server"]
    }
  }
}

Alternativ mit uvx (kein lokales Install nötig):

{
  "mcpServers": {
    "germany": {
      "type": "stdio",
      "command": "uvx",
      "args": ["germany-mcp-server"]
    }
  }
}

Datenquellen

Alle APIs sind kostenlos und ohne API-Key nutzbar (Bundestag optional mit Key):

API Quelle Daten
Autobahn verkehr.autobahn.de Verkehr, Baustellen, Ladestationen
Bright Sky brightsky.dev (DWD) Wetter, Temperatur, Niederschlag
NINA warnung.bund.de Katastrophenwarnungen (5 Kanäle)
SMARD smard.de Energiemarkt, Stromerzeugung
Bundestag DIP dip.bundestag.de Parlamentarische Daten
DWD Pollenflug opendata.dwd.de Pollenbelastung, 27 Regionen

Optionale API-Keys

# Bundestag DIP API (kostenlos registrierbar bei dip.bundestag.de)
BUNDESTAG_API_KEY=dein-key-hier

Lizenz

MIT

Tools (12)

autobahn_baustellenGet current construction sites on a specific Autobahn.
autobahn_warnungenGet traffic jams and traffic warnings.
autobahn_sperrungenGet blocked road sections.
autobahn_ladestationenGet electric vehicle charging stations along an Autobahn.
wetter_aktuellGet current weather for a specific location.
wetter_warnungenGet DWD severe weather warnings.
nina_warnungenGet NINA/BBK disaster warnings including floods, storms, and fires.
strom_erzeugungGet electricity generation data by energy source.
stromverbrauchGet current electricity consumption and trends.
bundestag_sucheSearch for legislative drafts and proceedings.
bundestag_aktivitaetenGet recent parliamentary activities.
pollenflugGet pollen forecast for 27 regions.

Environment Variables

BUNDESTAG_API_KEYOptional API key for Bundestag DIP API access.

Configuration

claude_desktop_config.json
{"mcpServers": {"germany": {"type": "stdio", "command": "uvx", "args": ["germany-mcp-server"]}}}

Try it

Are there any severe weather warnings for my area today?
What is the current electricity generation mix in Germany?
Search for recent legislative drafts regarding renewable energy in the Bundestag.
Check for traffic jams or construction sites on the A7 autobahn.
What is the pollen forecast for the next few days?

Frequently Asked Questions

What are the key features of Germany MCP Server?

Access to real-time Autobahn traffic, construction, and charging station data.. Integration with DWD weather and severe weather warning systems.. Real-time disaster alerts via NINA/BBK.. Energy market data including generation sources and consumption trends.. Searchable access to German Bundestag parliamentary data..

What can I use Germany MCP Server for?

Commuters checking for traffic disruptions and construction on German highways.. Researchers monitoring German energy market trends and electricity generation.. Citizens staying informed about local severe weather and disaster warnings.. Policy analysts tracking legislative activities and drafts in the Bundestag..

How do I install Germany MCP Server?

Install Germany MCP Server by running: pip install germany-mcp-server

What MCP clients work with Germany MCP Server?

Germany MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Germany MCP Server docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare