NS Travel Information MCP Server

get_disruptions

Get current train disruptions from NS API

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" }