NS Travel Information MCP Server
by r-huijts
get_arrivals
Get real-time arrival information for trains at a specific station, including platform numbers, delays, origin stations, and any relevant travel notes. Returns a list of upcoming arrivals with timing, origin, and status information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dateTime | No | Format - date-time (as date-time in RFC3339). Only supported for arrivals at foreign stations. Defaults to server time (Europe/Amsterdam) | |
lang | No | Language for localizing the arrivals list. Only a small subset of text is translated, mainly notes. Defaults to Dutch | nl |
maxJourneys | No | Number of arrivals to return | |
station | No | NS Station code for the station (e.g., ASD for Amsterdam Centraal). Required if uicCode is not provided | |
uicCode | No | UIC code for the station. Required if station code is not provided |