Calculator 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
    "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:

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
    "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
Available Tools
calculate

Perform basic arithmetic calculations

convert_temperature

Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).

understand-question

Extract machine IDs, timeframe, product line, and intent from a user question.

clarify-slots

Determine if any required slots are missing for a given intent and return clarification questions.

list-machines

List all available machines in the facility with their basic status and metrics.

get-machine-metrics

Get machine health, status, OEE, capacity, and downtime risk for a given machine or line.

get-production-metrics

Get production schedule, throughput, backlog, and active orders for a given line.

get-carbon-metrics

Get carbon emissions, shift emissions, and carbon intensity for a given line.

get-energy-metrics

Get electricity price, peak windows, renewable percentage, and grid availability for a given line.

get-quality-metrics

Get defect rate, inspection pass rate, and last root cause for a given line.

get-inventory-metrics

Get stock level, days remaining, and reorder threshold for a given material.

get-cost-metrics

Get energy cost, labor cost, material cost, maintenance cost, and total cost for a given line.

get-waste-metrics

Get scrap weight, recyclable percentage, and wastewater volume for a given line.

get-safety-metrics

Get incident count, PPE compliance percentage, and gas level status for a given line.

get-daily-snapshot

Get the saved daily snapshot record for a given line and date.

get-risk-analysis

Analyze risk level and score for a given line or machine based on downtime, backlog, and grid availability.

get-confidence-score

Calculate confidence score for a decision context based on the data points used.

get-alternatives

Generate realistic alternative actions for a given line state and decision context.

explain-decision

Explain a decision and why alternative options were rejected.

save-factory-memory

Save a factory decision or event to the persistent memory store.

get-factory-memory

Retrieve factory decision and event history from the persistent memory store.

generate-morning-brief

Generate a proactive morning brief summarizing production, machine, energy, and carbon metrics across lines.

generate-decision-report

Generate a structured decision report summarizing recent factory memory entries.

get-role-context

Get role-specific context guidelines to adjust verbosity, detail level, and framing.