Connects Claude to Israel's Central Bureau of Statistics via Pipeworx's gateway infrastructure. The source doesn't list specific tools, but based on the CBS mandate, you'd expect access to national statistics like population data, economic indicators, employment figures, and demographic breakdowns. This is what you'd use when building applications that need authoritative Israeli government data without dealing with CBS APIs directly. Worth noting it's part of Pipeworx's larger gateway that bundles 697+ data sources, so you can either connect to this specific endpoint or get it as part of the full bundle. Includes an ask_pipeworx feature that handles natural language queries instead of direct tool calls.
Israel Central Bureau of Statistics (CBS / הלשכה המרכזית לסטטיסטיקה) MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 697+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cbs-il": {
"url": "https://gateway.pipeworx.io/cbs-il/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 697+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Cbs Il data" })
The gateway picks the right tool and fills the arguments automatically.
MIT