smart-retail-mcp
🤖 Smart Retail MCP Server
Сервер инструментов на основе Model Context Protocol (MCP), предоставляющий возможности прогнозного анализа запасов для ИИ-агентов.
Доступные инструменты
Инструмент | Описание |
| Получает текущие запасы всех продуктов, а также сроки доставки от поставщика |
| Рассчитывает среднюю скорость ежедневных продаж по каждому продукту за последние N дней |
| Создаёт оповещения о пополнении запасов, когда они закончатся до следующей поставки |
Related MCP server: Inventory Management AI MCP
Архитектура
src/
├── index.ts → Definición e implementación de herramientas MCP (stdio transport)
├── db.ts → Pool de conexión a PostgreSQL
└── seed.ts → Script para insertar datos de pruebaКонфигурация
Переменные окружения (.env)
DATABASE_URL=postgresql://usuario:password@localhost:5432/smart_retailСкрипты
npm start # Ejecutar el servidor MCP
npm run dev # Desarrollo con hot-reload (tsx watch)
npm run seed # Insertar datos de prueba
npm run build # Compilar TypeScriptЗависимости
@modelcontextprotocol/sdk— официальный SDK MCPpg— клиент PostgreSQLdotenv— переменные окружения
Связь
Сервер взаимодействует через stdio (stdin/stdout). Фронтенд Next.js запускает его как дочерний процесс, используя StdioClientTransport из SDK MCP. Он не открывает HTTP-порты.
Лицензия
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server for supply chain intelligence that enables conversational querying of eight operational KPIs and anomaly detection data through Claude. It allows users to analyze performance metrics like OTIF and inventory turnover while providing LLM-generated root-cause explanations.10MIT
- Alicense-qualityAmaintenanceInventory Management AI - MCP server providing AI-powered tools and automation by MEOK AI Labs7MIT
- FlicenseAqualityBmaintenanceMCP server for querying inventory items and stock levels via internal API, enabling AI chatbots to look up product codes and current quantities.2
- Alicense-qualityBmaintenancePredictive supply-chain MCP server that forecasts material confirmation risks and enables AI clients to interact with the system via natural language.MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Cloud-hosted MCP server for durable AI memory
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eneidyscastellano/smart-retail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server