Nexusiq Mcp

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
    "nexusiq-mcp": {
      "url": "https://nexusiq-6a5b4334-akkanda-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
    "nexusiq-mcp": {
      "serverUrl": "https://nexusiq-6a5b4334-akkanda-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.nexusiq-mcp]
url = "https://nexusiq-6a5b4334-akkanda-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://nexusiq-6a5b4334-akkanda-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
analyze_contract

Analyzes a procurement contract for commercial risks, extracts supporting evidence, flags evidence gaps, and returns a deterministic APPROVE/REVIEW/REJECT recommendation with confidence.

vendor_intelligence

Looks up a vendor in the knowledge base by ID (preferred) or name, and returns compliance, financial stability, and risk data. Unknown vendors return riskRating "UNKNOWN" rather than an error.

cost_simulator

Estimates the financial impact of a procurement deal, factoring in vendor risk premium and negotiation leverage. estimatedSavings can be negative - that is a valid outcome, not an error.

negotiation_assistant

Turns identified procurement risks into structured negotiation talking points, each tied to a specific risk and clause reference. Use only when negotiation opportunities exist (recommendation was REVIEW or risks were found).

orchestrate_decision

Deterministic final decision step. Takes the outputs of analyze_contract, vendor_intelligence, and cost_simulator and combines them into one finalRecommendation with confidence = minimum across all three signals. This is rule-based, not another model call - same inputs always produce the same decision.