entur_departures
ActiveTool of Entur
Real-time departures board for any public-transport stop in Norway — train, tram, metro, bus, and ferry departures for Oslo, Bergen, Trondheim, Stavanger and every other Norwegian stop, from Entur (the national journey-planning authority covering Vy, Flytoget, Ruter, Skyss, AtB, formerly NSB). Returns line, destination, aimed vs expected time, delay in minutes, platform/quay, and realtime flag. Example: entur_departures({ stop: "Oslo S", mode: "rail" })
Parameters schema
{
"type": "object",
"required": [
"stop"
],
"properties": {
"mode": {
"enum": [
"rail",
"metro",
"tram",
"bus",
"water",
"coach",
"air"
],
"type": "string",
"description": "Optional transport-mode filter. \"water\" = ferry/boat, \"rail\" = train."
},
"stop": {
"type": "string",
"description": "Stop or station name, e.g. \"Oslo S\", \"Bergen stasjon\", \"Trondheim S\", \"Jernbanetorget\" — or a raw NSR id like \"NSR:StopPlace:59872\""
},
"limit": {
"type": "number",
"description": "Max departures to return, 1-50 (default 10)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Entur
https://github.com/pipeworx-io/mcp-entur
1/7 registries