mcp-dawa
Click on "Deploy 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., "@mcp-dawasearch for addresses on Banegårdsgade in Aarhus"
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.
mcp-dawa
MCP server for DAWA — Danmarks Adressers Web API.
Provides address search and lookup tools via the Model Context Protocol.
Tools
Tool | Description |
| Free-text/phonetic address search (full addresses with floor/door) |
| Free-text/phonetic house number search (without floor/door) |
| ID-based lookup of a specific address or house number |
Related MCP server: kartverket-mcp
Quick start
# Clone and install
git clone https://github.com/itk-dev/mcp-dawa.git
cd mcp-dawa
uv sync --extra dev
# Run tests
uv run pytest
# Run locally
python -m mcp_dawa
# Run with Docker
docker compose --profile dev up --buildConfiguration
Copy .env.example to .env. Available settings:
Variable | Default | Description |
|
| API base URL |
|
| API token |
|
| Default municipality code (0751 = Aarhus Kommune) |
Development
Requires Python 3.11+ and uv.
# Install with dev dependencies
uv sync --extra dev
# Run tests
uv run pytest
# Docker dev (source mounted for live reload)
docker compose --profile dev up --buildThis server cannot be deployed
Maintenance
Related MCP Connectors
Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.
Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceMCP server for Australian address search and validation powered by Addressr.8 npmApache 2.0
- AlicenseAqualityDmaintenanceMCP 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.738 npmMIT
- AlicenseAqualityDmaintenanceMCP server that provides tools to search Norwegian addresses, reverse geocode, find place names, and get elevation data from Kartverket's open geographic datasets.47 npm1MIT
- AlicenseAqualityDmaintenanceMCP server for geocoding French addresses, POIs, and cadastral parcels using the Géoplateforme API. Supports direct geocoding, reverse geocoding, and capability queries.3MIT