search_tables

Pack: cbs-nl · Endpoint: https://gateway.pipeworx.io/cbs-nl/mcp

Find CBS StatLine datasets by keyword (matched against title). Returns table id, title, period and language. Table ids ending in “eng”/“ENG” have English labels; others are Dutch.

Parameters

NameTypeRequiredDescription
keywordstringyesSearch term matched in the table title, e.g. “population”, “energy”, “wages”.
english_onlybooleannoIf true, only return English-language tables (id ends in “eng”). Default false.
topnumbernoMax results (default 25).

Example call

curl -X POST https://gateway.pipeworx.io/cbs-nl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_tables","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "cbs-nl": {
      "url": "https://gateway.pipeworx.io/cbs-nl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026