Easily access and interact with the Israeli Government Public API using a Model Context Protocol server offering comprehensive tools for searching, listing, and fetching datasets, packages, organizations, and resources with advanced filtering and pagination capabilities.
Unlock the full potential of Datagov Israel MCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Easily interact with the Israeli Government Public API (data.gov.il) using this project.
This project uses the uv package manager, a drop-in replacement to pip.
git clone cd datagov-mcp
uv venv .venv\Scripts\activate # source .venv/bin/activate for MacOS / Linux uv pip install -r pyproject.toml uv lock # update the project's lockfile
You can install this server in Claude Desktop and interact with it right away by running:
fastmcp install server.py
Alternatively, you can test it with the MCP Inspector:
fastmcp dev server.py
If client / server ports are busy, you can easily free them using nano-dev-utils:
uv pip install nano-dev-utils
in terminal type 'python', and then run the following code:
from nano_dev_utils import release_ports pr = release_ports.PortsRelease() pr.release_all()
type exit() to get back to terminal. Alternatively run the above code as a script.
status_show
- Display the current status of the serverlicense_list
- List all available licensespackage_list
- List all available packagespackage_search
- Search for packages with various filters
q
(string): Query string to search forfq
(string): Filter querysort
(string): Sorting orderrows
(int): Number of rows to returnstart
(int): Starting indexinclude_private
(bool): Include private packagespackage_show
- Show details of a specific package
id
(string): ID of the packageorganization_list
- List all organizationsorganization_show
- Show details of a specific organization
id
(string): ID of the organizationresource_search
- Search for resources with various filters
query
(string): Query string to search fororder_by
(string): Order by fieldoffset
(int): Offset for paginationlimit
(int): Limit for paginationdatastore_search
- Search the datastore with various filters
resource_id
(string): ID of the resourceq
(string): Query string to search fordistinct
(bool): Return distinct resultsplain
(bool): Return plain resultslimit
(int): Limit for paginationoffset
(int): Offset for paginationfields
(string): Fields to include in the resultsort
(string): Sorting orderinclude_total
(bool): Include total countrecords_format
(string): Format of the recordsfetch_data
- Fetch data from public API based on a dataset name query
dataset_name
(string): Name of the datasetlimit
(int): Number of records to fetchoffset
(int): Offset for paginationWe welcome contributions to help improve the DataGov Israel MCP server. Whether you want to add new tools, enhance existing functionality, or improve documentation, your input is valuable.
For examples of other MCP servers and implementation patterns, see the Model Context Protocol servers repository.
This project is licensed under the MIT License. See the LICENSE file for details.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!