Automated grocery shopping on Shufersal, Israel's largest supermarket chain. Product search, cart management, and shopping list creation from recipes.
.mcp.json
{
"mcpServers": {
"shufersal": {
"command": "npx",
"args": [
"mcp-server-shufersal"
]
}
}
}open_shufersalOpen the Shufersal website in a browser and prepare for shopping. Requires a shopping list to be created first.
search_shufersalSearch for products on the Shufersal website. Results sorted by purchase history. Returns product ID, name, price, brand, and category.
add_to_shufersal_cartAdd a product to the Shufersal shopping cart by product ID. Supports quantity and optional comment per item.
create_shopping_list_tableCreate a structured shopping list table in markdown format from recipe ingredients, including name, quantity, unit, and brand.
read_webpage_contentFetch a webpage (e.g., a recipe page) and convert its HTML content to markdown format for extracting ingredients.
Israel's largest supermarket chain online shopping platform with product catalog, pricing, and cart management
Create a shopping list from this recipe and add everything to my Shufersal cartSearch for Tnuva 3% milk on Shufersal and add 2 units to my cartI need to buy ingredients for a chocolate cake, help me find everything on ShufersalSearch for cherry tomatoes on Shufersal and show me the pricesRead the recipe from this website and create an organized shopping listnodepuppeteerRuns a visible Chromium browser via Puppeteer. On first use, you must manually log into your Shufersal Online account in the browser window that opens. Session data is saved locally for subsequent runs.
MCP server for Rami Levy online grocery store. Search products, manage cart, and update quantities through the Rami Levy API.