Are you the author? Sign in to claim
Israel Statistics MCP
Ask your AI assistant about Israeli inflation, prices, and housing data — straight from the official Central Bureau of Statistics (CBS).
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.
Add this to your claude_desktop_config.json (Settings → Developer → Edit Config), then restart Claude:
{
"mcpServers": {
"israel-statistics": {
"command": "npx",
"args": ["-y", "@reuvenorg/israel-statistics-mcp"]
}
}
}
One command in your terminal:
claude mcp add israel-statistics -- npx -y @reuvenorg/israel-statistics-mcp
Use the same npx command and args as above — that's all a client needs.
{
"mcpServers": {
"israel-statistics": {
"command": "docker",
"args": [
"run",
"--init",
"--rm",
"-i",
"reuvenaor/israel-statistics-mcp:latest"
]
}
}
}
Just talk to your assistant naturally:
Answers come in Hebrew by default (it's the CBS default) — just ask in English to get English.
9 read-only tools your assistant uses behind the scenes:
| 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 |
api.cbs.gov.il) and talks to nothing else. No account, no key, no tracking.Architecture, testing, CBS API details, security notes, and the release process live in docs/DEVELOPMENT.md. Vulnerability reports: SECURITY.md.
io.github.reuvenaor/israel-statistics-mcpMIT License — see LICENSE.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows