Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Groceries MCP Server add milk, eggs, and bread to my cart"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Groceries MCP Server
MCP Server for different Groceries vendor API, enabling searching groceries and cart update.
Features
Automatic cart creation: add items to the cart based on a provided list
Groceries lookup: lookup for groceries using vendor API
Tools
add_items_to_cart
Add groceries to the basket.
Inputs:
items(list[CartItemScheam]): items to add to the cart
Returns: Updated cart
searchLookup for item in the vendor
Inputs:
item(string): Items to
Returns: list of items corresponding to search term
Setup
Extract Environment Variables
Rami Levy
log in to the Rami Levy site
In developer tools (click on F12) and execute:
Replace environment variables with the printed values
Local usage
Update the
.envfile usingenv.template(requires Gemini)Update the
grocery.txtRun
make compile start_agent
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
UV
Build
Docker build:
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. For more details, please see the LICENSE file in the project repository.