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://enterprise-knowled-hackstreet-boys-amrita-university-coimbatore.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://enterprise-knowled-hackstreet-boys-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.calculator-server] url = "https://enterprise-knowled-hackstreet-boys-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://enterprise-knowled-hackstreet-boys-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Search company documents by query. Returns ranked results with confidence scores.
Find a specific company policy by name. Returns full policy text and metadata.
Search Slack messages for a given query.
Search incidents from a given month or by query.
Look up employee information by ID or name. Returns employee details including role, department, projects, and manager.
Find the owner of a project by project name or ID. Returns project details and owner information.
Find all projects owned by a specific employee. Returns list of projects with status and team information.
Summarize meetings for a given date.
Get action items from meetings for a given date.
Create a Jira ticket.