get_index_data
Pack: cbs-il · Endpoint: https://gateway.pipeworx.io/cbs-il/mcp
Fetch monthly values for a CBS price index by its numeric code (from index_catalog, e.g. 120010 = CPI General). Returns per-month entries with the index value, the monthly percent change (percent) and the year-over-year change (percentYear) — i.e. Israeli inflation. Optionally filter by start_period / end_period (YYYY-MM or YYYY).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
code | integer | yes | Index code, e.g. 120010 (Consumer Price Index - General). |
start_period | string | no | Earliest period, e.g. “2025-01”. |
end_period | string | no | Latest period, e.g. “2026-06”. |
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":"get_index_data","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.