Deutsche Bahn Timetable
Summary
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.
Available Actions(4)
getCurrentTimetable
Ruft aktuelle Fahrplandaten für eine Station ab. Parameter: evaNo - EVA-Nummer der Station (z.B. 8000105 für Frankfurt Hbf)
getRecentChanges
Ruft aktuelle Änderungen für eine Station ab. Parameter: evaNo - EVA-Nummer der Station (z.B. 8000105 für Frankfurt Hbf)
getPlannedTimetable
Ruft geplante Fahrplandaten für eine Station ab. Parameter: evaNo - EVA-Nummer der Station (z.B. 8000105 für Frankfurt Hbf), date - Datum im Format YYMMDD (z.B. 230401 für 01.04.2023), hour - Stunde im Format HH (z.B. 14 für 14 Uhr)
findStations
Sucht nach Stationen anhand eines Suchmusters. Parameter: pattern - Suchmuster (z.B. 'Frankfurt' oder 'BLS')
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください