mcp-developer-overheid-api-register
@dstotijn
关于 mcp-developer-overheid-api-register
Model Context Protocol (MCP) server for the Developer Overheid API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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_apistool: list all APIs in the register.get_apitool: get API details by ID.list_repositoriestool: 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 服务器
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Huoshan Test
volcengineJetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
评论