data-gov-il-mcp
by DavidOsherdiagnostica·★ 64·Score 43
Advanced MCP server providing access to Israeli government open datasets with Hebrew/English search capabilities.
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:
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 READMElist_available_tagsExplore curated tags by topic/category
search_tagsSearch for tags by Hebrew/English keyword
find_datasetsSearch for datasets by keywords (Hebrew/English)
get_dataset_infoGet detailed information about any dataset
search_recordsExtract and analyze actual data
list_organizationsBrowse government organizations
list_all_datasetsList all available datasets
food-nutrition-analysisFood industry and nutrition data expert
environmental-sustainability-analysisEnvironmental data analysis
real-estate-market-analysisReal estate market insights
Comparable tools
Installation
# Clone and install
git clone https://github.com/DavidOsherProceed/data-gov-il-mcp.git
cd data-gov-il-mcp
npm installFor 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
Last updated · Auto-generated from public README + GitHub signals.