Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
Most knowledge and memory work still happens through a UI a human drives. Healthpoint MCP server moves it into the conversation instead. Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
Rust-first tooling for the Healthpoint HL7 FHIR® API: a typed client, CLI, read-only MCP server, and future open-social-data adapter.
The server publishes 10 tools. What each one is for:
healthpoint.diagnostic.status — Show redacted runtime mode, configuration, and readinesshealthpoint.access.notes — Show non-secret endpoint, auth, and documentation noteshealthpoint.access.policy — Show the conservative access/export policy before reusehealthpoint.services.search — Search HealthcareService records by text, codes, region filters, cursor, and limithealthpoint.services.search_snomed — Search HealthcareService records by SNOMED CT code in type, category, or specialtyhealthpoint.services.nearby — Find HealthcareService records near a latitude/longitude pointhealthpoint.service.get — Read one HealthcareService by FHIR idhealthpoint.location.get — Read one Location by FHIR idhealthpoint.organization.get — Read one Organization by FHIR idhealthpoint.resource.read — Read a supported healthpoint:// resource URISetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: HEALTHPOINT_MODE, HEALTHPOINT_API_KEY, HEALTHPOINT_BASE_URL, HEALTHPOINT_AUTH_SCHEME, HEALTHPOINT_GEO_SEARCH_MODE, HEALTHPOINT_TIMEOUT_SECS, HEALTHPOINT_EXPORT_POLICY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Healthpoint's toolset — healthpoint.diagnostic.status, healthpoint.access.notes, healthpoint.access.policy and 7 more — is a fair guide to whether it matches your workflow. It is maintained by edithatogo; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| healthpoint.diagnostic.status | Show redacted runtime mode, configuration, and readiness. |
| healthpoint.access.notes | Show non-secret endpoint, auth, and documentation notes. |
| healthpoint.access.policy | Show the conservative access/export policy before reuse. |
| healthpoint.services.search | Search HealthcareService records by text, codes, region filters, cursor, and limit. |
| healthpoint.services.search_snomed | Search HealthcareService records by SNOMED CT code in type, category, or specialty. |
| healthpoint.services.nearby | Find HealthcareService records near a latitude/longitude point. |
| healthpoint.service.get | Read one HealthcareService by FHIR id. |
| healthpoint.location.get | Read one Location by FHIR id. |
| healthpoint.organization.get | Read one Organization by FHIR id. |
| healthpoint.resource.read | Read a supported healthpoint:// resource URI. |
| Variable | Description | Required |
|---|---|---|
| HEALTHPOINT_MODE | Configuration value read at startup. | Optional |
| HEALTHPOINT_API_KEY | Credential the server authenticates with. | Yes |
| HEALTHPOINT_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| HEALTHPOINT_AUTH_SCHEME | Configuration value read at startup. | Optional |
| HEALTHPOINT_GEO_SEARCH_MODE | Configuration value read at startup. | Optional |
| HEALTHPOINT_TIMEOUT_SECS | Configuration value read at startup. | Optional |
| HEALTHPOINT_EXPORT_POLICY | Configuration value read at startup. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.