Expose FHIR healthcare data resources to MCP agents with review boundaries
Use a FHIR MCP server to query healthcare data resources for documentation and integration workflows while keeping PHI and clinical-use limits explicit.
npx skills add agentskillexchange/skills --skill expose-fhir-healthcare-data-resources-to-mcp-agents-with-review-boundaries
Use this skill when a healthcare documentation or integration workflow needs controlled MCP access to FHIR resources. The operator configures the FHIR endpoint, authentication, allowed resources, and privacy controls, then lets an MCP client query or inspect data needed for documentation, intake, interoperability testing, or integration support. Invoke it for FHIR resource exploration and structured healthcare-data workflows where source systems and access permissions are known. The boundary is technical FHIR data access for reviewed workflows; it is not diagnosis, treatment advice, clinical decision support, or permission to expose protected health information outside approved systems.
What this skill actually does
Inputs and prerequisites: FHIR-compatible backend, MCP client, authentication credentials, privacy/compliance controls for any protected health information.
Setup notes: Follow the repository setup instructions, configure the target FHIR server and authentication, then test only against approved development or de-identified data before production use.
Source and verification boundary: use https://github.com/the-momentum/fhir-mcp-server as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.
Framework fit: publish this as a MCP workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.