Skip to content

DataGov Israel

Verified94/100

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.

The Problem

Working with Israeli government open data typically requires writing scripts, cleaning data, and manually creating visualizations. Analysts and researchers waste significant time on technical processing instead of substantive content analysis.

aviveldanaviveldanGovernment & Public Data
GitHub
121installs2,255views
0Write a Review
Updated: March 3, 2026|Tags:open datagovernmentdata.gov.ilCKANvisualizationmaps|Transport: Standard I/O (stdio)|Language: python

Clone from GitHub to install

git clone https://github.com/aviveldan/datagov-mcp
cd datagov-mcp
pip install -r requirements.txt

.mcp.json

{
  "mcpServers": {
    "datagov-israel": {
      "command": "python",
      "args": [
        "server.py"
      ],
      "cwd": "/path/to/datagov-mcp"
    }
  }
}

Features

  • 13 MCP tools for full CKAN API coverage
  • Automatic dataset profiling with field statistics and quality metrics
  • Interactive chart generation with Vega-Lite (histogram, bar, line, scatter)
  • Interactive Leaflet maps for geographic data
  • Async I/O with httpx for optimal performance
  • Search, filter, and pagination across all search tools

When to Use

  • When you want to create interactive charts and graphs from government data
  • When you need a quick dataset profile - field types, missing values, and statistics
  • When working with geographic data and want to create interactive maps
  • When you prefer a Python interface with high-performance async capabilities

Try These Prompts

Population Data Visualization

Create a bar chart comparing population size across major Israeli cities from government data

Geographic Data Map

Find a dataset with geographic coordinates and create an interactive map from it

Dataset Profile

Run a profile on the Israeli schools dataset and show statistics and missing values

Try These Queries

Search for datasets about public transportation

List all government organizations

Profile the Jerusalem municipality budget dataset

Generate a bar chart of population data

Show a map of school locations

Frequently Asked Questions

Related Servers

Data.gov.il Advanced

DavidOsherDevDevAuthor: DavidOsherDevDev
Trusted·84
stdio9 tools

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.

0.0591,837
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,611
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,636
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 (...)