MCP server that provides programmatic access to the Israeli Central Bureau of Statistics (CBS) price indices and economic data
If you already use Israel Statistics MCP, the israel statistics mcp mcp server is the piece that lets your assistant work with it directly. MCP server that provides programmatic access to the Israeli Central Bureau of Statistics (CBS) price indices and economic data.
Once installed, Claude (or any MCP-enabled assistant) can look up price indices, chart historical trends, and run the official CBS inflation calculator for you. No API key needed — the CBS data is free and public.
The server ships on npm as @reuvenorg/israel-statistics-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
get_index_topics — Search all price-index topics by keywordget_catalog_chapters — List the index categories (CPI, housing, …)get_chapter_topics — Topics inside one categoryget_subject_codes — The concrete index codes for a topicget_index_data — Historical values for one indexget_index_calculator — Official CBS inflation adjustment between two datesget_main_indices — Today's headline indicesget_main_indices_by_period — Headline indices over a month rangeget_all_indices — The full current-month index treeThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Israel Statistics MCP's toolset — get_index_topics, get_catalog_chapters, get_chapter_topics and 6 more — is a fair guide to whether it matches your workflow.
This entry was verified against Israel Statistics MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_index_topics | Search all price-index topics by keyword |
| get_catalog_chapters | List the index categories (CPI, housing, …) |
| get_chapter_topics | Topics inside one category |
| get_subject_codes | The concrete index codes for a topic |
| get_index_data | Historical values for one index |
| get_index_calculator | Official CBS inflation adjustment between two dates |
| get_main_indices | Today's headline indices |
| get_main_indices_by_period | Headline indices over a month range |
| get_all_indices | The full current-month index tree |
{
"mcpServers": {
"israel-statistics": {
"command": "npx",
"args": ["-y", "@reuvenorg/israel-statistics-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.