A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"calculator-server": {
"url": "https://factory-decisi-neural-nexus-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
"calculator-server": {
"serverUrl": "https://factory-decisi-neural-nexus-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.calculator-server] url = "https://factory-decisi-neural-nexus-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://factory-decisi-neural-nexus-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Extract machine IDs, timeframe, product line, and intent from a user question.
Determine if any required slots are missing for a given intent and return clarification questions.
List all available machines in the facility with their basic status and metrics.
Get machine health, status, OEE, capacity, and downtime risk for a given machine or line.
Get production schedule, throughput, backlog, and active orders for a given line.
Get carbon emissions, shift emissions, and carbon intensity for a given line.
Get electricity price, peak windows, renewable percentage, and grid availability for a given line.
Get defect rate, inspection pass rate, and last root cause for a given line.
Get stock level, days remaining, and reorder threshold for a given material.
Get energy cost, labor cost, material cost, maintenance cost, and total cost for a given line.
Get scrap weight, recyclable percentage, and wastewater volume for a given line.
Get incident count, PPE compliance percentage, and gas level status for a given line.
Get the saved daily snapshot record for a given line and date.
Analyze risk level and score for a given line or machine based on downtime, backlog, and grid availability.
Calculate confidence score for a decision context based on the data points used.
Generate realistic alternative actions for a given line state and decision context.
Explain a decision and why alternative options were rejected.
Save a factory decision or event to the persistent memory store.
Retrieve factory decision and event history from the persistent memory store.
Generate a proactive morning brief summarizing production, machine, energy, and carbon metrics across lines.
Generate a structured decision report summarizing recent factory memory entries.
Get role-specific context guidelines to adjust verbosity, detail level, and framing.