Healthpoint MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEALTHPOINT_API_KEY | Yes | Your Healthpoint API key. | |
| HEALTHPOINT_BASE_URL | No | Base URL for the Healthpoint API. Default is https://uat.healthpointapi.com/baseR4/ | https://uat.healthpointapi.com/baseR4/ |
| HEALTHPOINT_AUTH_SCHEME | No | Authentication scheme: bearer, x-api-key, header:<name>, or none. Default is x-api-key. | x-api-key |
| HEALTHPOINT_TIMEOUT_SECS | No | Timeout in seconds for API requests. Default is 30. | 30 |
| HEALTHPOINT_EXPORT_POLICY | No | Export policy: local-only, licensed-share, or open-approved. Default is local-only. | local-only |
| HEALTHPOINT_GEO_SEARCH_MODE | No | Geographic search mode: healthpoint-lat-lon or fhir-near. Default is healthpoint-lat-lon. | healthpoint-lat-lon |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| healthpoint_access_policyA | Show conservative Healthpoint access/export policy. Use before exporting or reusing data. |
| healthpoint_api_access_notesA | Show Healthpoint API access notes discovered from the portal. Does not include secrets. |
| healthpoint_diagnostic_statusA | Show redacted Healthpoint client configuration and readiness. Never returns the API key. |
| healthpoint_find_nearby_servicesA | Find nearby Healthpoint HealthcareService records by latitude/longitude. Read-only. |
| healthpoint_get_locationB | Get a single Healthpoint Location record by FHIR id. Read-only. |
| healthpoint_get_organizationA | Get a single Healthpoint Organization record by FHIR id. Read-only. |
| healthpoint_get_serviceA | Get a single Healthpoint HealthcareService record by FHIR id. Read-only. |
| healthpoint_read_resource_uriA | Read a supported healthpoint:// resource URI. This mirrors planned MCP resources while keeping the operation explicit and read-only. |
| healthpoint_search_by_snomedA | Search Healthpoint HealthcareService records by SNOMED CT code. Read-only. |
| healthpoint_search_servicesB | Search Healthpoint HealthcareService records. Read-only; requires a user-provided API key. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| healthpoint_license_check | Prepare a license/export safety check before using Healthpoint data. |
| healthpoint_safe_search | Draft a safe Healthpoint service-search request using licensed, read-only access. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Diagnostic status | Redacted runtime client configuration |
| API access notes | Non-secret Healthpoint API endpoint and access notes |
| Access policy | Conservative Healthpoint access and export policy |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/edithatogo/healthpoint-rs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server