data-gov-il-mcp

Advanced MCP server for seamless access to Israeli Government Open Data

GitHub Stars

54

User Rating

Not Rated

Favorites

0

Views

21

Forks

13

Issues

1

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.

Gemini_Generated_Image_2ma5vu2ma5vu2ma5
โšก 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.


Made with โค๏ธ by David Osher for the Israeli open data community ๐Ÿ‡ฎ๐Ÿ‡ฑ

GitHub