DB-Timetable-MCP is a server that connects AI assistants to the Deutsche Bahn timetable API, enabling real-time access to German railway information. Developed by Nils Jorek, this TypeScript implementation provides tools for retrieving current timetables, planned schedules, recent changes, and finding stations through a standardized interface. The server authenticates with the DB API Marketplace using client credentials, transforms natural language requests into appropriate API calls, and returns formatted XML responses. It's particularly valuable for travel planning, commute monitoring, or transportation analysis without leaving the AI assistant conversation.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Joins the planned schedule and the full change set into a live station board.
Provides a static planned timetable for a specific EVA number, date, and hour.
Retrieves the complete change set (`fchg`), named for compatibility.
Fetches changes from the last two minutes (`rchg`) for incremental updates.
Performs a station search by name, EVA number, or DS100 code.