Connects Claude to Israel's national open data portal via the CKAN API. You get two core operations: listing government organizations (ministries, agencies) and browsing thematic data groups. Useful when you need to explore what datasets the Israeli government publishes or want to navigate the catalog structure before pulling specific data. Part of the Pipeworx gateway, so you can either use it standalone or access it alongside 250+ other data sources through their unified endpoint. The ask_pipeworx wrapper lets you query in natural language instead of calling tools directly, which speeds up exploratory work.
data.gov.il MCP — Israel national open-data portal (CKAN API).
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
list_organizations | List publishing organizations (ministries/agencies) on data.gov.il (CKAN organization_list). |
list_groups | List thematic groups/categories on data.gov.il (CKAN group_list). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"datagov-il": {
"url": "https://gateway.pipeworx.io/datagov-il/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Datagov Il data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json