loading…
Search for a command to run...
loading…
Inventory Management AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Inventory Management AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for inventory management ai mcp operations
Inventory Management Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
reorder_point |
Calculate optimal reorder point, safety stock, and economic order quantity |
demand_forecast |
Forecast future demand from historical sales data with confidence intervals. |
sku_optimizer |
Classify SKUs using ABC/XYZ analysis and recommend inventory strategies. |
warehouse_layout |
Plan warehouse zone layout optimized for picking efficiency. |
shrinkage_detector |
Detect inventory shrinkage by comparing expected vs actual quantities. |
pip install meok-inventory-management-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"inventory-management-ai-mcp": {
"command": "python",
"args": ["-m", "meok_inventory_management_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"inventory-management-ai-mcp": {
"command": "npx",
"args": []
}
}
}