A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"decision-os-server": {
"url": "https://decision-os-6a6c76ca-tuff-knuckles-srmist.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
"decision-os-server": {
"serverUrl": "https://decision-os-6a6c76ca-tuff-knuckles-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.decision-os-server] url = "https://decision-os-6a6c76ca-tuff-knuckles-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://decision-os-6a6c76ca-tuff-knuckles-srmist.app.nitrocloud.ai/mcp
Extracts structured decision context from a raw user request.
Detects if critical information is missing from the provided context.
Normalizes the raw request string to reduce noise.
Central decision orchestrator tool that extracts context, executes downstream engines, and returns a unified DecisionReport.
Executes the end-to-end DecisionOS intelligence pipeline for a decision request.
Classifies the decision type and relevant domains.
Creates a Directed Acyclic Graph (DAG) plan for execution.
Validates an execution plan for cyclic dependencies.
Searches for information on a given topic.
Finds evidence to verify a specific claim.
Summarizes raw data points into coherent insights.
Estimates the cost of a project based on scope and resources.
Calculates the Return on Investment.
Estimates potential revenue based on market size and share.
Analyzes the overall market for a given industry.
Identifies key competitors in the market.
Estimates consumer demand for a product type.
Identifies potential risks within a given domain.
Calculates an aggregate risk score based on identified risks.
Generates a plan to mitigate identified risks.