Factoryos Smart Manufacturing 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
    "factoryos-smart-manufacturing-server": {
      "url": "https://factoryos-6a-hallucination-station-amrita-university-coimbatore.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
    "factoryos-smart-manufacturing-server": {
      "serverUrl": "https://factoryos-6a-hallucination-station-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

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

[mcp_servers.factoryos-smart-manufacturing-server]
url = "https://factoryos-6a-hallucination-station-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://factoryos-6a-hallucination-station-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
applyScenario

Supervisor Agent tool to trigger a specific smart manufacturing scenario simulation, patching the SQLite state and setting expected agent workflows.

predict_failure

Runs the real AI4I-2020-trained RandomForest model on a machine's live sensor block to get a genuine failure probability.

estimate_repair

Estimates repair time and the part required, based on the machine's bearing_id and current health.

shutdown_machine

Shuts down a machine immediately (sets status to Fault-Shutdown). Used when risk exceeds the safety floor.

assign_technician

Assigns the best-matched available technician (by specialty) to a machine issue.

check_inventory

Checks stock level for a specific part, and flags whether it is shared with other machines (cross-machine risk).

search_nearby_warehouse

Checks whether a part has stock at its tracked warehouse location.

list_suppliers

Lists suppliers for a part, ranked by total cost of ownership (price + delivery_time × downtime_cost_per_hour).

negotiate_supplier

Selects and (simulated) negotiates with the best supplier for a part, explicitly weighing price against downtime cost.

create_purchase_order

Generates a purchase order for a supplier, part, and quantity.

reroute_production

Reroutes a down machine's jobs to another compatible machine (shared produces_parts), or — for a whole-line safety hold — shifts capacity to the other line.

generate_safety_report

Generates a safety report for a machine or line, and updates the shared safety compliance status.

create_incident_timeline

Creates a chronological incident timeline entry for audit/compliance purposes.