Uses Puppeteer for browser automation to interact with the Shufersal website, enabling product searches, cart management, and shopping list creation
Shufersal MCP Server
A Model Context Protocol server that provides automated shopping capabilities for the Shufersal website using Puppeteer. This server enables LLMs to interact with Shufersal's online shopping platform, search for products, create shopping lists, and add items to your cart.
Key Features
- Product Search: Search Shufersal's product catalog, logged in user will get personalized results
- Cart Management: Add products to your Shufersal shopping cart
- Browser Automation: Seamless interaction with the Shufersal website
- Shopping List Management: Create structured shopping lists from web links (e.g. recipe links)
- Console Monitoring: Track console logs from the browser automation (for debugging)
Workflow
- Create Shopping List: Use
create_shopping_list_table
to create a shopping list from your request or recipe link - Open Shufersal: Use
open_shufersal
to navigate to the Shufersal website (login required) - Search Products: Use
search_shufersal
to find products matching your shopping list items - Add to Cart: Use
add_to_shufersal_cart
to add found products to your shopping cart
Components
Tools
- open_shufersal
- Open the Shufersal website and prepare for shopping (requires user login)
- Input:
hasCreatedShoppingList
(boolean): Whether a shopping list has been created beforehand
- search_shufersal
- Search for products on Shufersal website (results sorted by purchase history)
- Input:
query
(string): Product search query (e.g., 'milk', 'bread', 'tomatoes')
- add_to_shufersal_cart
- Add a product to the shopping cart (must be used after searching)
- Inputs:
product_id
(string): Product ID from search resultssellingMethod
(string): Selling method from search resultsqty
(number): Quantity to add to cartcomment
(string, optional): Optional comment for the product
Extra Tools for paste a recipe link
- read_webpage_content
- Read and convert webpage content to markdown format
- Input:
url
(string): URL of the webpage to read
- create_shopping_list_table
- Create a shopping list table in markdown format from recipe ingredients
- Input:
recipe
(array): Array of recipe ingredients with name, quantity, unit of measure, and optional brand
Resources
The server provides access to:
- Console Logs (
console://logs
)- Browser console output in text format
- Includes all console messages from the browser automation
Configuration
Here's the Claude Desktop configuration to use the Shufersal MCP server:
With custrom user data directory:
Windows:
Security Notice
IMPORTANT: This tool automates browser interactions with the Shufersal website and stores browser data locally. Please be aware:
- Browser session data is stored in
./puppeteer-user-data/
(excluded from git) - If you log into Shufersal during first use, the tool will save your session data in the user data directory
- Only use this tool with trusted MCP clients
Development
Building
Development Mode
Linting
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.
This server cannot be installed
Provides automated shopping capabilities for the Shufersal website using Puppeteer, enabling LLMs to search products, create shopping lists, and add items to shopping carts.
Related MCP Servers
- AsecurityAlicenseAqualityThis server provides cloud browser automation capabilities using Browserbase, Puppeteer, and Stagehand. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.Last updated -82,1341,907TypeScriptApache 2.0
- AsecurityFlicenseAqualityEnables LLMs to perform web browsing tasks, take screenshots, and execute JavaScript using Puppeteer for browser automation.Last updated -415,5021JavaScript
- AsecurityAlicenseAqualityEnables LLMs like Claude to navigate the web through Puppeteer-based tools and Steel. Based on the Web Voyager framework, it provides tools for all the standard web actions click clicking/scrolling/typing/etc and taking screenshots.Last updated -935JavaScriptMIT License
- AsecurityAlicenseAqualityEnables browser automation with Puppeteer, supporting navigation, form interactions, and connection to active Chrome instances for comprehensive web page interaction.Last updated -84708TypeScriptMIT License