Autoguard 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
    "autoguard-server": {
      "url": "https://autoguard-6a59b75b-agentops-amrita-university-amritapuri-campus.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
    "autoguard-server": {
      "serverUrl": "https://autoguard-6a59b75b-agentops-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

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

[mcp_servers.autoguard-server]
url = "https://autoguard-6a59b75b-agentops-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://autoguard-6a59b75b-agentops-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
get_machine_status

Get the current status and latest sensor readings for a specific machine

predict_failure_risk

Predict the failure risk for a machine using the FastAPI ML service. Returns prediction risk, probability and detailed recommendations.

push_live_reading

Manually injects a new sensor reading with the current timestamp to simulate a live event or failure.

assess_and_resolve_incident

Assess a machine incident and orchestrate response (checks inventory, dispatches technicians, creates work orders, reschedules production).

approve_action

Approve and execute a pending action (purchase order or dispatch)

list_pending_actions

List all pending actions awaiting approval

complete_work_order

Completes a work order, releasing the assigned technician back to the available pool and marking the machine as healthy.

get_factory_overview

Get a plant-wide AutoGuard dashboard summary including machine risk, production impact, schedule, stockouts, and pending approvals.

check_spare_parts

Check in-memory spare parts inventory by part ID or part name and return matching stock levels across machines.

get_production_schedule

Return the production schedule for all lines, a specific line ID, or a station name.

check_inventory_status

Scans all spare parts inventory and flags any components where stock is at or below its reorder point.

monitor_and_reorder_inventory

Automatically scans inventory for low stock parts and executes the reorder approval logic (auto-orders if <= $500, creates pending approval if > $500).