MCP.so
Sign In
Servers

mcp-dutch-postal-codes

@dstotijn

MCP server for querying Dutch postal codes

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.

Tags

More from Other