A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"vitalis": {
"url": "https://healthcare-6a6c420c-xbuilders-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
"vitalis": {
"serverUrl": "https://healthcare-6a6c420c-xbuilders-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.vitalis] url = "https://healthcare-6a6c420c-xbuilders-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://healthcare-6a6c420c-xbuilders-srmist.app.nitrocloud.ai/mcp
Perform a rule-based triage assessment of symptoms to determine urgency tier, detect clinical red flags, suggest candidate conditions, and recommend care timeframe.
Fast emergency-only screen to evaluate symptoms against life-threatening clinical red flags.
Map an urgency tier (emergency, urgent, routine, self_care) to appropriate care pathways and preparation.
Resolve a free-text drug name to its RxNorm identifier (RxCUI), synonyms, and drug classes. Use fuzzy=true for misspelled or uncertain names.
Get official FDA drug label sections (boxed warning, indications, contraindications, warnings, adverse reactions, drug interactions, pregnancy, overdosage) for a drug.
Check 2-5 drugs for drug-drug interactions by cross-scanning official FDA label drug_interactions sections. Returns severity-banded findings with evidence excerpts. Absence of a finding is not proof of safety.
Get the most frequently reported adverse reactions for a drug from the FDA adverse event reporting system (FAERS).
Get FDA recall/enforcement actions for a drug (reason, classification, date, status).
Search condition name to get corresponding ICD-10-CM code(s) and clinical description.
Search condition name to get corresponding WHO ICD-11 MMS entity codes, chapter classification, and ICD-10 crosswalk.
Interpret a quantitative laboratory test value against established reference ranges (low, normal, high, critical).
Provide a patient-friendly, grade-6 reading level explanation of what a lab test measures, why it is ordered, and test preparation.
Map reported symptom text to candidate ICD-10-CM codes for documentation and coding support.
Search NCBI PubMed for biomedical literature and clinical studies by query, publication type filter (guideline, meta-analysis, RCT, review), and recency.
Get full citation metadata, DOI, MeSH terms, and abstract text for a PubMed PMID.
Search ClinicalTrials.gov for human clinical trials by condition, recruitment status, and phase.
Get detailed study protocol information, eligibility criteria, and locations for an NCT ID.
Fetch PubMed abstracts for a topic and structure an evidence digest for LLM synthesis.
Search synthetic FHIR R4 patients by name, gender, or birthdate.
Get synthetic FHIR R4 patient demographics, address, and medical record number (MRN).
Get active or historical problem list / conditions for a synthetic FHIR patient.
Get active or stopped medication requests for a synthetic FHIR patient.
Get vital signs or lab observations history for a synthetic FHIR patient.
Get clinical visit / encounter timeline for a synthetic FHIR patient.
Get allergy and intolerance records for a synthetic FHIR patient.
Get immunization and vaccination records for a synthetic FHIR patient.
Get complete aggregated clinical summary bundle for a synthetic FHIR patient (demographics, active conditions, active medications, recent vitals, encounters, allergies, and immunizations). Feeds the flagship patient-summary widget.
Generate a standardized SBAR (Situation, Background, Assessment, Recommendation) or narrative clinical handoff summary from synthetic FHIR patient data.
Reconcile two medication lists (e.g. EHR active list vs patient-reported home list) to identify added, removed, continued, or duplicate-risk drugs. Feeds the med-reconciliation widget.
Draft a specialist referral letter and consultation request context using FHIR patient data.
Search PubMed for peer-reviewed clinical practice guidelines for a specified condition.
Generate a patient visit-preparation checklist and itemized bring-list based on visit type and condition.