MCP开发者政府API注册服务

MCP开发者政府API注册服务

为开发者政府API提供Model Context Protocol (MCP)服务器,支持AI工具交互。

快速入门

功能特性

  • 提供 Model Context Protocol (MCP) 服务器。
  • 支持以下操作:
    • 列出所有API。
    • 获取指定API详情。
    • 列出所有CVS仓库。

安装

  1. 确保已安装 Go 1.24
  2. 配置常见MCP主机(Claude Desktop, Cursor): 添加以下配置到JSON文件中: { "mcpServers": { "developer-overheid-api-register": { "command": "go", "args": [ "run", "github.com/dstotijn/mcp-developer-overheid-api-register@main" ] } } }
  3. 或手动安装: go install github.com/dstotijn/mcp-developer-overheid-api-register@main

使用

运行以下命令获取帮助: $ mcp-developer-overheid-api-register --help

启动 HTTP 和 SSE 服务: mcp-developer-overheid-api-register --stdio=false --sse 输出示例: SSE transport endpoint: http://localhost:8080