Shufersal MCP Server

Shufersal MCP Server

Provides automated shopping capabilities for the Shufersal website using Puppeteer, enabling LLMs to search products, create shopping lists, and add items to shopping carts.

Category
Visit Server

README

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

  1. Create Shopping List: Use create_shopping_list_table to create a shopping list from your request or recipe link
  2. Open Shufersal: Use open_shufersal to navigate to the Shufersal website (login required)
  3. Search Products: Use search_shufersal to find products matching your shopping list items
  4. 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 results
      • sellingMethod (string): Selling method from search results
      • qty (number): Quantity to add to cart
      • comment (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:

  1. 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:

{
  "mcpServers": {
    "shufersal": {
      "command": "node",
      "args": ["<path/to/shufersal-mcp>/dist/index.js"],
    }
  }
}

With custrom user data directory:

{
  "mcpServers": {
    "shufersal": {
      "command": "node",
      "args": ["<path/to/shufersal-mcp>/dist/index.js", "--user-data-dir=<path/to/custom/user/data>"],
    }
  }
}

Windows:


{
  "mcpServers": {
    "shufersal": {
      "command": "<path/to/node>",
      "args": ["<path/to/shufersal-mcp>/dist/index.js"],
    }
  }
}

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

npm run build

Development Mode

npm run watch

Linting

npm run lint
npm run lint:fix

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured