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.

コメント

「データと分析」の他のコンテンツ