Connector guide2-minute read4 MCP toolsEN · DE · IT

Deutsche Bahn Timetables API mit ChatGPT verbinden — über MCP

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

HCBy HelpCode teamAktualisiert 2 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

Deutsche Bahn Timetables API

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

Tools

4

Region

DE

Kategorie

Transport

Authentifizierung

API Key

Benötigte Env-Vars

DB_CLIENT_IDDB_API_KEY
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Deutsche Bahn Timetables API mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

Frag einfach

Beispiel-Prompts für Deutsche Bahn Timetables API

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

Deutsche Bahn Timetables API · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Deutsche Bahn Timetables API klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Deutsche Bahn Timetables API + ChatGPT

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

DB_CLIENT_ID, DB_API_KEY

Schritt 1 — Zugangsdaten holen

This connector calls Deutsche Bahn's official Timetables API v1 on the DB API Marketplace. It is the source of truth for what is happening at a station right now, published by DB itself (CC BY 4.0). It does not plan journeys — pair it with the Deutsche Bahn Fahrplan connector for that.

Getting a key: create a free account at https://developers.deutschebahn.com, create an application, subscribe it to the Timetables API (free plan, 60 requests/minute) and copy the application's Client ID and API Key into DB_CLIENT_ID / DB_API_KEY.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Schritt 3 — Connector in ChatGPT hinzufügen

ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.

  1. Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
  2. Klicke "Add custom connector".
  3. Trage ein:
    • Name: Deutsche Bahn Timetables API
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
  4. Klicke Connect zum Autorisieren.

Verfügbare Tools

ToolWhat it does
dbt_search_stationsFind Deutsche Bahn stations by name prefix, DS100 code or EVA number
dbt_get_station_boardPlanned timetable of a station for one hour: every train with id (match it against dbt_get_changes), category (ICE, IC, EC, RE, RB, S …)
dbt_get_changesAll currently known changes at a station, straight from Deutsche Bahn (refreshed every 30 s): per train id (matches dbt_get_station_board)
dbt_get_recent_changesChanges at a station from the last two minutes only — the same shape as dbt_get_changes, for polling a station you are watching without re-r

FAQ

Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.

Nächste Schritte

War dieser Guide hilfreich?

Your Deutsche Bahn Timetables API agent is one click away.

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

Verwandte Anleitungen

DB
connectors

Deutsche Bahn Timetables API mit Claude verbinden — über MCP

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

DB
connectors

Deutsche Bahn Timetables API zu MCP — Deutsche Bahn Timetables API aus jedem KI-Agent steuern

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

connectors

Deutsche Bahn Fahrplan mit ChatGPT verbinden — über MCP

German train timetable with live delays: search stations, list departures and arrivals with real-time delay, track and cancellation status, and plan journeys between any two stations. Runs on MOTIS over the open gtfs.de timetable (ICE, IC, EC, regional trains, S-Bahn) — no bahn.de scraping, no API key.

connectors

So verbindest du Amazon Seller Central mit ChatGPT — über MCP

Lass ChatGPT dein Amazon Seller-Konto über die offizielle SP-API analysieren: Bestellungen, FBA-Inventar, Buy-Box-Angebote, Gebühren und Berichte. 15 Tools, LWA OAuth2, keine AWS-Keys.

connectors

Clockify mit ChatGPT verbinden — über MCP

Manage Clockify (time tracking, projects, tasks, clients, tags, workspace users, reports) from any AI agent. 18 tools, X-Api-Key auth.

connectors

Asana mit ChatGPT verbinden — über MCP

Asana REST API — tasks, projects, sections, milestones, users, teams. Triage assignment, change due dates, query workload, scan project status updates. PAT auth.