mcp-dutch-postal-codes

mcp-dutch-postal-codes

site icon
2025.03.12 0
Go地址查询位置服务位置服务
mcp-dutch-postal-codes 是一个基于 MCP 协议的服务,用于通过荷兰的邮政编码或 WGS84 坐标检索地址信息。它提供了多种传输方式,包括 stdio 和 SSE,并支持通过 HTTP 进行 JSON-RPC 调用。
View on GitHub

Overview

基本能力

产品定位

mcp-dutch-postal-codes 是一个基于 MCP 协议的服务,用于通过荷兰的邮政编码或 WGS84 坐标检索地址信息。

核心功能

  • 通过邮政编码或 WGS84 坐标检索荷兰地址信息
  • 支持多种传输方式:stdio(默认)和 SSE
  • 支持 JSON-RPC over HTTP

适用场景

  • 需要根据荷兰邮政编码或坐标获取地址信息的应用
  • 需要集成荷兰地址服务的开发项目

工具列表

  • mcp-dutch-postal-codes 命令行工具:提供地址查询服务,支持多种传输方式

常见问题解答

  • 无特定常见问题解答

使用教程

使用依赖

  • Go 1.24 或更高版本

安装教程

  1. 通过 MCP 主机配置安装:
{
  "mcpServers": {
    "dutch-postal-codes": {
      "command": "go",
      "args": ["run", "github.com/dstotijn/mcp-dutch-postal-codes@main"]
    }
  }
}
  1. 手动安装(需要已安装 Go):
go install github.com/dstotijn/mcp-dutch-postal-codes@main

调试方式

  1. 查看帮助信息:
mcp-dutch-postal-codes --help
  1. 手动运行 MCP 服务器(使用 SSE 传输):
mcp-dutch-postal-codes --stdio=false --sse

运行后将输出 SSE 传输的 URL。

许可证

该项目遵循 Apache-2.0 开源许可条款,请参阅 Apache-2.0 了解完整条款。