Aethercare 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
    "aethercare-mcp": {
      "url": "https://aethercare-6a64dd4e-codecrafters-amrita-university-coimbatore.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
    "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
Available Tools
open_agentic_command_center

Launches the full-screen AetherCare Agentic Control Hub Dashboard providing a 360-degree start-to-end autonomous resolution for any healthcare emergency.

check_hospital_empanelment

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_procedure_price_cap

Verify government legally mandated price caps for medical devices (stents, implants) and surgical packages under NPPA & NHA guidelines.

check_scheme_eligibility_and_docs

Check patient eligibility for public health insurance across South India & National schemes and generate required document checklist.

analyze_billing_fraud_risk

Audit line-item medical hospital bills or pre-treatment cost estimates to detect illegal out-of-pocket demands and price cap violations.

search_healthcare_announcements

Fetch recent government health circulars, SAFU hospital suspension notices across South India and National boards.

trigger_autonomous_circular_ingestion

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.

route_healthcare_query_moe

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.

find_nearest_hospitals_geo

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.

audit_pharmacy_drug_prices

Verify NPPA statutory ceiling prices for essential life-saving medicines under National List of Essential Medicines (NLEM 2026) & DPCO regulations.

calculate_out_of_pocket_cashless_rebate

Calculates legal reimbursement entitlement and penalty interest for citizens forced to pay illegal out-of-pocket cash deposits at empaneled PM-JAY hospitals.

run_autonomous_agentic_workflow

Executes a pure, multi-stage autonomous AI agentic loop (Perception -> MoE Reasoning -> Audit -> Legal Recourse -> Enforcement) to resolve complex healthcare emergencies in real-time.

dispatch_emergency_email_escalation

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.

track_agentic_action_progress

Tracks the real-time execution progress of an autonomous multi-step agentic action (Perception -> Tool Selection -> State Mutation -> Action Execution -> Verification).

configure_external_ai_gateway

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.