mcp-cbs-cijfers-open-data
@dstotijn
mcp-cbs-cijfers-open-data について
MCP server for working with CBS Cijfers Open Data
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cbs-cijfers-open-data": {
"command": "go",
"args": [
"run",
"github.com/dstotijn/mcp-cbs-cijfers-open-data@latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-cbs-cijfers-open-data?
mcp-cbs-cijfers-open-data is a Model Context Protocol (MCP) server that wraps the CBS Open Data API, enabling AI tools to list datasets, query metadata, retrieve statistical data, and explore dimension values via MCP tools.
How to use mcp-cbs-cijfers-open-data?
Install Go 1.24, then configure your MCP host (e.g., Claude Desktop, Cursor) by adding the server entry with command: "go" and args: ["run", "github.com/dstotijn/mcp-cbs-cijfers-open-data@latest"]. The server can also be run manually using the mcp-cbs-cijfers-open-data binary with optional flags -http, -sse, and -stdio to choose transport.
Key features of mcp-cbs-cijfers-open-data
- Lists all available CBS data catalogs
- Queries datasets with advanced OData filtering, sorting, and pagination
- Retrieves dataset dimensions and their possible values
- Fetches observations (statistical data) with optional filters
- Supports OData $select, $filter, $orderby, $top, $skip, and $search
- Provides OData service metadata document for the CBS API
Use cases of mcp-cbs-cijfers-open-data
- AI assistants exploring which CBS datasets are available for a research question
- Fetching metadata and dimensions to understand a dataset’s structure
- Filtering observations to retrieve specific statistics (e.g., by year or region)
- Programmatic discovery of data catalogs without manual API calls
FAQ from mcp-cbs-cijfers-open-data
What is the purpose of this server?
It allows AI tools (via MCP) to interact with the CBS Open Data API to list catalogs, query datasets, and retrieve statistical data.
What are the runtime requirements?
Go 1.24 installed on the system.
How do I run the server manually?
Use the mcp-cbs-cijfers-open-data binary with flags like --sse or --stdio. For example: mcp-cbs-cijfers-open-data --stdio=false --sse starts the server over SSE transport on port 8080.
What transport options are available?
Three transports: stdio (default), SSE (Server-Sent Events over HTTP), and HTTP (JSON-RPC). You enable them with the -stdio, -sse, and -http flags.
Is authentication required?
No authentication is required; the server communicates with the publicly available CBS Open Data API.
「データと分析」の他のコンテンツ
mcp-server-apache-airflow
yangkyeongmoGoogle Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
コメント