MCP.so
登录

mcp-cbs-cijfers-open-data

@dstotijn

关于 mcp-cbs-cijfers-open-data

MCP server for working with CBS Cijfers Open Data

基本信息

分类

数据与分析

许可证

Apache-2.0 license

运行时

go

传输方式

stdio

发布者

dstotijn

配置

使用下面的配置,将此服务器添加到你的 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 服务器