MCP server enabling AI assistants to search, discover, and analyze thousands of Israeli government datasets from the national open data portal (data.gov.il). Provides tag-based browsing, keyword search in Hebrew and English, dataset metadata retrieval, record-level data extraction, and organization listing. Version 2.1 adds expert analysis prompts for food/nutrition, environmental sustainability, and real estate market domains. Data sources include government ministries, local authorities, and regulatory bodies via CKAN API.
Clone from GitHub to install
git clone https://github.com/DavidOsherDevDev/data-gov-il-mcp
cd data-gov-il-mcp
npm install && npm run build.mcp.json
{
"mcpServers": {
"data-gov-il": {
"command": "node",
"args": [
"stdio.js"
],
"cwd": "/path/to/data-gov-il-mcp"
}
}
}list_available_tagsExplore available tags organized by categories (government, transportation, environment, etc.) with dataset counts
search_tagsSearch for tags by keyword in Hebrew or English
find_datasetsAdvanced search for datasets with sorting (newest, relevance, popular, updated) and tag filtering
get_dataset_infoGet comprehensive information about a specific dataset including metadata, resources, and usage guidance
list_organizationsGet list of all government organizations
get_organization_infoGet comprehensive information about a specific government organization
list_all_datasetsList all available datasets from data.gov.il (1170+ items)
list_resourcesList resources for a specific dataset and get resource IDs for data access
search_recordsSearch and extract actual data from government resources with advanced filtering, sorting, distinct values, and pagination
food-nutrition-analysisExpert food and nutrition data analyst for the Israeli food landscape, covering food safety, pricing, nutrition, and kosher compliance
environmental-sustainability-analysisEnvironmental data analysis expert for Israeli environmental and sustainability data
real-estate-market-analysisReal estate market insights provider for Israeli housing data and trends
Israel Government Open Data Portal (CKAN API)
Search for tags about transportationFind datasets about budgetShow detailed info about a health datasetList all government organizationsExtract data filtered by city Tel AvivNode.js 18+npmSupports both stdio (stdio.js) and Streamable HTTP (http.js) transports. Run npm install to set up.
Python-based MCP server for Israeli Government Open Data (data.gov.il) with full CKAN API coverage and built-in data visualization. Beyond standard dataset search and retrieval, it offers dataset profiling (field types, missing values, statistics), interactive Vega-Lite chart generation (histogram, bar, line, scatter), and Leaflet map generation from geographic data. Built with FastMCP and async httpx for optimal performance, with 34+ automated tests.
FastMCP interface to Israel's OpenBudget API enabling AI assistants to query the full governmental budget structure, drill into detailed budget items under specific parents, retrieve historical budget data by code, access procurement contracts, and look up support payment information. Includes a general search tool across multiple budget data categories and bridges the OpenBudget/BudgetKey API into a clean MCP tool interface.
MCP interface to the Israeli Knesset (parliament) OData API, providing access to legislative and parliamentary information. Exposes resources for committee data by Knesset number, committee sessions, bills (private, government, committee), and Knesset member information. Tools include bill lookup by ID, bill search by keyword, committee info retrieval, member details, and current Knesset number. Ships with prompt templates for analyzing legislation processes and MK voting records.