- Explore MCP Servers
- data-gov-il-mcp
Data Gov Il Mcp
What is Data Gov Il Mcp
The MCP server for data.gov.il is a tool designed for accessing and interacting with open datasets from the Israeli government. It allows users, including AI assistants like Claude, to search, discover, and analyze a vast range of public datasets available on Israelโs national open data portal.
Use cases
This MCP server can be used for various applications, such as conducting research on government transparency, analyzing municipal budgets, exploring health data, or gaining insights from transportation datasets. It effectively supports data-driven decision-making by providing easy access to diverse datasets for developers, researchers, and data enthusiasts.
How to use
To use the MCP server, clone the repository, install the necessary dependencies, and configure it within the Claude Desktop environment by specifying the command to run the server. After restarting the application, users can access various tools such as searching for datasets, retrieving dataset details, and querying actual data records.
Key features
The server offers several useful tools, including the ability to search for datasets by keywords, get detailed information about specific datasets, extract and analyze data records, browse government organizations, and list all available datasets. These features enhance data accessibility and facilitate in-depth analysis of government data.
Where to use
The MCP server can be utilized in environments where access to MCP-compatible clients is available, like Claude Desktop. It is suitable for researchers, developers, and data analysts who require real-time access to Israeli government datasets for various purposes, including academic studies, policy analysis, and business intelligence.
Overview
What is Data Gov Il Mcp
The MCP server for data.gov.il is a tool designed for accessing and interacting with open datasets from the Israeli government. It allows users, including AI assistants like Claude, to search, discover, and analyze a vast range of public datasets available on Israelโs national open data portal.
Use cases
This MCP server can be used for various applications, such as conducting research on government transparency, analyzing municipal budgets, exploring health data, or gaining insights from transportation datasets. It effectively supports data-driven decision-making by providing easy access to diverse datasets for developers, researchers, and data enthusiasts.
How to use
To use the MCP server, clone the repository, install the necessary dependencies, and configure it within the Claude Desktop environment by specifying the command to run the server. After restarting the application, users can access various tools such as searching for datasets, retrieving dataset details, and querying actual data records.
Key features
The server offers several useful tools, including the ability to search for datasets by keywords, get detailed information about specific datasets, extract and analyze data records, browse government organizations, and list all available datasets. These features enhance data accessibility and facilitate in-depth analysis of government data.
Where to use
The MCP server can be utilized in environments where access to MCP-compatible clients is available, like Claude Desktop. It is suitable for researchers, developers, and data analysts who require real-time access to Israeli government datasets for various purposes, including academic studies, policy analysis, and business intelligence.
Content
Data.gov.il MCP Server
๐ฎ๐ฑ 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.
โก 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
- ๐ 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
๐ก Example Usage
// 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)
๐ 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 ๐ฎ๐ฑ