entur_journey
ActiveTool of Entur
Entur journey planner — plan a public-transport trip between any two places in Norway (Oslo to Bergen train, airport connections, city tram/metro/bus routes, ferries). Returns door-to-door itineraries with legs (mode, line, operator like Vy or Flytoget, aimed and expected times), total duration, transfer count, and walking distance. Example: entur_journey({ from: "Oslo S", to: "Bergen stasjon" })
Parameters schema
{
"type": "object",
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Destination — place/station name or NSR id, e.g. \"Bergen stasjon\""
},
"from": {
"type": "string",
"description": "Origin — place/station name or NSR id, e.g. \"Oslo S\""
},
"modes": {
"type": "array",
"items": {
"enum": [
"rail",
"metro",
"tram",
"bus",
"water",
"coach",
"air"
],
"type": "string"
},
"description": "Optional: restrict transit legs to these modes, e.g. [\"rail\"] for train-only"
},
"depart_at": {
"type": "string",
"description": "Optional departure time, ISO 8601 (e.g. \"2026-07-20T08:00:00+02:00\"). Default: now."
},
"max_trips": {
"type": "number",
"description": "Max itineraries to return, 1-10 (default 3)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Entur
https://github.com/pipeworx-io/mcp-entur
1/7 registries