kartverket_search_address
Search for Norwegian addresses using Kartverket's address API. Returns street address, municipality, postal code, and coordinates.
Provider: Kartverket · Required: query
Input schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"size": {
"type": "number",
"description": "Results to return (1–20, default 5)"
},
"query": {
"type": "string",
"description": "Street address to search for"
},
"kommunenummer": {
"type": "string",
"description": "Optional 4-digit municipality number to narrow results"
}
}
}
Calling this tool
Send an MCP tools/call request to https://munge.sh/mcp with name kartverket_search_address.