mcp-developer-overheid-api-register
Model Context Protocol (MCP) server for the Developer Overheid API.
Overview
The mcp-developer-overheid-api-register is a Model Context Protocol (MCP) server designed for the Developer Overheid API, enabling AI tools to interact with the API Register through MCP tools.
To use this project, you need to install it using Go and run the MCP server. You can either configure it for common MCP hosts or run it manually using the command line.
- Implements a Model Context Protocol (MCP) server. - Provides tools for interacting with the Developer Overheid API, including: -
list_apis: List all APIs exposed via the Developer Overheid API. -get_api: Get API details by ID. -list_repositories: List all CVS repositories.
- Integrating AI tools with the Developer Overheid API.
- Accessing and managing API details programmatically.
- Facilitating communication between different software components using MCP.
Add to your AI client
Use these steps to connect mcp-developer-overheid-api-register in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-developer-overheid-api-register-dstotijn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-developer-overheid-api-register-dstotijn"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-developer-overheid-api-register-dstotijn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-developer-overheid-api-register-dstotijn"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-developer-overheid-api-register-dstotijn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-developer-overheid-api-register-dstotijn"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-developer-overheid-api-register-dstotijn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-developer-overheid-api-register-dstotijn"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-developer-overheid-api-register-dstotijn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-developer-overheid-api-register-dstotijn"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-developer-overheid-api-register-dstotijn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-developer-overheid-api-register-dstotijn"
]
}
}
}FAQ
What programming language is used for this project?
The project is developed in Go.
Is there a license for this project?
Yes, it is licensed under the Apache-2.0 license.
How can I run the MCP server?
You can run the MCP server using the command `mcp-developer-overheid-api-register --stdio=false --sse` after installation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2425,"uuid":"9be63bdb-cfe1-4363-944a-3c1f346a2e53","name":"mcp-developer-overheid-api-register","title":"mcp-developer-overheid-api-register","description":"Model Context Protocol (MCP) server for the Developer Overheid API.","avatar_url":"https://avatars.githubusercontent.com/u/983924?v=4","created_at":"2025-03-13T07:53:28.118Z","updated_at":"2025-03-13T10:18:17.158Z","status":"created","author_name":"dstotijn","author_avatar_url":"https://avatars.githubusercontent.com/u/983924?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/dstotijn/mcp-developer-overheid-api-register","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"Apache-2.0 license\",\"language\":\"Go\",\"is_official\":false,\"latest_commit_time\":\"2025-04-29 22:11:14\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]