smart-retail-mcp
🤖 Smart Retail MCP Server
基于 Model Context Protocol (MCP) 的工具服务器,为 AI 代理提供库存预测分析能力。
可用工具
工具 | 描述 |
| 获取所有产品的当前库存以及供应商的交货时间 |
| 计算过去 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— MCP 官方 SDKpg— PostgreSQL 客户端dotenv— 环境变量
通信
服务器通过 stdio(stdin/stdout)进行通信。Next.js 前端使用 MCP SDK 的 StdioClientTransport 将其作为子进程启动。它不暴露 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