ksp-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ksp-mcpSearch for Sony WH-1000XM5 headphones"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 serverThe .mcp.json at the project root registers a ksp-dev server pointing at dist/index.js.
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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