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
Standardize and manage fulfillment operations for AI agents by providing a universal interface to various fulfillment systems.
MCP-Server-and-PostgreSQL-Sample-Retail
Enables AI assistants to securely access and analyze retail sales data through a Model Context Protocol (MCP) server, integrating with PostgreSQL and Azure AI services.
groceries-mcp
Orchestrates automated grocery shopping using an LLM agent that interacts with various grocery vendor APIs via Model Context Protocol (MCP) tools.
McpServer
A dual-mode server for supermarket inventory and sales management, supporting both Web API (REST) and console/MCP operation for integration with AI tools.