MCP Catalogs
Homedata-gov-il-mcp screenshot

data-gov-il-mcp

by DavidOsherdiagnostica·64·Score 43

Advanced MCP server providing access to Israeli government open datasets with Hebrew/English search capabilities.

databasesearchai-llm
18
Forks
2
Open issues
9 mo ago
Last commit
2d ago
Indexed

Overview

This is a well-maintained MCP server that connects to Israel's national open data portal (data.gov.il). It exposes multiple tools for dataset discovery, search, and analysis, with support for both Hebrew and English queries. The server provides specialized analysis prompts for food/nutrition, environmental sustainability, and real estate market data. Recent updates show active development with enhanced performance and better language support.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Researchers analyzing Israeli government datasets across various ministries
you:Journalists investigating public spending, transportation, or environmental policies
you:Business developers seeking market insights in Israeli real estate or food industries
you:What data sources does this MCP server connect to?
you:Does it support both Hebrew and English queries?

When to choose this

Choose this MCP server when you need access to Israeli government open data and want to integrate it directly into AI workflows without additional API management.

When NOT to choose this

Avoid this server if you need write access to government data (it's read-only only) or if you require data from other countries' government sources.

Tools this server exposes

10 tools extracted from the README
  • 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

  • food-nutrition-analysis

    Food industry and nutrition data expert

  • environmental-sustainability-analysis

    Environmental data analysis

  • real-estate-market-analysis

    Real estate market insights

Comparable tools

gov-data-mcpopen-data-mcpckan-api-client

Installation

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

For Claude Desktop, add to your 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.

FAQ

What data sources does this MCP server connect to?
It connects to data.gov.il - Israel's national open data portal, including datasets from government ministries, local authorities, and public companies.
Does it support both Hebrew and English queries?
Yes, all search and analysis tools support both Hebrew and English keywords and text.

Compare data-gov-il-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.