Israel Statistics MCP
About
MCP server that provides programmatic access to the Israeli Central Bureau of Statistics (CBS) price indices and economic data.
Details
- Author
- reuvenaor
- Downloads
- 244
- Categories
- Productivity, Other, Finance
Jump to
- Consumer Price Index and Housing Market Index access
- Price Linkage Calculator for inflation adjustments
- Type-safe Zod schema validation for all inputs/outputs
- Built-in rate limiting (5 concurrent operations max)
- XML/JSON transformation from CBS API formats
- Housing market bi-monthly data warnings
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Israel Statistics MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via Docker (recommended) or npx, then add to your MCP client configuration. For Claude Desktop, run claude mcp add --scope project israel-statistics-mcp npx @reuvennaor85/israel-statistics-mcp. Use the 8 available tools like get_index_data and get_index_calculator to query CBS API endpoints.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"israel statistics mcp": {
"israel-mcp-npx": {
"command": "npx",
"args": [
"@reuvenorg/israel-statistics-mcp"
]
}
}
}
}
McpServers
{
"israel-mcp-npx": {
"command": "npx",
"args": [
"@reuvenorg/israel-statistics-mcp"
]
}
}
Israel Statistics MCP Server
A Model Context Protocol (MCP) server that provides programmatic access to the Israeli Central Bureau of Statistics (CBS) price indices and economic data. Built with TypeScript, this server offers 8 comprehensive tools for retrieving, analyzing, and calculating Israeli economic statistics.
🐳 Installation & Usage
Docker (Recommended)
// .mcp.json
{
"israel-statistics-mcp": {
"command": "docker",
"args": ["run", "--rm", "-i", "reuvenaor/israel-statistics-mcp:latest"]
}
}
NPX
// .mcp.json
{
"israel-statistics-mcp": {
"command": "npx",
"args": ["@reuvenorg/israel-statistics-mcp"]
}
}
Claude Desktop Integration
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




