healthpoint-rs
Rank #31,114io.github.edithatogo/healthpoint-rs
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
healthpoint-rs is a Model Context Protocol (MCP) server published by edithatogo. It ranks #31,114 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. healthpoint-rs is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 29, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 84,346 of 115,460 servers on MCP Toplist.
Use healthpoint-rs
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add healthpoint-rs -e "HEALTHPOINT_API_KEY=<your HEALTHPOINT_API_KEY>" -e "HEALTHPOINT_BASE_URL=<your HEALTHPOINT_BASE_URL>" -e "HEALTHPOINT_AUTH_SCHEME=<your HEALTHPOINT_AUTH_SCHEME>" -e "HEALTHPOINT_GEO_SEARCH_MODE=<your HEALTHPOINT_GEO_SEARCH_MODE>" -e "HEALTHPOINT_TIMEOUT_SECS=<your HEALTHPOINT_TIMEOUT_SECS>" -- docker run -i --rm ghcr.io/edithatogo/healthpoint-mcp:0.1.0Replace each placeholder with your own value before saving.
[mcp_servers.healthpoint-rs]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/edithatogo/healthpoint-mcp:0.1.0"]
[mcp_servers.healthpoint-rs.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.edithatogo%2Fhealthpoint-rs)<a href="https://mcptoplist.com/server/io.github.edithatogo%2Fhealthpoint-rs"><img src="https://mcptoplist.com/badge/io.github.edithatogo%2Fhealthpoint-rs.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
edithatogo
Other servers by edithatogo
- FYI MCP#10,788 · 1 ver
- OSF CLI Go#16,139 · 1 ver
- Sourceright#28,312 · 2 vers
- MCHS NWAU Calculator#30,185 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 30, 2026 |
Frequently asked questions
- Who maintains healthpoint-rs?
- healthpoint-rs is maintained by edithatogo, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is healthpoint-rs listed on the Official MCP Registry?
- Yes — healthpoint-rs is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does healthpoint-rs have?
- MCP Toplist tracks 1 version of healthpoint-rs, most recently published on Jun 30, 2026.
- Where can I find the source code for healthpoint-rs?
- The source code for healthpoint-rs is hosted at github.com/edithatogo/healthpoint-rs.