You're viewing a demo portfolio

Join the waitlist
PRSM

get_index_data

Active

Tool of Cbs Il

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Cbs Il

https://github.com/pipeworx-io/mcp-cbs-il

1/7 registries
View full server →