germany-mcp-server

germany-mcp-server

MCP server providing AI agents with access to German government open data. 12 tools across 6 categories: Autobahn traffic, DWD weather, NINA disaster warnings, SMARD energy market, Bundestag parliamentary data, and pollen forecasts. All APIs are free, no keys required.

Category
Visit Server

README

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured