Google Cloud Healthcare API MCPServer

Kartha-AI
GitHub
Health & WellnessCloud PlatformsAgent Orchestration

Loading subscription status...

💡 Description

An MCP server that provides healthcare tools to interact with FHIR resources on the Google Cloud Healthcare API and PubMed research articles, allowing AI-driven healthcare solutions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "google-cloud-healthcare-api-mcp": {
        "env": {
          "FDA_API_KEY": "your_fda_api_key",
          "FHIR_BASE_URL": "{gchapi-fhir-gateway-host}/fhir",
          "PUBMED_API_KEY": "your_pubmed_api_key",
          "FIREBASE_APP_ID": "XXXXXXXXX",
          "FIREBASE_API_KEY": "XXXXXXXXX",
          "FIREBASE_PROJECT_ID": "XXXXXXX",
          "FIREBASE_AUTH_DOMAIN": "XXXXXXXX",
          "CLINICAL_TRIALS_API_KEY": "your_trials_api_key",
          "FIREBASE_MEASUREMENT_ID": "XXXXXXXX",
          "FIREBASE_STORAGE_BUCKET": "XXXXXXXXX",
          "FIREBASE_AUTH_CALLBACK_PORT": "3456",
          "FIREBASE_MESSAGING_SENDER_ID": "XXXXXXX"
        },
        "args": [
          "/Users/your-username/{google-cloud-healthcare-api-mcp dir}/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get_patient_medicationsget_lab_resultsget_patient_allergiesget_patient_observationsget_patient_encountersget_patient_proceduresget_patient_careplansget_medications_historysearch-pubmedsearch-trialsdrug-interactions

Features

  • Interacts with Google Cloud Healthcare API
  • Supports FHIR operations
  • Integrates with PubMed for medical research

💬 Example Queries

  • Retrieve a patient's medications
  • Get patient conditions
  • Search for PubMed articles related to a medical condition