mcp-server-monmarche
Verified Safeby Chopin85
Overview
Connects LLMs to the Mon Marché French grocery store for product search, cart management, and order interaction.
Installation
node dist/index.jsEnvironment Variables
- MON_MARCHE_EMAIL
- MON_MARCHE_PASSWORD
Security Notes
The server handles user credentials via environment variables (.env file) and stores session cookies in a local file (session-cookie.json). While storing session cookies locally is a common pattern for session persistence, it's crucial that the 'session-cookie.json' file is properly secured (e.g., appropriate file permissions) and never committed to version control. Credentials are not hardcoded. API calls use URL encoding for search queries, mitigating some injection risks. No 'eval' or direct system command execution identified. The system relies on the user to keep their .env and session-cookie.json secure.
Similar Servers
compound-mcp-server
Provides a Model Context Protocol (MCP) server for interacting with Groq models, including compound/meta models, exposing tools for real-time information and code execution capabilities from the Groq AI.
groceries-mcp
Orchestrates automated grocery shopping using an LLM agent that interacts with various grocery vendor APIs via Model Context Protocol (MCP) tools.
family-serve-delicious
AI-driven, constraint-aware meal planning for families and groups using local LLM models.
MCP-para-todo
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.