kartverket-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kartverket-mcpsearch address: Karl Johans gate 1, Oslo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kartverket-mcp
An MCP server that exposes Kartverket's open geographic data to Claude (and any other MCP client).
Kartverket is Norway's national mapping authority. It publishes addresses, place names, cadastre data, and elevation models under an open licence (NLOD / CC BY 4.0). This server wraps four of those endpoints as MCP tools, so an LLM can look up Norwegian addresses, reverse-geocode a point, search the official place-name registry, or query elevation from the national 1 m DTM — all without an API key.
Install
Add to your Claude Desktop config (%APPDATA%\Claude\claude_desktop_config.json on Windows, ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"kartverket": {
"command": "npx",
"args": ["-y", "kartverket-mcp"]
}
}
}Restart Claude Desktop. No credentials needed.
Related MCP server: kartverket-mcp
Tools
search_address
Free-text address search against ws.geonorge.no/adresser/v1/sok.
query: "Karl Johans gate 1, Oslo"
→ address, postcode, postal_area, municipality, cadastre (gnr/bnr), lat, lonaddress_at_point
Reverse geocoding. Finds addresses within a radius of a lat/lon.
lat: 59.91, lon: 10.75, radius: 100
→ up to N nearest addresses, each with distance_msearch_placename
Searches Sentralt stedsnavnregister (SSR) — farms, mountains, lakes, islands, urban areas. Not street addresses.
query: "Galdhøpiggen"
→ name, type (e.g. Fjell, By, Øy), counties, municipalities, coordinateselevation_at_point
Ground elevation in metres above sea level, from the national 1 m DTM.
lat: 61.636, lon: 8.312
→ elevation_m, terrain (ÅpentOmråde / Skog / Vann / …), source (dtm1)Example questions Claude can now answer
"What's the postcode of Karl Johans gate 1 in Oslo?"
"What's the street address nearest to 59.9139° N, 10.7522° E?"
"How high is Galdhøpiggen?" (placename search → elevation lookup)
"Find every address within 50 m of the Oslo Opera House coordinates."
Development
git clone https://github.com/hellosverre/kartverket-mcp
cd kartverket-mcp
npm install
npm run build
npm startFor local iteration, npm run dev runs the server with tsx (no build step).
To test against your local checkout, point Claude Desktop at the built file:
{
"mcpServers": {
"kartverket": {
"command": "node",
"args": ["/absolute/path/to/kartverket-mcp/dist/index.js"]
}
}
}Data & attribution
All data comes from Kartverket via ws.geonorge.no. It's published under Norsk lisens for offentlige data (NLOD) 2.0 or CC BY 4.0 depending on the dataset. When you use this data, you're expected to credit Kartverket.
This project is not affiliated with Kartverket.
License
MIT. See LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server providing geocoding and place discovery services via Nominatim and OpenStreetMap. It enables users to perform forward and reverse geocoding, extract bounding boxes, and find nearby places or administrative hierarchies.10Apache 2.0
- AlicenseAqualityCmaintenanceMCP server that wraps Kartverket's open APIs for Norwegian geographic data including place names, addresses, elevation, municipalities, properties, statistical districts, and building points. Requires no authentication.765MIT
- AlicenseAqualityBmaintenanceMCP server that wraps open Norwegian neighborhood data, enabling queries for public transport coverage, traffic noise, and green areas around a location.358MIT
- AlicenseAqualityBmaintenanceAn MCP server to find and fetch Norwegian open government data from data.norge.no. Enables search, metadata retrieval, and data download.53MIT
Related MCP Connectors
Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)
Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hellosverre/kartverket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server