Factory Supervisor MCP Server

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "factory-supervisor-mcp-server": {
      "url": "https://factory-supervisor-mcp-6a6da25e-4bidden-srmist.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "factory-supervisor-mcp-server": {
      "serverUrl": "https://factory-supervisor-mcp-6a6da25e-4bidden-srmist.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.factory-supervisor-mcp-server]
url = "https://factory-supervisor-mcp-6a6da25e-4bidden-srmist.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://factory-supervisor-mcp-6a6da25e-4bidden-srmist.app.nitrocloud.ai/mcp
Available Tools
ping

Diagnostic health check ping tool for Factory Supervisor MCP Server

getMachineStatus

Get status details for a specific machine by machineId

listMachines

List all factory machines and their current state

getInventory

Get total inventory stock levels for all parts

getLowStockItems

Get inventory items where available stock is at or below reorder level

getOrders

Get factory production orders

getMaintenanceLogs

Get factory maintenance logs and history

getProductionSchedule

Get factory production schedule

getFactoryKPIs

Get key performance indicators (KPIs) for the factory

analyzeFactory

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.

predictMachineFailure

Predicts failure probability, health score, estimated failure time window, and recommended actions for a machine based on sensor telemetry.

forecastInventory

Forecasts stockout date, days remaining, inventory risk level, and recommended reorder quantity for inventory parts.

estimateOrderCompletion

Estimates completion time, confidence score, and delay risk for a given production order.

detectProductionBottlenecks

Detects active and impending production bottlenecks across machines, inventory, and shifts.

predictFactoryHealth

Predicts overall factory health score trends for today and tomorrow based on operational indicators.

factoryCopilot

Natural language AI supervisor assistant that routes user questions to appropriate analytics and predictive MCP tools to generate actionable answers.

dailySupervisorBrief

Generates a concise daily supervisor briefing highlighting overall factory health, top operational risks, and priority actions.

executiveSummary

Prepare a high-level business summary for leadership covering production targets, efficiency rates, cost impact, and strategic recommendations. Ideal for executive dashboards and board meetings.

dailyFactoryBrief

Generate a comprehensive overview of factory operations for the current shift, including production metrics, active machines, and pending alerts. Perfect for shift handovers and daily standup meetings.

productionDelayAnalysis

Investigate root causes of production delays, identify bottlenecks, and recommend corrective actions with timeline impact. Essential for delay mitigation and process improvement.

machineHealthReport

Assess equipment condition, predict maintenance needs, and flag machines requiring immediate attention. Critical for preventive maintenance and equipment lifecycle management.

inventoryRiskAssessment

Evaluate stock levels, identify supply chain risks, and forecast shortages that could impact production schedules. Essential for supply chain planning and risk mitigation.