table_info
Pack: cbs-nl · Endpoint: https://gateway.pipeworx.io/cbs-nl/mcp
Metadata for one table: title, summary, time period covered, frequency, update status and description. Pass a table id like “37296eng”.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
table | string | yes | CBS table id, e.g. “37296eng”. |
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":"table_info","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.