MCP Server
MCP
healthpoint-rs
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
Install
oci:ghcr.io/edithatogo/healthpoint-mcp:0.1.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/edithatogo/healthpoint-mcp:0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "User-provided licensed Healthpoint API key/token.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HEALTHPOINT_API_KEY"
},
{
"description": "Healthpoint API base URL.",
"format": "string",
"default": "https://uat.healthpointapi.com/baseR4/",
"name": "HEALTHPOINT_BASE_URL"
},
{
"description": "bearer | x-api-key | header:<name> | none",
"format": "string",
"default": "x-api-key",
"name": "HEALTHPOINT_AUTH_SCHEME"
},
{
"description": "healthpoint-lat-lon | fhir-near",
"format": "string",
"default": "healthpoint-lat-lon",
"name": "HEALTHPOINT_GEO_SEARCH_MODE"
},
{
"description": "HTTP timeout in seconds, clamped to 1..300.",
"format": "string",
"default": "30",
"name": "HEALTHPOINT_TIMEOUT_SECS"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment