Data.gov.il MCP Server

Data.gov.il MCP Server

Enables AI assistants to search, discover, and analyze thousands of datasets from Israel's national open data portal. It provides tools for querying government ministries, municipalities, and public bodies using the CKAN API.

Category
Visit Server

README

Data.gov.il MCP Server

MCP Compatible License: MIT-NC Version

🇮🇱 MCP server for accessing Israeli Government Open Data through data.gov.il

Enables Claude and other AI assistants to search, discover, and analyze thousands of government datasets from Israel's open data portal.

<img width="1920" height="544" alt="Gemini_Generated_Image_2ma5vu2ma5vu2ma5" src="https://github.com/user-attachments/assets/a597c2cc-783e-40e3-aaf4-3cf681072dcc" />

⚡ Quick Start

Installation

# Clone and install
git clone https://github.com/DavidOsherProceed/data-gov-il-mcp.git
cd data-gov-il-mcp
npm install

Claude Desktop Setup

Add to your Claude Desktop config:

{
  "mcpServers": {
    "data-gov-il": {
      "command": "node",
      "args": ["/path/to/data-gov-il-mcp/stdio.js"]
    }
  }
}

Restart Claude Desktop and look for the 🔧 MCP tools icon.

🛠️ Available Tools (v2.1.0)

Data Discovery & Search

  • 🏷️ list_available_tags – Explore curated tags by topic/category
  • 🔍 search_tags – Search for tags by Hebrew/English keyword
  • 🔍 find_datasets - Search for datasets by keywords (Hebrew/English)
  • 📊 get_dataset_info - Get detailed information about any dataset
  • 🎯 search_records - Extract and analyze actual data
  • 🏛️ list_organizations - Browse government organizations
  • 📋 list_all_datasets - List all available datasets

NEW! Expert Analysis Prompts

  • 🍎 food-nutrition-analysis - Food industry and nutrition data expert
  • 🌱 environmental-sustainability-analysis - Environmental data analysis
  • 🏘️ real-estate-market-analysis - Real estate market insights

💡 Example Usage

// Explore tag-based categories
list_available_tags()

// Search for tags
search_tags("תחבורה")

// Find municipal budget data
find_datasets("תקציב עירייה")

// Get info about bank branches dataset
get_dataset_info("branches")

// Search for banks in Tel Aviv
search_records(resource_id="2202bada-4baf-45f5-aa61-8c5bad9646d3", 
               q="תל אביב", limit=10)

� What's New in v2.1.0

  • Expert Analysis Prompts: New AI-powered domain experts for:
    • Food & Nutrition Analysis
    • Environmental Sustainability
    • Real Estate Market Insights
  • Enhanced Performance: Improved data retrieval and analysis
  • Better Hebrew Support: Enhanced Hebrew text processing
  • Updated Dependencies: Latest MCP SDK and core libraries

🌐 About

This server connects to data.gov.il - Israel's national open data portal with datasets from:

  • Government ministries (Health, Finance, Transportation, etc.)
  • Local authorities and municipalities
  • Public companies and regulatory bodies

Uses the CKAN API for real-time access to live government data.

📋 Requirements

  • Node.js 18+
  • Claude Desktop or any MCP-compatible client
  • Internet connection

🤝 Contributing

Issues and pull requests welcome! This is an open source project to make Israeli government data more accessible.

📄 License

MIT License - see LICENSE file.


<div align="center">

Made with ❤️ by David Osher for the Israeli open data community 🇮🇱

GitHub

</div>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured