Forgeops Mcp

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
    "forgeops-mcp": {
      "url": "https://zenops-6a649dab-zen-net-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
    "forgeops-mcp": {
      "serverUrl": "https://zenops-6a649dab-zen-net-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

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

[mcp_servers.forgeops-mcp]
url = "https://zenops-6a649dab-zen-net-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://zenops-6a649dab-zen-net-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
get_batch_history

Retrieve batch genealogy including route, timestamps, yield, material tracing, and production status from the Manufacturing Execution System.

get_production_path

Retrieve the stage-by-stage manufacturing path with cycle times, process parameters, and anomaly flags for a batch.

get_queue_events

Retrieve queue delay events including wait times, expected wait, anomaly flags, and severity for a batch on a production line.

get_machine_alerts

Retrieve machine alerts including vibration, temperature, and condition anomalies from the maintenance management system.

get_maintenance_state

Retrieve current maintenance state, health score, service history, and open work orders for a machine.

get_defect_records

Retrieve defect records with classes, severity, locations, measurements, and inspector notes from the quality management system.

get_inspection_results

Retrieve inspection results with quality scores, pass/fail criteria, and defect references.

get_supplier_lot_info

Retrieve supplier and lot information including material specs, intake conditions, certifications, and storage requirements.

get_material_constraints

Retrieve material constraints: availability, lead times, supplier change freezes, alternative suppliers, and costs.

run_scenario

Run a counterfactual simulation scenario with modified parameters. Returns predicted yield, confidence, assumptions, and warnings if the scenario is outside the validated operating range.

compare_scenarios

Compare multiple simulation scenarios side-by-side with deltas against the baseline. Returns recommended scenario based on yield × confidence.

get_incident_summary

Get the full incident summary including affected batch, line, plant, severity, KPI change, causal chain, and current status.

get_timeline

Get the chronological event timeline across all data sources (MES, IoT, Maintenance, Quality) for the current incident.

get_causal_graph

Get the root cause analysis causal graph with nodes (factors), edges (causal relationships), influence scores, confidence levels, and evidence types.

get_recommendations

Get ranked action recommendations with predicted yield, confidence, cost, risk, implementation difficulty, and evidence references.

get_business_impact

Get the financial and operational impact analysis for the incident including current losses, recommended action savings, payback period.