A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"downtime-arbiter": {
"url": "https://downtime-arbiter-codeblood-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
"downtime-arbiter": {
"serverUrl": "https://downtime-arbiter-codeblood-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.downtime-arbiter] url = "https://downtime-arbiter-codeblood-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://downtime-arbiter-codeblood-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Maintenance-only. Retrieve full sensor data and current risk percentage for a machine. Production agents cannot access this.
Production-only. Retrieve coarse urgency tier (Low/Medium/High/Critical) for a machine. Raw risk percentages are never exposed.
Maintenance-only. Explain risk trajectory for a machine at multiple horizons (now, +24h, +72h, +96h) based on its P-F curve.
Propose a maintenance window for a machine. Both Maintenance and Production can propose. Capped at 2 rounds.
Check if a proposed maintenance window conflicts with the rolling 2-week plan. Flags technician availability issues.
Arbiter-only. Deterministically resolve a negotiation by comparing costs. No LLM involved. Applies thresholds for auto-accept, override, or escalation.
Retrieve complete negotiation dashboard for a machine: current state, risk trajectory, all proposals, and final arbiter decision.