Skip to content

Data.gov.il Advanced

Trusted84/100

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.

The Problem

Israel's open data portal contains thousands of datasets from government ministries and authorities, but searching and analyzing them requires tedious manual work. It is difficult to find the right dataset, understand its structure, and extract insights without writing code.

DavidOsherDevDevDavidOsherDevDevGovernment & Public Data
GitHub
59installs1,868views
0Write a Review
Updated: March 3, 2026|Tags:open datagovernmentdata searchCKANlocal authorities|Transport: Standard I/O (stdio)|Language: javascript

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"
    }
  }
}

Features

  • 9 tools for searching and analyzing government data
  • Hebrew and English language support for searching
  • 3 expert analysis prompt templates (food, environment, real estate)
  • Tag-based dataset discovery with 50+ curated tags
  • Advanced data extraction with filtering, sorting, and pagination
  • Supports both Streamable HTTP and stdio transports

When to Use

  • When searching for government datasets by topic or keyword
  • When analyzing food/nutrition, environmental, or real estate data from government sources
  • When extracting specific records from a large dataset
  • When discovering which government organizations publish open data
  • When needing dataset metadata before starting to work with it

Try These Prompts

Air Quality Data Search

Find datasets about air quality in Israel and provide an analysis of the main trends

Public Transit Data

Search for public transit datasets in Israel and show which organizations publish them

Real Estate Data Analysis

Use the real estate expert analysis prompt to analyze price trends from government data

Try These Queries

Search for tags about transportation

Find datasets about budget

Show detailed info about a health dataset

List all government organizations

Extract data filtered by city Tel Aviv

Frequently Asked Questions

Related Servers

DataGov Israel

aviveldanAuthor: aviveldan
Verified·94
stdio13 tools

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.

0.01212,293
Claude CodeCursorWindsurf+3

IL Budget

david-aftergutAuthor: david-aftergut
Trusted·72
stdio6 tools

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.

0.0151,639
Claude CodeCursorWindsurf+3

Knesset MCP

zoharAuthor: zohar
Community·57
stdio3 tools

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.

5.0291,664
Claude CodeCursorWindsurf+3
Found an issue with this MCP server?

Use at your own risk. Terms of Use · Security

Know an Israeli MCP server that should be listed here? Submit an MCP

Reviews (...)