npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@iflow-mcp/davidosherproceed-data-gov-il-mcp

v2.1.0

Published

Advanced MCP server for seamless access to Israeli Government Open Data through data.gov.il with intelligent tag discovery

Readme

Data.gov.il MCP Server

MCP Compatible License: MIT-NC Version

🇮🇱 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 (v2.1.0)

Data Discovery & Search

  • 🏷️ list_available_tags – Explore curated tags by topic/category
  • 🔍 search_tags – Search for tags by Hebrew/English keyword
  • 🔍 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

NEW! Expert Analysis Prompts

  • 🍎 food-nutrition-analysis - Food industry and nutrition data expert
  • 🌱 environmental-sustainability-analysis - Environmental data analysis
  • 🏘️ real-estate-market-analysis - Real estate market insights

💡 Example Usage

// 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)

� What's New in v2.1.0

  • Expert Analysis Prompts: New AI-powered domain experts for:
    • Food & Nutrition Analysis
    • Environmental Sustainability
    • Real Estate Market Insights
  • Enhanced Performance: Improved data retrieval and analysis
  • Better Hebrew Support: Enhanced Hebrew text processing
  • Updated Dependencies: Latest MCP SDK and core libraries

🌐 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 🇮🇱

GitHub