荷兰邮政编码查询服务
用于查询荷兰邮政编码的MCP服务器,支持按邮政编码或地理坐标检索地址信息。
快速入门
环境要求
- 安装 Go 1.24
安装方法
方法一:通过MCP主机配置
在MCP主机中添加以下配置:
{
"mcpServers": {
"dutch-postal-codes": {
"command": "go",
"args": ["run", "github.com/dstotijn/mcp-dutch-postal-codes@main"]
}
}
}
方法二:手动安装
运行以下命令安装程序:
go install github.com/dstotijn/mcp-dutch-postal-codes@main
使用指南
运行以下命令查看帮助信息:
mcp-dutch-postal-codes --help
手动启动MCP服务器(例如使用SSE传输):
mcp-dutch-postal-codes --stdio=false --sse
输出示例:
MCP server started, using transports: [sse]
SSE transport endpoint: http://localhost:8080
更多详情请参考README文档。