A powerful MCP server built with NitroStack
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:
Configure custom tools directly via ChatGPT's Web UI:
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
Get the current status and latest sensor readings for a specific machine
Predict the failure risk for a machine using the FastAPI ML service. Returns prediction risk, probability and detailed recommendations.
Manually injects a new sensor reading with the current timestamp to simulate a live event or failure.
Assess a machine incident and orchestrate response (checks inventory, dispatches technicians, creates work orders, reschedules production).
Approve and execute a pending action (purchase order or dispatch)
List all pending actions awaiting approval
Completes a work order, releasing the assigned technician back to the available pool and marking the machine as healthy.
Get a plant-wide AutoGuard dashboard summary including machine risk, production impact, schedule, stockouts, and pending approvals.
Check in-memory spare parts inventory by part ID or part name and return matching stock levels across machines.
Return the production schedule for all lines, a specific line ID, or a station name.
Scans all spare parts inventory and flags any components where stock is at or below its reorder point.
Automatically scans inventory for low stock parts and executes the reorder approval logic (auto-orders if <= $500, creates pending approval if > $500).