home / mcp / data gov il mcp server
Provides access to data.gov.il datasets and enables discovery, search, and analysis via MCP clients.
Configuration
View docs{
"mcpServers": {
"davidosherdiagnostica-data-gov-il-mcp": {
"command": "node",
"args": [
"/path/to/data-gov-il-mcp/stdio.js"
]
}
}
}This MCP server lets you access Israeli government open data through data.gov.il, enabling AI assistants to search, discover, and analyze thousands of datasets live from the portal. It provides a local runtime you connect to from your MCP client so you can perform data discovery, dataset info, and expert analyses with structured prompts.
To use this MCP server with your MCP client, start the local MCP process and connect your client to it using the provided stdio interface. You will then be able to run data discovery, search, and analysis tools directly from your client, receiving structured responses that leverage data.gov.il datasets.
Prerequisites you need before installing:
Install steps you should follow exactly as shown here:
# Clone and install
git clone https://github.com/DavidOsherProceed/data-gov-il-mcp.git
cd data-gov-il-mcp
npm installAdd the MCP server to your clientโs configuration so you can connect to it as an available tool. Use the exact snippet below in your clientโs MCP configuration:
{
"mcpServers": {
"data-gov-il": {
"command": "node",
"args": ["/path/to/data-gov-il-mcp/stdio.js"]
}
}
}After configuring your client, restart the MCP client so it can load the new server. Then you can issue commands to list datasets, search by tags or keywords, get dataset details, and perform data extraction and analysis using the available tools.
Typical actions you can perform once connected include exploring tags, searching datasets by Hebrew or English keywords, retrieving dataset information, and executing analysis prompts for domain-specific insights.
Explore curated tags by topic or category to narrow down datasets.
Find tags by Hebrew or English keywords to filter datasets.
Search datasets by keywords in Hebrew or English to locate relevant data.
Retrieve detailed information about a specific dataset.
Extract and analyze actual data from a dataset using provided resource identifiers.
Browse government organizations that publish datasets.
List all available datasets in data.gov.il.
Domain expert prompt for analyzing food industry and nutrition data.
Domain expert prompt for analyzing environmental and sustainability data.
Domain expert prompt for analyzing real estate market data.