get_series_data
ActiveTool of Cbs Il
Fetch the actual time-series observations for a CBS series by its numeric series id (the leaf id found via catalog_browse). Returns metadata (subject path, unit, prices, last update) plus an array of observations with TimePeriod (e.g. "2026-04") and Value. Covers Israeli economic and demographic statistics. Optionally filter by start_period / end_period (YYYY-MM or YYYY).
Parameters schema
{
"type": "object",
"required": [
"series_id"
],
"properties": {
"lang": {
"enum": [
"en",
"he"
],
"type": "string",
"description": "Content language. Default \"en\"."
},
"series_id": {
"type": "integer",
"description": "Numeric series id, e.g. 1 (foreign-trade deficit)."
},
"end_period": {
"type": "string",
"description": "Latest period, e.g. \"2026-06\"."
},
"start_period": {
"type": "string",
"description": "Earliest period, e.g. \"2025-01\" or \"2024\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cbs Il
https://github.com/pipeworx-io/mcp-cbs-il
1/7 registries