groceries-mcp
If you are the rightful owner of groceries-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 different Groceries vendor API, enabling searching groceries and cart update.
The Groceries MCP Server is designed to interface with various grocery vendor APIs, providing functionalities such as searching for grocery items and updating shopping carts. This server automates the process of cart creation by adding items based on a provided list and allows users to perform grocery lookups using vendor-specific APIs. It is particularly useful for integrating grocery shopping functionalities into applications, enabling seamless interaction with grocery vendors like Rami Levy. The server supports environment variable extraction for authentication and can be used locally or integrated with platforms like Claude Desktop.
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.
search
Lookup for item in the vendor. Inputs: item (string): Items to. Returns: list of items corresponding to search term.