catalog_browse
ActiveTool of Cbs Il
Browse the CBS time-series catalog. With no subject_id, returns the top-level subjects (Foreign Trade, Population, Balance of Payments, Consumer Price Index, etc.) — each with a numeric path id. Pass that id back as subject_id to drill into a subject's full set of leaf series paths. The catalog is hierarchical; each catalog entry has a 'path' breadcrumb array and a 'name'. Use this to discover what's available before calling get_series_data.
Parameters schema
{
"type": "object",
"properties": {
"lang": {
"enum": [
"en",
"he"
],
"type": "string",
"description": "Content language. Default \"en\"."
},
"page": {
"type": "integer",
"description": "Page number for paginated leaf lists (default 1, page size 100)."
},
"subject_id": {
"type": "integer",
"description": "Top-level subject id (from a no-arg call, e.g. 8 = Foreign Trade, 2 = Population). Omit to list the top-level subjects."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cbs Il
https://github.com/pipeworx-io/mcp-cbs-il
1/7 registries