rami-levy-mcp

rami-levy-mcp

3.4

If you are the rightful owner of rami-levy-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Server for the Rami Levy Online Grocery Store API, demonstrating integration with MCP-enabled LLMs.

The Rami Levy MCP Server is a proof of concept implementation designed to integrate Rami Levy's e-commerce platform with Model Context Protocol (MCP) enabled Language Learning Models (LLMs). This server allows users to interact with Rami Levy's online grocery store API, providing functionalities such as searching for products, managing shopping carts, and accessing the checkout page. The server requires authentication tokens from an active Rami Levy session, which must be securely stored and periodically refreshed. This implementation is intended for demonstration purposes and is not suitable for production use without further security enhancements.

Features

  • Search for products in Rami Levy's catalog using search queries.
  • Add, remove, and update items in the shopping cart.
  • Retrieve the URL for the Rami Levy checkout page.
  • Requires authentication tokens for secure access.
  • Proof of concept implementation for integrating with MCP-enabled LLMs.

Tools

  1. search_items

    Search for items in the Rami Levy catalog

  2. add_to_cart

    Add one or more items to the cart

  3. remove_from_cart

    Remove items from cart

  4. update_quantity

    Update the quantity of items in the shopping cart

  5. rami-levy://checkout

    Get the URL of the Rami Levy checkout page