factory-supervisor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"subscribe": true,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingB | Diagnostic health check ping tool for Factory Supervisor MCP Server |
| getMachineStatusA | Get status details for a specific machine by machineId |
| listMachinesA | List all factory machines and their current state |
| getInventoryA | Get total inventory stock levels for all parts |
| getLowStockItemsA | Get inventory items where available stock is at or below reorder level |
| getOrdersB | Get factory production orders |
| getMaintenanceLogsA | Get factory maintenance logs and history |
| getProductionScheduleB | Get factory production schedule |
| getFactoryKPIsA | Get key performance indicators (KPIs) for the factory |
| analyzeFactoryB | Consolidates data across all factory modules (machines, inventory, orders, maintenance, schedule, KPIs) and generates severity levels, health score (0-100), natural language summary, risk classification, impact score, and recommendations. |
| predictMachineFailureA | Predicts failure probability, health score, estimated failure time window, and recommended actions for a machine based on sensor telemetry. |
| forecastInventoryB | Forecasts stockout date, days remaining, inventory risk level, and recommended reorder quantity for inventory parts. |
| estimateOrderCompletionB | Estimates completion time, confidence score, and delay risk for a given production order. |
| detectProductionBottlenecksA | Detects active and impending production bottlenecks across machines, inventory, and shifts. |
| predictFactoryHealthA | Predicts overall factory health score trends for today and tomorrow based on operational indicators. |
| factoryCopilotA | Natural language AI supervisor assistant that routes user questions to appropriate analytics and predictive MCP tools to generate actionable answers. |
| dailySupervisorBriefA | Generates a concise daily supervisor briefing highlighting overall factory health, top operational risks, and priority actions. |
| executiveSummaryA | Provides a high-level executive summary of factory performance, revenue exposure risk, and recommended strategic decisions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Health Checks | Current health status of all registered health checks |
| Widget Examples | Provides metadata and examples for all registered UI widgets |
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/Heytish-V/factory-supervisor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server