mcp-danish-addresses
v0.1.0
Published
MCP server for Danish address lookups, geocoding, and municipality data via DAWA (Danmarks Adressers Web API)
Maintainers
Readme
mcp-danish-addresses 🇩🇰
MCP server for Danish address lookups, geocoding, and municipality data via DAWA (Danmarks Adressers Web API).
Free. No API key. No authentication.
Part of the Nordic MCP Toolkit — open-source MCP servers for Danish and Nordic data sources.
Tools
| Tool | Description |
|------|-------------|
| address_search | Free-text address search with optional municipality/postal filters |
| reverse_geocode | Latitude/longitude → nearest Danish address |
| postal_code_lookup | Postal code → city name, municipalities, geographic bounds |
| municipality_lookup | Municipality info by code or name |
| nearby_addresses | Find addresses within a radius of a coordinate |
Usage
Claude Desktop / OpenClaw
Add to your MCP config:
{
"mcpServers": {
"danish-addresses": {
"command": "npx",
"args": ["-y", "mcp-danish-addresses"]
}
}
}Run directly
npx mcp-danish-addressesExamples
Search for an address:
"Find addresses on Nørrebrogade in Copenhagen"
Reverse geocode:
"What's at 55.676°N, 12.568°E?"
Postal code lookup:
"What municipalities are in postal code 4600?"
Area exploration:
"Show me addresses within 500m of Ølsemagle Strand"
Data Source
All data comes from DAWA — the official Danish address API maintained by Dataforsyningen (Danish Agency for Data Supply and Infrastructure).
- Updated daily
- Covers all Danish addresses (~3.8 million)
- No rate limiting (be reasonable)
- Free for all use
Related
- mcp-danish-cvr — Danish company registry (CVR) lookups
License
MIT
