Submit

Healthpoint Rs

@edithatogo

Read-only MCP server for licensed Healthpoint HL7 FHIR API access. Users bring their own Healthpoint API key; no Healthpoint data or secrets are bundled.

Tools

Server Config

{
  "mcpServers": {
    "healthpoint": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "HEALTHPOINT_API_KEY",
        "-e",
        "HEALTHPOINT_BASE_URL",
        "-e",
        "HEALTHPOINT_AUTH_SCHEME",
        "ghcr.io/edithatogo/healthpoint-mcp:0.1.0"
      ],
      "env": {
        "HEALTHPOINT_API_KEY": "<YOUR_LICENSED_HEALTHPOINT_API_KEY>",
        "HEALTHPOINT_BASE_URL": "https://uat.healthpointapi.com/baseR4/",
        "HEALTHPOINT_AUTH_SCHEME": "x-api-key"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.