NS Travel Information MCP Server

get_disruptions

Get comprehensive information about current and planned disruptions on the Dutch railway network. Returns details about maintenance work, unexpected disruptions, alternative transport options, impact on travel times, and relevant advice. Can filter for active disruptions and specific disruption types.

Input Schema

NameRequiredDescriptionDefault
isActiveNoFilter to only return active disruptions
typeNoType of disruptions to return (e.g., MAINTENANCE, DISRUPTION)

Input Schema (JSON Schema)

{ "properties": { "isActive": { "description": "Filter to only return active disruptions", "type": "boolean" }, "type": { "description": "Type of disruptions to return (e.g., MAINTENANCE, DISRUPTION)", "enum": [ "MAINTENANCE", "DISRUPTION" ], "type": "string" } }, "type": "object" }