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

israeli-tech-shopping-mcp

v0.1.0

Published

MCP server for shopping Israeli tech retailers with browser automation on the user's host

Readme

Israeli Tech Shopping MCP

An MCP (Model Context Protocol) server for comparison shopping across Israeli tech retailers. Uses Playwright browser automation on your local machine (your IP, your locale) to search, scrape prices, compare to international RRP, and generate PDF reports via Typst.

Features

  • Search Israeli retailers — KSP, Ivory, Bug, TMS, iDigital, Zap, and more
  • Auto-translate — English queries automatically translated to Hebrew for searching
  • Price comparison — find the best price across multiple retailers
  • RRP lookup — compare Israeli prices against international recommended retail prices
  • USD/ILS conversion — live exchange rates
  • VAT verification — detects ex-VAT prices and adds 18% when needed
  • Eilat pricing — automatically uses regular (non-Eilat) prices on KSP and similar
  • PDF reports — generates shopping reports with recommendations via Typst
  • Tiered searching — search mainstream chains only, or broaden to niche/brand stores

Supported Retailers

Tier 1 — Mainstream (big high-street chains)

| Retailer | Domain | |----------|--------| | KSP | ksp.co.il | | Ivory | ivory.co.il | | Bug | bug.co.il | | TMS | tms.co.il | | Machsanei Hashmal | payngo.co.il | | Kravitz | kravitz.co.il | | iDigital | idigital.co.il |

Tier 2 — Major

| Retailer | Domain | |----------|--------| | Ace | ace.co.il | | Home Center | homecenter.co.il | | Office Depot | officedepot.co.il | | Audioline | audioline.co.il |

Tier 3 — Niche

| Retailer | Domain | |----------|--------| | Alpesek (UPS) | alpesek.co.il | | Sollan (Batteries) | sollan.co.il |

Tier 4 — Brand

| Retailer | Domain | |----------|--------| | Nitecore | nitecore.co.il |

Aggregator

| Retailer | Domain | |----------|--------| | Zap | zap.co.il |

Tools

| Tool | Description | |------|-------------| | list_retailers | List supported retailers, optionally filtered by tier | | search_product | Search for a product across retailers (auto-translates to Hebrew) | | find_rrp | Look up international RRP/MSRP for a product | | check_price_vs_rrp | Compare Israeli price vs international RRP with markup analysis | | convert_currency | Convert between USD and ILS | | find_options | Broad product search with text recommendations | | scrape_product_page | Scrape a specific product URL for price details | | generate_report | Full pipeline: search → compare → PDF report with recommendations |

Prerequisites

  • Node.js 20+
  • Typst (for PDF report generation) — install
  • Chromium (installed automatically via Playwright)

Installation

npx israeli-tech-shopping-mcp

Or install globally:

npm install -g israeli-tech-shopping-mcp

MCP Configuration

Add to your Claude Code settings (~/.claude/settings.json):

{
  "mcpServers": {
    "israeli-tech-shopping": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "israeli-tech-shopping-mcp"]
    }
  }
}

Important Notes

  • Runs on your machine: Browser automation uses your local IP and network. This is intentional — Israeli retailers may geo-restrict or show different prices to non-Israeli IPs.
  • Eilat pricing: KSP and some retailers show a lower "Eilat price" (no VAT). This MCP always uses the regular (higher) price that applies to most of Israel.
  • VAT: Israeli VAT is 18%. The MCP detects when prices exclude VAT and adds it automatically.
  • Domain whitelist: The browser will only navigate to the approved retailer domains listed above.

License

MIT