You're viewing a demo portfolio

Join the waitlist
PRSM

entur_departures

Active

Tool of Entur

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Entur

https://github.com/pipeworx-io/mcp-entur

1/7 registries
View full server →
entur_departures — Entur — PRSM MCP