Access Israeli Government Open Data from the data.gov.il portal.
🇮🇱 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.
# Clone and install
git clone https://github.com/DavidOsherProceed/data-gov-il-mcp.git
cd data-gov-il-mcp
npm install
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.
// 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)
This server connects to data.gov.il - Israel's national open data portal with datasets from:
Uses the CKAN API for real-time access to live government data.
Issues and pull requests welcome! This is an open source project to make Israeli government data more accessible.
MIT License - see LICENSE file.
Made with ❤️ by David Osher for the Israeli open data community 🇮🇱
Access Mina blockchain data, including events, actions, and network state, through the Mina Archive Node API.
Universal database MCP server supporting mainstream databases.
Provides access to supOS open APIs for querying topic structures, real-time and historical data, and executing SQL queries.
Interact with the Timeplus real-time data platform for querying and managing data streams.
A local, high-performance memory server for AI agents, built with SQLite, vector embeddings, and a knowledge graph. Packaged for npm and Docker.
Integrates with Trino and Iceberg for advanced data exploration, querying, and table maintenance.
Connect AI tools with Pinecone projects to search, configure indexes, generate code, and manage data.
An MCP server for the Chroma embedding database, providing persistent, searchable working memory for AI-assisted development with features like automated context recall and codebase indexing.
An MCP server for read-only interaction with the Nimiq blockchain.
A read-only MCP server for Pipedrive, enabling LLMs to query live data using the CData JDBC Driver.