A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"aethercare-mcp": {
"url": "https://aethercare-6a64dd4e-codecrafters-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
"aethercare-mcp": {
"serverUrl": "https://aethercare-6a64dd4e-codecrafters-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.aethercare-mcp] url = "https://aethercare-6a64dd4e-codecrafters-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://aethercare-6a64dd4e-codecrafters-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Launches the full-screen AetherCare Agentic Control Hub Dashboard providing a 360-degree start-to-end autonomous resolution for any healthcare emergency.
Lookup hospital empanelment status, cashless facility availability, active scheme coverage across Tamil Nadu (CMCHIS), Karnataka (SAST), Kerala (Karunya), Telangana/AP (Aarogyasri), PM-JAY, CGHS, and SAFU blacklist alerts.
Verify government legally mandated price caps for medical devices (stents, implants) and surgical packages under NPPA & NHA guidelines.
Check patient eligibility for public health insurance across South India & National schemes and generate required document checklist.
Audit line-item medical hospital bills or pre-treatment cost estimates to detect illegal out-of-pocket demands and price cap violations.
Fetch recent government health circulars, SAFU hospital suspension notices across South India and National boards.
Autonomous data-harvesting engine that simulates scraping state/national health portals (NHA, NPPA circulars), computes content hashes, and updates live hospital blacklists & price cap registries.
Autonomous Mixture-of-Experts (MoE) Master Decision Engine that perceives user healthcare problems and automatically solves them from start-to-end by orchestrating multi-agent tasks, auditing bills, generating legal notices, and dispatching Collector email escalations.
Finds nearest empaneled public & private cashless hospitals sorted by GPS distance radius (in km), ICU bed availability, and active status across Chennai, Coimbatore, Bengaluru, Kochi, Hyderabad, Mumbai, and Delhi.
Verify NPPA statutory ceiling prices for essential life-saving medicines under National List of Essential Medicines (NLEM 2026) & DPCO regulations.
Calculates legal reimbursement entitlement and penalty interest for citizens forced to pay illegal out-of-pocket cash deposits at empaneled PM-JAY hospitals.
Executes a pure, multi-stage autonomous AI agentic loop (Perception -> MoE Reasoning -> Audit -> Legal Recourse -> Enforcement) to resolve complex healthcare emergencies in real-time.
Generates and dispatches an automated emergency complaint email packet to the District Collector, NHA Grievance Officer (grievance@nha.gov.in), and State Anti-Fraud Unit (SAFU) when a hospital demands illegal cash or violates price caps.
Tracks the real-time execution progress of an autonomous multi-step agentic action (Perception -> Tool Selection -> State Mutation -> Action Execution -> Verification).
Configure external LLM API key providers (OpenAI GPT-4o, Anthropic Claude 3.5 Sonnet, Google Gemini 1.5 Pro, DeepSeek) for multi-provider agentic inference.