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
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | yes | Search term matched in the table title, e.g. “population”, “energy”, “wages”. |
english_only | boolean | no | If true, only return English-language tables (id ends in “eng”). Default false. |
top | number | no | Max 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.