mcp-server-monmarche
If you are the rightful owner of mcp-server-monmarche 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.
This project is a Model Context Protocol (MCP) server for interacting with the Mon Marché French grocery store website.
The MCP server for Mon Marché allows users to interact with the grocery store's website through a command-line interface. It provides functionalities to search for products and add them to a shopping cart. The server manages user sessions by automatically logging in and handling session cookies. It requires Node.js and Playwright for operation and is designed to be used with a Mon Marché account. The server listens for requests via standard input/output and provides tools for product search and cart management.
Features
- Search Products: Search for products by name on the Mon Marché website.
- Add Products to Cart: Add products to your cart by specifying their name.
- Session Management: Automatically logs in and manages session cookies for interacting with the website.
Tools
get_products
Tool to search for products by name.
add_product
Tool to add a product to your cart.