MCP.so
登录

mcp-dutch-postal-codes

@dstotijn

关于 mcp-dutch-postal-codes

MCP server for querying Dutch postal codes

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

go

传输方式

stdio

发布者

dstotijn

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "dutch-postal-codes": {
      "command": "go",
      "args": [
        "run",
        "github.com/dstotijn/mcp-dutch-postal-codes@main"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器