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