Loading MCP server directory, please wait...
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
npx @getmcp/cli add io.github.edithatogo/healthpoint-rsRequires Docker Engine. Community-contributed server. Review source before installing.
HEALTHPOINT_API_KEYUser-provided licensed Healthpoint API key/token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.edithatogo/healthpoint-rs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"HEALTHPOINT_API_KEY",
"-e",
"HEALTHPOINT_BASE_URL",
"-e",
"HEALTHPOINT_AUTH_SCHEME",
"-e",
"HEALTHPOINT_GEO_SEARCH_MODE",
"-e",
"HEALTHPOINT_TIMEOUT_SECS",
"ghcr.io/edithatogo/healthpoint-mcp:0.1.0"
],
"env": {
"HEALTHPOINT_API_KEY": "",
"HEALTHPOINT_BASE_URL": "https://uat.healthpointapi.com/baseR4/",
"HEALTHPOINT_AUTH_SCHEME": "x-api-key",
"HEALTHPOINT_GEO_SEARCH_MODE": "healthpoint-lat-lon",
"HEALTHPOINT_TIMEOUT_SECS": "30"
}
}
}
}MCP server for progressive tool usage at any scale (see https://klavis.ai)
Analytics for business data: upload CSV or connect GA4/GSC, run ML/stats, get HTML reports.
Decision system for AI coding agents. Surfaces what your project decided, and why, before changes.
A MCP server built for developers enabling Git based project management with project and personal…