index_catalog
Pack: cbs-il · Endpoint: https://gateway.pipeworx.io/cbs-il/mcp
List the official CBS price-index catalog tree: chapters (Consumer Price Index, Wholesale Price Index, Housing Price Index, etc.) and their codes. Each code has a numeric codeId used by get_index_data. Use this to find the index code you want (e.g. 120010 = Consumer Price Index - General).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lang | string | no | Content language. Default “en”. |
Example call
curl -X POST https://gateway.pipeworx.io/cbs-il/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"index_catalog","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"cbs-il": {
"url": "https://gateway.pipeworx.io/cbs-il/mcp"
}
}
}
See Getting Started for client-specific install steps.