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

@skills-il/kolzchut-mcp

v1.0.1

Published

MCP server for Kolzchut (All-Rights) - Israel's rights and entitlements knowledge base

Readme

Kolzchut MCP Server

Part of skills-il — browse all Israeli MCP servers at agentskills.co.il/mcp.

MCP server for Kolzchut (All-Rights / כל-זכות), Israel's authoritative knowledge base for rights and entitlements. Provides AI agents with access to thousands of structured articles covering rights for new immigrants (olim), tax benefits, housing, health insurance, employment, disability, elderly care, and more.

Install

npx -y @skills-il/kolzchut-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kolzchut": {
      "command": "npx",
      "args": ["-y", "@skills-il/kolzchut-mcp"]
    }
  }
}

Claude Code

claude mcp add kolzchut npx -- -y @skills-il/kolzchut-mcp

Features

  • Full-text search across all Kolzchut rights articles in Hebrew and English
  • Article retrieval with wikitext or plain text output
  • Section-level reading for targeted information extraction
  • Category browsing to discover rights by topic area
  • No authentication required - uses the public MediaWiki API

Tools

| Tool | Description | |------|-------------| | kolzchut_search_rights | Search rights articles by keyword | | kolzchut_get_article | Get full article content by title | | kolzchut_get_article_sections | List section headings of an article | | kolzchut_get_article_section | Read a specific section by index | | kolzchut_list_category_members | List articles in a rights category | | kolzchut_list_categories | Browse available rights categories |

Installation

npm install
npm run build

Usage

Claude Code / Claude Desktop

Add to your MCP configuration:

{
  "mcpServers": {
    "kolzchut": {
      "command": "npx", "args": ["-y", "@skills-il/kolzchut-mcp"]
    }
  }
}

MCP Inspector

npx @modelcontextprotocol/inspector node dist/index.js

Example Queries

  • "What tax benefits do new immigrants get in Israel?"
  • "Search for housing rights for olim"
  • "What are the rights of people with disabilities in Israel?"
  • "List all categories related to employment"

Data Source

All data comes from kolzchut.org.il, maintained by the Kolzchut (All-Rights) non-profit organization. Content is licensed under CC BY-SA 3.0.

License

MIT