Back to Home
Chopin85 icon

mcp-server-monmarche

Verified Safe

by Chopin85

Overview

Connects LLMs to the Mon Marché French grocery store for product search, cart management, and order interaction.

Installation

Run Command
node dist/index.js

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-20

Tags

MCP ServerGrocery E-commerceLLM IntegrationNode.jsAPI Wrapper