A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"care360-surge-command": {
"url": "https://medflow-6a653888-team-tomatoes-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
"care360-surge-command": {
"serverUrl": "https://medflow-6a653888-team-tomatoes-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.care360-surge-command] url = "https://medflow-6a653888-team-tomatoes-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://medflow-6a653888-team-tomatoes-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Run the complete persistent surge demo: change hospital conditions, compare plans, check policy, approve, execute and inspect the audit trail.
Advance the shared live hospital clock and return the latest persistent SurgeGuard state for an open widget.
Show the active surge incident, command objectives and next actions. No IDs required.
Show current staffed bed capacity and surge-space readiness. No IDs required.
Show emergency queues, wait times and service-level breaches. No IDs required.
Show qualification-checked staffing coverage and blocking gaps. No IDs required.
Change live hospital conditions, then recalculate every dashboard and plan. No IDs required.
Generate and compare three surge options, excluding blocked plans from selection.
Check whether a selected plan can be approved now and state exactly what must be resolved first.
Inspect a candidate plan’s actions, assumptions, allocations and current live policy status without approving or executing it.
Record human approval for a policy-eligible plan. Demo mode has no external effects.
Start the approved plan in safe simulation mode and monitor controlled execution.