MCP Server
Active
Apache-2.0
healthpoint-rs MCP Server
io.github.edithatogo/healthpoint-rs
What is the healthpoint-rs MCP server?
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
How to install healthpoint-rs
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
HEALTHPOINT_API_KEYrequiredsecretUser-provided licensed Healthpoint API key/token.
HEALTHPOINT_BASE_URLHealthpoint API base URL.
HEALTHPOINT_AUTH_SCHEMEbearer | x-api-key | header:<name> | none
HEALTHPOINT_GEO_SEARCH_MODEhealthpoint-lat-lon | fhir-near
HEALTHPOINT_TIMEOUT_SECSHTTP timeout in seconds, clamped to 1..300.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"healthpoint-rs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/healthpoint-mcp:0.1.0"
],
"env": {
"HEALTHPOINT_API_KEY": "<YOUR_HEALTHPOINT_API_KEY>",
"HEALTHPOINT_BASE_URL": "<YOUR_HEALTHPOINT_BASE_URL>",
"HEALTHPOINT_AUTH_SCHEME": "<YOUR_HEALTHPOINT_AUTH_SCHEME>",
"HEALTHPOINT_GEO_SEARCH_MODE": "<YOUR_HEALTHPOINT_GEO_SEARCH_MODE>",
"HEALTHPOINT_TIMEOUT_SECS": "<YOUR_HEALTHPOINT_TIMEOUT_SECS>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"healthpoint-rs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/healthpoint-mcp:0.1.0"
],
"env": {
"HEALTHPOINT_API_KEY": "<YOUR_HEALTHPOINT_API_KEY>",
"HEALTHPOINT_BASE_URL": "<YOUR_HEALTHPOINT_BASE_URL>",
"HEALTHPOINT_AUTH_SCHEME": "<YOUR_HEALTHPOINT_AUTH_SCHEME>",
"HEALTHPOINT_GEO_SEARCH_MODE": "<YOUR_HEALTHPOINT_GEO_SEARCH_MODE>",
"HEALTHPOINT_TIMEOUT_SECS": "<YOUR_HEALTHPOINT_TIMEOUT_SECS>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"healthpoint-rs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/healthpoint-mcp:0.1.0"
],
"env": {
"HEALTHPOINT_API_KEY": "<YOUR_HEALTHPOINT_API_KEY>",
"HEALTHPOINT_BASE_URL": "<YOUR_HEALTHPOINT_BASE_URL>",
"HEALTHPOINT_AUTH_SCHEME": "<YOUR_HEALTHPOINT_AUTH_SCHEME>",
"HEALTHPOINT_GEO_SEARCH_MODE": "<YOUR_HEALTHPOINT_GEO_SEARCH_MODE>",
"HEALTHPOINT_TIMEOUT_SECS": "<YOUR_HEALTHPOINT_TIMEOUT_SECS>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"healthpoint-rs": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/healthpoint-mcp:0.1.0"
],
"env": {
"HEALTHPOINT_API_KEY": "<YOUR_HEALTHPOINT_API_KEY>",
"HEALTHPOINT_BASE_URL": "<YOUR_HEALTHPOINT_BASE_URL>",
"HEALTHPOINT_AUTH_SCHEME": "<YOUR_HEALTHPOINT_AUTH_SCHEME>",
"HEALTHPOINT_GEO_SEARCH_MODE": "<YOUR_HEALTHPOINT_GEO_SEARCH_MODE>",
"HEALTHPOINT_TIMEOUT_SECS": "<YOUR_HEALTHPOINT_TIMEOUT_SECS>"
}
}
}
}Claude Code
claude mcp add healthpoint-rs --env HEALTHPOINT_API_KEY=<YOUR_HEALTHPOINT_API_KEY> --env HEALTHPOINT_BASE_URL=<YOUR_HEALTHPOINT_BASE_URL> --env HEALTHPOINT_AUTH_SCHEME=<YOUR_HEALTHPOINT_AUTH_SCHEME> --env HEALTHPOINT_GEO_SEARCH_MODE=<YOUR_HEALTHPOINT_GEO_SEARCH_MODE> --env HEALTHPOINT_TIMEOUT_SECS=<YOUR_HEALTHPOINT_TIMEOUT_SECS> -- docker run -i --rm ghcr.io/edithatogo/healthpoint-mcp:0.1.0Related MCP servers
FYI MCP
Active
FYI request management with tools for requests, authorities, correspondence, sync, and health.
1
View repository →Python
MCHS NWAU Calculator
Active
Stdio MCP server for MCHS schemas, validation, support status, and evidence.
1
View repository →SAS
MIT
Sourceright
Active
Reference verification MCP server for CSL bibliographies, evidence, and audited writes.
1
View repository →Rust
OSF CLI Go
Maintained
Read-only MCP tools for authenticated Open Science Framework projects and files.
0
View repository →Go
Apache-2.0