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.
.mcp.json
{
"mcpServers": {
"israel-statistics": {
"command": "npx",
"args": [
"@reuvenorg/israel-statistics-mcp"
]
}
}
}get_index_topicsGet index topics from Israel Statistics API
get_index_dataGet index data from Israel Statistics API
get_catalog_chaptersGet list of index chapters from Israel Statistics API
get_chapter_topicsGet topics for a specific chapter from Israel Statistics API
get_subject_codesGet index codes for a specific subject/topic from Israel Statistics API
get_index_calculatorCalculate price linkage using Israel Statistics API index calculator
get_main_indicesGet main indices by different bases from Israel Statistics API
get_main_indices_by_periodGet main indices filtered by period from Israel Statistics API
get_all_indicesGet all indices by different bases with optional chapter filtering from Israel Statistics API
Official CBS API for price indices, CPI, housing, construction, and economic indicators
What is the current Consumer Price Index?Calculate price linkage between 2020 and 2024Show me the housing price index for the last yearWhat are the main indices by different bases?Show topics in the CPI chapterNode.js@modelcontextprotocol/sdkzodnode-fetchxml2jsNo environment variables required. Install via npx @reuvenorg/israel-statistics-mcp, Docker, or add directly to Claude Desktop.
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.