A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"healthpass-lite": {
"url": "https://temp-server-6a64979-ctrl-alt-elite-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
"healthpass-lite": {
"serverUrl": "https://temp-server-6a64979-ctrl-alt-elite-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.healthpass-lite] url = "https://temp-server-6a64979-ctrl-alt-elite-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://temp-server-6a64979-ctrl-alt-elite-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Authenticate a patient by ID and return a session token
Retrieve upcoming appointments for a patient
Book a new appointment for a patient with a doctor
Retrieve lab test reports for a patient
Retrieve current medicines and prescriptions for a patient
Set reminder times for a medicine
Assign a nominee for a senior citizen patient. Only senior citizens can assign nominees. Nominee must pass blood group verification.
Verify nominee blood group against Aadhaar records. Returns match/mismatch. Nominee access is only granted after successful verification.
Upload a medical report (lab/radiology). If severity is "critical", automatically triggers alert notification to patient and doctor.
Send a critical report alert notification to both patient and doctor. Logs as a distinct notification type.
Update estimated wait time for a hospital department. Only lab assistants can call this.
Get current estimated wait time for a hospital department. Callable by patients and doctors.
Hospital requests access to a patient's medical records. Patient must grant access separately.
Patient grants a hospital access to their medical records. Only the patient can call this.
Patient revokes a hospital's access to their medical records. Only the patient can call this.
Get a patient's medical history (appointments, lab reports, medicines). Doctors must have consent; patients can access their own records.