MCP.so
登录

mcp-developer-overheid-api-register

@dstotijn

关于 mcp-developer-overheid-api-register

Model Context Protocol (MCP) server for the Developer Overheid API.

基本信息

分类

开发工具

许可证

Apache-2.0

运行时

go

传输方式

stdio

发布者

dstotijn

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "developer-overheid-api-register": {
      "command": "npx",
      "args": [
        "-y",
        "binrun",
        "github.com/dstotijn/mcp-developer-overheid-api-register@latest"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-developer-overheid-api-register?

This is a Model Context Protocol (MCP) server that enables AI tools to interact with the Developer Overheid API Register, a Dutch government API registry. It provides tools to list APIs, retrieve API details, and list CVS repositories.

How to use mcp-developer-overheid-api-register?

Install using npx -y binrun github.com/dstotijn/mcp-developer-overheid-api-register@latest or go install github.com/dstotijn/mcp-developer-overheid-api-register@main. Configure your MCP host (e.g., Claude Desktop, Cursor) with the appropriate command. The server can run via stdio (default), SSE, or HTTP; use the -stdio, -sse, and -http flags to control transports.

Key features of mcp-developer-overheid-api-register

  • Implements the Model Context Protocol (MCP) server.
  • list_apis tool: list all APIs in the register.
  • get_api tool: get API details by ID.
  • list_repositories tool: list all CVS repositories.
  • Supports stdio, SSE, and HTTP transports.
  • Easy to install via npx or Go.

Use cases of mcp-developer-overheid-api-register

  • AI assistants discover all Dutch government APIs available in the register.
  • Developers retrieve detailed information about a specific API by its ID.
  • AI agents list all CVS repositories associated with the government API ecosystem.

FAQ from mcp-developer-overheid-api-register

评论

开发工具 分类下的更多 MCP 服务器