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 🇮🇱
An MCP server for Firebird SQL databases, enabling LLMs to securely access, analyze, and manipulate database content.
Introspect and query your apps deployed to Convex.
Query your ClickHouse database server.
Allows LLMs to directly interact with a YugabyteDB database.
Interact with StarRocks
Implement semantic memory layer on top of the Qdrant vector search engine
An MCP server that provides tools to interact with Powerdrill datasets, enabling smart AI data analysis and insights.
Access financial statements, including income, balance sheets, and cash flow, for companies listed on the Securities Exchange of Thailand (SET).
MCP server for libSQL databases with comprehensive security and management tools. Supports file, local HTTP, and remote Turso databases with connection pooling, transaction support, and 6 specialized database tools.
A production-ready MCP server for Customer Relationship Management (CRM) functionality, built with TypeScript and SQLite.