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

NameTypeRequiredDescription
codeintegeryesIndex code, e.g. 120010 (Consumer Price Index - General).
start_periodstringnoEarliest period, e.g. “2025-01”.
end_periodstringnoLatest period, e.g. “2026-06”.
langstringnoContent 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.

Regenerated from source · build June 2, 2026