mcp-norwegian-addresses
v0.1.0
Published
MCP server for Norwegian address lookups via Kartverket (Geonorge Adresser API)
Maintainers
Readme
mcp-norwegian-addresses
MCP server for Norwegian address lookups via Kartverket (Norwegian Mapping Authority). Free API, no authentication required.
Part of the mcp-nordic suite.
Tools
| Tool | Description |
|------|-------------|
| no_address_search | Search addresses by text (street names, full addresses, postal codes) |
| no_reverse_geocode | Find addresses near coordinates (reverse geocoding) |
| no_postal_code_lookup | List addresses in a postal code area |
| no_municipality_addresses | List addresses in a municipality |
Quick start
{
"mcpServers": {
"norwegian-addresses": {
"command": "npx",
"args": ["-y", "mcp-norwegian-addresses"]
}
}
}Or use the full Nordic suite: mcp-nordic (33 tools, 10 modules, 4 countries).
Examples
- "Find addresses on Karl Johans gate in Oslo"
- "What's near coordinates 59.91, 10.75?"
- "Show addresses in postal code 0154"
- "List streets in Tromsø"
Data source
Kartverket Adresser API v1 — open data from the Norwegian Mapping Authority. Free, no rate limits, no authentication.
License
MIT
