MCP server providing access to both Statistical Series (unemployment, GDP, etc.) and Price Indices (CPI, construction inputs, etc.) from the Israeli Central Bureau of Statistics. Features hierarchical topic exploration, unified search across series and indices, time-series data retrieval with year filtering, and a smart local caching system that builds a comprehensive index of the entire CBS catalog on startup. The cache auto-refreshes daily for up-to-date data access.
.mcp.json
{
"mcpServers": {
"israeli-cbs": {
"command": "uvx",
"args": [
"israeli-cbs-mcp"
]
}
}
}list_main_topicsGet the list of main statistical topics (Level 1) and Price Indices chapters for exploring the data hierarchy
list_subtopicsGet the subtopics for a specific topic by providing the parent_id path from a previous list call
get_series_dataGet data for a specific series with optional year filtering or last N items
rebuild_indexRebuild the internal search index when data seems stale
Official CBS API for hierarchical statistical time-series data
Official CBS API for price indices including CPI, housing, and construction
Show me the main statistical topicsWhat is the CPI data for the last 5 years?Show subtopics in the demographics categoryGive me the latest construction price index dataCBS_CACHE_DIRCBS_CACHE_DURATION_DAYSCBS_CACHE_REFRESH_INTERVALCBS_API_TIMEOUTCBS_MAX_RETRIESPython 3uvx or pipAll env vars are optional with sensible defaults. Initial index build takes ~5 minutes. Cache is ~20MB stored locally. Install via uvx or pip install.
TypeScript MCP server providing comprehensive access to Israeli Central Bureau of Statistics (CBS) price indices and economic data. Covers Consumer Price Index (CPI), Housing Market Index, Producer Price Indices (industrial, exports, services), construction input costs, agriculture, and transportation indices. Features 8 tools including historical data retrieval, inflation-adjusted price linkage calculations, index browsing/search, and automatic warnings for bi-monthly housing data provisionals. Enterprise-grade with Zod validation, rate limiting, and Docker support.