mcp-dutch-postal-codes
by dstotijn
This is an MCP server for retrieving Dutch address information. It allows querying by postal code or WGS84 coordinates.
Last updated: N/A
What is mcp-dutch-postal-codes?
An MCP (Model Context Protocol) server that provides Dutch address information based on postal codes or WGS84 coordinates. It leverages Bert Hubert's bagserv
web service for data.
How to use mcp-dutch-postal-codes?
The server can be installed and run using Go. It's typically used by an MCP host (like Claude Desktop or Cursor) which will automatically run the server. Alternatively, it can be run manually using the command line, specifying transport options like SSE or stdio.
Key features of mcp-dutch-postal-codes
Retrieval of Dutch address information
Querying by postal code
Querying by WGS84 coordinates
MCP compatibility
Support for SSE and stdio transports
Use cases of mcp-dutch-postal-codes
Integrating Dutch address lookup into applications
Providing address context to AI models
Geocoding applications
Data enrichment with Dutch address information
FAQ from mcp-dutch-postal-codes
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It's a protocol for providing context to AI models.
What is bagserv?
What is bagserv?
bagserv is a web service by Bert Hubert that provides access to Dutch postcode and building data.
How do I install this server?
How do I install this server?
You can install it using go install github.com/dstotijn/mcp-dutch-postal-codes@main
.
How do I run the server manually?
How do I run the server manually?
You can run it manually using the command mcp-dutch-postal-codes
with appropriate flags for transport options (e.g., --stdio=false --sse
).
What transports are supported?
What transports are supported?
The server supports stdio and SSE transports.