← Back to browse

healthpoint-rs

Indexed by io.github.edithatogo

About

Read-only MCP server for licensed Healthpoint HL7 FHIR API access.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHEALTHPOINT_API_KEY HEALTHPOINT_BASE_URL HEALTHPOINT_AUTH_SCHEME HEALTHPOINT_GEO_SEARCH_MODE HEALTHPOINT_TIMEOUT_SECS
Claude Code
claude mcp add --env HEALTHPOINT_API_KEY= --env HEALTHPOINT_BASE_URL= --env HEALTHPOINT_AUTH_SCHEME= --env HEALTHPOINT_GEO_SEARCH_MODE= --env HEALTHPOINT_TIMEOUT_SECS= healthpoint-rs -- docker ghcr.io/edithatogo/healthpoint-mcp:0.1.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"healthpoint-rs","command":"docker","args":["ghcr.io/edithatogo/healthpoint-mcp:0.1.0"],"env":{"HEALTHPOINT_API_KEY":"","HEALTHPOINT_BASE_URL":"","HEALTHPOINT_AUTH_SCHEME":"","HEALTHPOINT_GEO_SEARCH_MODE":"","HEALTHPOINT_TIMEOUT_SECS":""}}'
JSON
{
  "mcpServers": {
    "healthpoint-rs": {
      "command": "docker",
      "args": [
        "ghcr.io/edithatogo/healthpoint-mcp:0.1.0"
      ],
      "env": {
        "HEALTHPOINT_API_KEY": "",
        "HEALTHPOINT_BASE_URL": "",
        "HEALTHPOINT_AUTH_SCHEME": "",
        "HEALTHPOINT_GEO_SEARCH_MODE": "",
        "HEALTHPOINT_TIMEOUT_SECS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.