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

コメント

「開発者ツール」の他のコンテンツ