MCPServers
Deutsche Bahn Timetable - MCP server logo

Deutsche Bahn Timetable

1
0

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')

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签