mcp-developer-overheid-api-register

mcp-developer-overheid-api-register

site icon
2025.03.13 0
GoAPI 管理开发工具开发效率
mcp-developer-overheid-api-register 是一个基于 Model Context Protocol (MCP) 的服务,专门用于与 Developer Overheid API Register 进行交互。它允许 AI 工具通过 MCP 工具访问和操作 Developer Overheid API 的相关数据。
View on GitHub

Overview

基本能力

产品定位

该服务是一个 MCP 服务器,旨在为 AI 工具提供与 Developer Overheid API Register 交互的能力。

核心功能

  • 实现 Model Context Protocol (MCP) 服务器
  • 提供与 Developer Overheid API 交互的工具:
  • list_apis: 列出所有通过 Developer Overheid API 暴露的 API
  • get_api: 通过 ID 获取 API 详情
  • list_repositories: 列出所有 CVS 仓库

适用场景

  • AI 工具需要访问 Developer Overheid API Register 的场景
  • 开发者需要快速集成 API 信息的场景
  • 自动化工具需要批量处理 API 数据的场景

工具列表

  • list_apis: 列出所有 API
  • get_api: 获取特定 API 的详细信息
  • list_repositories: 列出所有 CVS 仓库

常见问题解答

无明确常见问题解答部分

使用教程

使用依赖

  • Go 1.24 或更高版本

安装教程

  1. 通过 Go 安装:
go install github.com/dstotijn/mcp-developer-overheid-api-register@main
  1. 或者通过 JSON 配置 MCP 主机:
{
  "mcpServers": {
    "developer-overheid-api-register": {
      "command": "go",
      "args": [
        "run",
        "github.com/dstotijn/mcp-developer-overheid-api-register@main"
      ]
    }
  }
}

调试方式

  1. 手动运行 MCP 服务器(使用 SSE 传输):
mcp-developer-overheid-api-register --stdio=false --sse
  1. 服务器启动后将输出 SSE 传输端点 URL:
2025/03/12 15:20:01 MCP server started, using transports: [sse]
2025/03/12 15:20:01 SSE transport endpoint: http://localhost:8080

许可证

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