
Kartverket Mcp
Wire Kartverket official Norwegian address, property, building, place, and elevation lookups into an agent while you build location-aware apps.
Overview
Kartverket MCP is a MCP server for the Build phase that exposes Kartverket Norwegian address geocoding, places, properties, buildings, and elevation to AI coding agents.
What is this MCP server?
- Norwegian address geocoding and place search backed by Kartverket datasets
- Property, building footprint, and elevation queries for cadastre-style features
- stdio MCP transport via npm package @nor-data/kartverket-mcp (v0.4.2)
- GitHub source at 3121n/nor-data-kartverket-mcp for audit and self-hosting
- Coordinate-driven lookups suited to real-estate, logistics, and civic map UIs
- Server version 0.4.2
- Single npm package @nor-data/kartverket-mcp with stdio transport
- Repository: github.com/3121n/nor-data-kartverket-mcp
What problem does it solve?
Agents cannot reliably geocode Norwegian addresses or pull Kartverket property and building facts without you writing and maintaining custom API clients.
Who is it for?
Indie builders creating Norwegian real-estate, logistics, field-service, or civic apps who want Kartverket data on tap during integration work.
Skip if: Teams outside Norway or products that only need global geocoders like Google or Mapbox without Kartverket-specific registers.
What do I get? / Deliverables
After you register the server, your agent can resolve Norwegian locations and cadastre-related attributes inside the same session where you implement features.
- Registered stdio MCP server exposing Kartverket geocoding and register tools
- Agent-callable Norwegian address, place, property, building, and elevation queries
- Integration path documented via server.schema.json v2025-12-11 package metadata
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the server exposes production-ready Norwegian geospatial APIs for implementation, not early ideation alone. Integrations fits MCP tool calls that replace hand-rolled Kartverket HTTP clients inside your codebase.
How it compares
Official Kartverket data MCP bridge, not a reusable agent skill or a hosted map tile CDN.
Common Questions / FAQ
Who is kartverket-mcp for?
Solo and small-team developers building Norway-focused products who want agents to call Kartverket geocoding, places, properties, buildings, and elevation APIs through MCP.
When should I use kartverket-mcp?
Use it during Build integrations when you are implementing address autocomplete, parcel lookup, building attributes, or elevation checks against Norwegian official data.
How do I add kartverket-mcp to my agent?
Install @nor-data/kartverket-mcp from npm, add a stdio MCP server entry pointing at that package in Claude Code, Cursor, or Codex, then restart the agent so Kartverket tools appear.