Israel Data.gov

v1.0.0Search & Data Extractionstable

MCP for Data.gov.il Israeli Government Data

datagov-israel-mcpmcpai-integration
Share:
144
Stars
0
Downloads
0
Weekly
0/5

What is Israel Data.gov?

Israel Data.gov is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp for data.gov.il israeli government data

MCP for Data.gov.il Israeli Government Data

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP for Data.gov.il Israeli Government Data

Use Cases

Access Data.gov.il public datasets
Query Israeli government information
aviveldan

Maintainer

LicenseMIT License
Languagehtml
Versionv1.0.0
UpdatedMay 11, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx datagov-israel-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Israel Data.gov

Datagov Israel MCP is a FastMCP-based server that provides AI assistants with structured access to Israel's official government open data portal at data.gov.il, home to thousands of public datasets spanning housing, education, transportation, health, and geography. It exposes tools for searching, fetching, and profiling datasets, plus built-in chart and map generation capabilities so agents can visualise Israeli government data without writing any code. Researchers, journalists, and civic technologists use it to ask natural language questions about government datasets and receive analysed, visualised answers backed by authoritative Israeli government sources.

Prerequisites

  • Python 3.9 or later with pip and uv installed
  • Git for cloning the repository
  • An MCP-compatible client such as Claude Desktop
  • No API keys required — data.gov.il is a free public API
1

Clone the repository

Clone the datagov-mcp repository to your local machine.

git clone https://github.com/aviveldan/datagov-mcp.git
cd datagov-mcp
2

Create and activate a virtual environment

Use uv to create an isolated Python environment for the server.

uv venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
3

Install the server and its dependencies

Install the package in editable mode with all development dependencies.

uv pip install -e ".[dev]"
4

Register with Claude Desktop

Use the fastmcp install command to automatically register the server with Claude Desktop.

fastmcp install claude-desktop server.py
5

Or preview with the inspector

Before registering with a client, use the fastmcp dev tools to explore available tools interactively and verify the server works.

fastmcp dev inspector server.py
6

Restart Claude Desktop

Fully restart Claude Desktop to load the newly registered MCP server. The data.gov.il tools — package_search, datastore_search, chart_generator, map_generator, and others — will now be available.

Israel Data.gov Examples

Client configuration

claude_desktop_config.json entry for the Datagov Israel MCP server running from the cloned repository.

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

Prompts to try

Example prompts that use the package search, datastore query, profiling, and visualisation tools.

- "Search for datasets about public housing in Israel and show me the most relevant ones"
- "Profile the discounted housing lottery dataset — what fields does it have and how complete is the data?"
- "Create a bar chart showing the number of housing lottery applicants by city for 2024"
- "Find datasets with geographic coordinates and plot public transportation stations on an interactive map"
- "Query the education institutions dataset and show me all universities in the Tel Aviv district"

Troubleshooting Israel Data.gov

package_search returns no results for a known dataset

Try searching in Hebrew — many dataset names and tags on data.gov.il are in Hebrew. Also try broader search terms, as dataset titles may not match English translations exactly.

fastmcp install command not found

Install fastmcp first: pip install fastmcp. Then ensure your virtual environment is activated before running fastmcp install claude-desktop server.py.

map_generator fails to render a map

Verify the dataset contains valid geographic coordinates — latitude/longitude columns or UTM easting/northing. Use dataset_profile first to inspect the available columns and confirm coordinate fields are present and non-null.

Frequently Asked Questions about Israel Data.gov

What is Israel Data.gov?

Israel Data.gov is a Model Context Protocol (MCP) server that mcp for data.gov.il israeli government data It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Israel Data.gov?

Follow the installation instructions on the Israel Data.gov GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Israel Data.gov?

Israel Data.gov works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Israel Data.gov free to use?

Yes, Israel Data.gov is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "datagov-israel-mcp": { "command": "npx", "args": ["-y", "datagov-israel-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Israel Data.gov?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides