MCP server for Rami Levy online grocery store. Search products, manage cart, and update quantities through the Rami Levy API.
.mcp.json
{
"mcpServers": {
"rami-levy": {
"command": "npx",
"args": [
"-y",
"rami-mcp"
]
}
}
}search_itemsSearch for products in Rami Levy's online grocery catalog by keyword. Returns product name, price, image URL, and product ID.
add_to_cartAdd one or more products to the Rami Levy shopping cart. Accepts store identifier and list of items with product IDs and quantities.
remove_from_cartRemove items from the shopping cart by providing an updated list of items to keep.
update_quantityUpdate the quantity of a specific product already in the cart.
Product search and catalog data including prices, images, and store availability
Shopping cart operations including add, remove, update quantities, and pricing with discounts
Search for Tnuva milk and add 2 cartons to the cartWhat is the price of 5% cottage cheese at Rami Levy?Add eggs, bread, and butter to my cartRemove the cola from my cart and update water quantity to 6Search for fresh fruits and vegetables at store 331RAMI_LEVY_API_KEYECOM_TOKENCOOKIEnodeAuthentication tokens must be extracted manually from an active Rami Levy browser session. Log in to rami-levy.co.il, open DevTools, and extract the Bearer token, ecomtoken header, and cookie header from any API request.
Automated grocery shopping on Shufersal, Israel's largest supermarket chain. Product search, cart management, and shopping list creation from recipes.