# Google Cloud Healthcare API Server

Provide healthcare data access and querying capabilities by integrating with Google Cloud Healthcare FHIR APIs and public medical research databases. Enable seamless retrieval of patient records, cli…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add msathiyakeerthi/google-cloud-healthcare-api-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list msathiyakeerthi/google-cloud-healthcare-api-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get msathiyakeerthi/google-cloud-healthcare-api-mcp find_patient

# Call a tool
npx -y @smithery/cli@latest tool call msathiyakeerthi/google-cloud-healthcare-api-mcp find_patient '{}'
```

## Tools (15)

- `find_patient` — Search for a patient by demographics
- `get_patient_observations` — Get observations (vitals, labs) for a patient
- `get_patient_conditions` — Get medical conditions/diagnoses for a patient
- `get_patient_medications` — Get medication orders for a patient
- `get_patient_encounters` — Get healthcare encounters/visits for a patient
- `get_patient_allergies` — Get allergies and intolerances for a patient
- `get_patient_procedures` — Get procedures performed on a patient
- `get_patient_careplans` — Get care plans for a patient
- `get_vital_signs` — Get patient's vital signs history
- `get_lab_results` — Get patient's lab results
- `get_medications_history` — Get patient's medication history including changes
- `get_appointments` — Get patient's Appointments
- `search-pubmed` — Search PubMed for medical literature
- `search-trials` — Search ClinicalTrials.gov for relevant studies
- `get-drug-info` — Get Drug details by a generic name

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get msathiyakeerthi/google-cloud-healthcare-api-mcp <tool-name>
```

---

Source: https://github.com/msathiyakeerthi/google-cloud-healthcare-api-mcp | License: MIT
