mcpbeat Sign in

Norway Location Transport MCP Server

answering

Norway Location Transport MCP is answering right now. Last checked 11 min ago. 190 installs a week from npm. It exposes 21 tools. Last commit 24 Aug 2026.

Norwegian transport (Entur) and geodata (Kartverket): trips, departures, addresses, elevation.

Installs per day peak 148 · avg 4
a month agotoday
Uptime history 8 days of history
8 days agonow
100.0%
Uptime 24h
91 of 91 checks
21
Tools
read from the server
253 ms
Response time
average over 24h
190
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Norway Location Transport MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add norway-location-transport-mcp --transport http https://norway-location-transport-mcp.met-mcp-worker.workers.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "norway-location-transport-mcp": {
      "url": "https://norway-location-transport-mcp.met-mcp-worker.workers.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.norway-location-transport-mcp]
url = "https://norway-location-transport-mcp.met-mcp-worker.workers.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "norway-location-transport-mcp": {
      "url": "https://norway-location-transport-mcp.met-mcp-worker.workers.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "norway-location-transport-mcp": {
      "url": "https://norway-location-transport-mcp.met-mcp-worker.workers.dev/mcp"
    }
  }
}

Available tools 21

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

elevation
get_elevation
Get the terrain elevation (metres above sea level) at a coordinate from the Norwegian national elevation model (Kartverket DTM). Covers mainland Norway.
get_elevation_profile
Sample the terrain elevation evenly along a path of coordinates (Kartverket DTM) and return the profile plus total distance, ascent, and descent. Useful for hikes and routes. Give the path vertices in order; `samples` controls resolution.
lookup
lookup_admin_unit
Find which municipality (kommune) and county (fylke) a location falls in, with official codes (Kartverket). Give either a coordinate or a free-text address.
lookup_property
Look up cadastral (matrikkel) identifiers for a property via the open address register (Kartverket): municipality number, gårdsnummer (gnr), bruksnummer (bnr), and festenummer. Give a free-text address or a coordinate. Full ownership data requires Kartverket's authenticated Matrikkel API; this returns the open address-linked identifiers.
place
find_place_names_near
Find the nearest official named features to a coordinate (Kartverket). Each result includes its feature type and distance from the point.
search_place_names
Search official Norwegian place names (Kartverket Sentralt stedsnavnregister). Returns each name's feature type (e.g. Fjell, Innsjø, By), municipality, county, and coordinates. Supports the * wildcard and corrects small spelling errors.
address
search_address
Search official Norwegian addresses (Kartverket) and get coordinates. Use `query` for free text, or the specific fields for a structured search. Wildcards with `*` are supported (e.g. street 'Storg*'). Returns coordinates, postal code, municipality, and cadastral numbers for each match.
addresses
find_addresses_near
Find all official addresses within a radius of a coordinate (Kartverket). Each result includes its distance from the point. Good for 'what is at this location?'.
departures
get_departures
Get the next departures from a stop place (Entur), including realtime delays and cancellations. Each departure shows line, destination, scheduled and expected times, delay, platform, and whether it is cancelled.
docking
find_docking_stations
Find shared-mobility docking stations (e.g. city bike stations) near a coordinate (Entur Mobility), with available vehicle and free-dock counts per station.
fare
get_fare_zones
Get the fare (tariff) zone(s) a stop place belongs to (Entur). Fare zones set the ticket price for a journey.
plan
plan_trip
Plan a point-to-point public transport journey in Norway (Entur JourneyPlanner). Give each endpoint either as a Stop Place ID or as coordinates. Optionally set a departure or arrival time, filter transport modes, and set walk speed. Returns trip patterns with legs, modes, durations, and realtime times.
quays
list_quays
List all quays (platforms/stopping points) at a stop place (Entur), with their public codes, coordinates, and wheelchair access.
realtime
get_realtime_status
Get a realtime health summary. For a stop, pass stop_place_id: it summarizes how many upcoming departures are on time, delayed, or cancelled. For a line, pass line_id: it reports how many vehicles are currently active and their delays.
resolve
resolve_stop_place
Turn a place or address into Entur Stop Place IDs (public transport stops/stations). Use the returned ID with the departure, trip, accessibility, quay, and fare-zone tools.
shared
find_shared_vehicles
Find free-floating shared vehicles (city bikes, e-scooters, car share, mopeds) near a coordinate across all Norwegian operators (Entur Mobility). Each result shows the operator, type, battery, and location.
stop
get_stop_accessibility
Get accessibility information for a stop place (Entur): per-quay (platform) wheelchair access, and a summary. Note: Entur's free API exposes wheelchair access per quay; deeper equipment detail (elevators, tactile guidance) is only in Entur's authenticated Stop Register API and is not available here.
stops
find_stops_near
Reverse-geocode a coordinate to the nearest public transport stop places (Entur), each with its distance. Use the returned IDs with the departure and trip tools.
transform
transform_coordinates
Convert a coordinate between reference systems using Kartverket's transformer. Give EPSG codes for source and target. Axis order: x is easting (longitude for geographic systems), y is northing (latitude). Common EPSG codes: 4326 WGS84, 4258 EUREF89 (both lon/lat), 25832 UTM32/EUREF89, 25833 UTM33, 25835 UTM35 (east/north in metres).
validate
validate_address
Check whether a free-text address exists in the official register and return its normalized form with coordinates. Uses fuzzy matching, so it also corrects small spelling errors. Returns `valid`, the best normalized match, and alternatives.
vehicle
get_vehicle_positions
Get live positions of public transport vehicles (Entur realtime), filtered by operator codespace and/or line. Each vehicle shows its position, bearing, speed, and delay. Codespace examples: ATB (Trondheim), KOL (Stavanger), SKY (Bergen area). Get a line_id from get_departures.

Endpoints

URLTransportStateLatencyChecked
https://norway-location-transport-mcp.met-mcp-worker.workers.dev/mcp streamable-http answering 435 ms 11 min ago

Alternatives to Norway Location Transport MCP

same job, measured the same way
Kartverket MCP
by 3121n

Norwegian address geocoding, places, properties, buildings & elevation from Kartverket.

80 installs/wk local only
mcp-belgium
by lacausecrypto

Single MCP server for Belgian public transport, statistics, open data, and geospatial services.

58 installs/wk local only
Switzerland MCP 🇨🇭
by vikramgorla

Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates.

227 installs/wk local only
Apiverket
by vinvuk

Query Swedish public data: companies, SCB statistics, weather, transport, and more.

57 installs/wk local only
Opencage Geocoding
by mcparmory

Convert addresses to coordinates and reverse-geocode locations worldwide

295 installs/wk local only
Ip2location Geolocation
by mcparmory

Look up IP address location and geolocation data with country, city, timezone, and ISP details

297 installs/wk local only
Nabolag MCP
by 3121n

Norwegian neighborhood data: transit, road-noise & green-area access by coordinate.

76 installs/wk local only
aitrips.io
by aitrips

Plan trips on a map: routed transport, day-by-day itineraries, and a plan you can share.

answering

Norway Location Transport MCP — questions

Answers built from our own checks of this server.

What can Norway Location Transport MCP do?
It exposes 21 tools, read directly from the server on our last check. Among them: find_addresses_near, find_docking_stations, find_place_names_near, find_shared_vehicles, find_stops_near, get_departures and 15 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Norway Location Transport MCP mostly used for?
Its tools cluster around lookup, elevation and place. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Norway Location Transport MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 253 ms. The bar chart above shows every period we have measured.
How do I connect Norway Location Transport MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Norway Location Transport MCP need an API key?
No. Norway Location Transport MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 21 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Norway Location Transport MCP?
It answers our handshake in 253 ms on average, which is faster than 64% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Norway Location Transport MCP?
The npm package norway-location-transport-mcp was installed 190 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Norway Location Transport MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.