HomeOther › HealthClawGuardrails

HealthClawGuardrails

Guardrailed FHIR access for AI agents: PHI redaction, audit trail, step-up auth, tenant isolation

Python Remote
★ 30 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp-server-production-5112.up.railway.app/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http healthclawguardrails https://mcp-server-production-5112.up.railway.app/mcp --header "X-Tenant-Id: <YOUR_VALUE>" --header "X-Step-Up-Token: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "healthclawguardrails": {
      "url": "https://mcp-server-production-5112.up.railway.app/mcp",
      "headers": {
        "X-Tenant-Id": "<YOUR_VALUE>",
        "X-Step-Up-Token": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-Tenant-Id — Tenant identifier — the public demo tenant 'desktop-demo' works without credentials
  • X-Step-Up-Token secret — Tenant-bound HMAC step-up token, required for write-tier tools and non-public tenant reads

Related servers

Data from the Official MCP Registry