MCP.so
Sign In

mcp-developer-overheid-api-register

@dstotijn

About mcp-developer-overheid-api-register

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

Basic information

Category

Developer Tools

License

Apache-2.0

Runtime

go

Transports

stdio

Publisher

dstotijn

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Developer Tools MCP servers