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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Connects the planned timetable with complete changes to create a live station board.
Retrieves the static planned timetable for a given EVA number, date, and hour.
Provides the complete change log ('fchg'); named for compatibility reasons.
Fetches changes from the last two minutes ('rchg') for incremental updates.
Searches for stations by name, EVA number, or DS100 code.