deli_store_system
by juniorrash-d
Overview
An AI-powered management system for deli and liquor stores, automating inventory, pricing, and operations via microservices.
Installation
docker-compose up -dSecurity Notes
Both 'pricing_mcp/pricing_server.py' and 'inventory_mcp/inventory_server.py' Flask applications are run with 'debug=True' and bound to '0.0.0.0'. This is a critical security vulnerability as it allows arbitrary code execution via the debugger if an unhandled exception occurs and the server is accessible on the network. This configuration is highly unsafe for any production or exposed environment.
Similar Servers
mcp-reference-server
The Commerce Operations Foundation MCP Server standardizes the interface between AI agents (like Claude) and fulfillment systems, enabling AI to manage e-commerce operations like order capture, inventory, and fulfillment via plug-and-play adapters.
MCP-Server-and-PostgreSQL-Sample-Retail
Provides AI assistants with secure, intelligent access to retail sales data through PostgreSQL for sales analytics and product discovery.
groceries-mcp
Orchestrates grocery shopping by leveraging a Large Language Model (LLM) agent that interacts with various grocery vendor APIs via the Model Context Protocol (MCP).
McpServer
A dual-mode server for supermarket inventory and sales management, supporting both Web API (REST) and console/MCP operations for integration with AI tools.