mcp-dutch-postal-codes
@dstotijn
About mcp-dutch-postal-codes
MCP server for querying Dutch postal codes
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dutch-postal-codes": {
"command": "go",
"args": [
"run",
"github.com/dstotijn/mcp-dutch-postal-codes@main"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-dutch-postal-codes?
It is an MCP (Model Context Protocol) server that retrieves Dutch address information by postal code or WGS84 coordinates. It is designed for use with MCP hosts such as Claude Desktop or Cursor.
How to use mcp-dutch-postal-codes?
Configure the server in your MCP host’s settings using the command go run github.com/dstotijn/mcp-dutch-postal-codes@main. Alternatively, install it manually with go install and run with flags to select transport (stdio, HTTP with SSE).
Key features of mcp-dutch-postal-codes?
- Retrieves Dutch addresses by postal code or WGS84 coordinates.
- Supports stdio and HTTP with SSE transport.
- Written in Go, requires Go 1.24.
- Uses Bert Hubert’s testing instance of bagserv for data.
Use cases of mcp-dutch-postal-codes?
- Look up Dutch addresses from postal codes in AI‑powered tools.
- Geocode WGS84 coordinates to full Dutch addresses.
- Integrate address validation into MCP‑compatible assistants.
FAQ from mcp-dutch-postal-codes
What does this MCP server do?
It returns Dutch address information when given a postal code or WGS84 coordinates.
What are the runtime requirements?
Go 1.24 or later must be installed on the system.
How do I add it to Claude Desktop or Cursor?
Add the JSON configuration with command set to go run github.com/dstotijn/mcp-dutch-postal-codes@main in your MCP settings.
What transport protocols are available?
It supports stdio (default) and HTTP with SSE (enable with -sse and disable stdio with --stdio=false).
Where does the address data originate?
The server uses Bert Hubert’s public testing instance of his bagserv web service.
Frequently asked questions
What does this MCP server do?
It returns Dutch address information when given a postal code or WGS84 coordinates.
What are the runtime requirements?
Go 1.24 or later must be installed on the system.
How do I add it to Claude Desktop or Cursor?
Add the JSON configuration with `command` set to `go run github.com/dstotijn/mcp-dutch-postal-codes@main` in your MCP settings.
What transport protocols are available?
It supports stdio (default) and HTTP with SSE (enable with `-sse` and disable stdio with `--stdio=false`).
Where does the address data originate?
The server uses Bert Hubert’s public testing instance of his bagserv web service.
Basic information
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments