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.

コメント

「その他」の他のコンテンツ