Skip to main content
Glama

ksp-mcp

MCP server for KSP — Israel's electronics retailer. Search products and fetch product details straight from KSP's internal JSON API.

Claude Code installation

claude mcp add ksp -s user -- npx -y git+https://github.com/tiranspierer/ksp-mcp.git
{
  "mcpServers": {
    "ksp": {
      "command": "npx",
      "args": ["-y", "git+https://github.com/tiranspierer/ksp-mcp.git"]
    }
  }
}

  • search_products — search by product name (Hebrew or English), or narrow by filters (brand, size, spec, price, …) to list the products in a category — one page, or every page in a single call. Returns names, prices, stock, and links.

  • get_filters — see the filters available for a search or category (all screen sizes, brands, resolutions, features, …) and how many products match each, so a search can be narrowed precisely.

  • get_product — full details for one product (by id or URL): price, any active sale/discount price, stock, and size/config options; optionally specs, images, branch availability, delivery options, and similar items — or the entire raw payload untouched.

  • get_product_images — download all of a product's photos and get their local file paths, ready to open and view.

Talks directly to KSP's internal JSON API — the same one the website uses — so results are fast and structured, with no HTML scraping. Runs locally over stdio; no account, API key, or login required.

  • Node.js 20+

npm install   # auto-builds via prepare
npm run reload  # rebuild + restart the dev server

The .mcp.json at the project root registers a ksp-dev server pointing at dist/index.js.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TiranSpierer/ksp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server