MCP 服务器用于通过荷兰邮政编码查询地址信息,也能根据WGS84坐标查找荷兰地址信息。
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-dutch-postal-codes的使用方法:
-http string
HTTP监听地址。用于JSON-RPC over HTTP(默认值 ":8080")
-sse
启用SSE连接
-stdio
启用stdio连接(默认值 true)
若你想手动使用HTTP或SSE,可按如下方式运行:
mcp-dutch-postal-codes --stdio=false --sse
运行后会显示SSE连接的URL:
2025/03/12 15:20:01 MCP服务器已启动,正在使用的传输方式为:[sse]
2025/03/12 15:20:01 SSE传输端点:http://localhost:8080
本项目采用 Apache-2.0 许可证。
©️ 2025 David Stotijn
本项目使用了 Bert Hubert 先生的测试实例 bagserv 网络服务(文章)。