get_index_data
ActiveTool of Cbs Il
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 schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "integer",
"description": "Index code, e.g. 120010 (Consumer Price Index - General)."
},
"lang": {
"enum": [
"en",
"he"
],
"type": "string",
"description": "Content language. Default \"en\"."
},
"end_period": {
"type": "string",
"description": "Latest period, e.g. \"2026-06\"."
},
"start_period": {
"type": "string",
"description": "Earliest period, e.g. \"2025-01\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cbs Il
https://github.com/pipeworx-io/mcp-cbs-il
1/7 registries