Skip to main content
The healthcare MCP adapter provides mock, demo-only tools that simulate FHIR-style clinical workflows: patient lookup, diagnosis analysis, medication checks, scheduling, and notifications. Use it to prototype agent orchestration, demo Command Center flows, and test error handling — not to process real protected health information (PHI).
Preview / demo only — See Feature availability. This adapter returns synthetic patient data and simulated clinical outcomes. It is not HIPAA-compliant, not connected to real EHR systems, and must not be used with production PHI or live clinical decision-making.

Prerequisites

  • project_contributor access in AgentRuntime
  • No external credentials, EHR integration, or HIPAA BAA required — all data is in-memory mock content
  • Clear internal policy that workflows using this adapter stay in dev, demo, or training environments

Connect in AgentRuntime

1

Confirm environment

Use this adapter only in non-production projects. Do not bind real patient identifiers or upload PHI into workflow inputs.
2

Add healthcare MCP instance

Go to MCP, click Add instance for healthcare. No connection secrets are required.
3

Explore mock patients

Run mcp_callpatient.lookup with sample IDs such as PT-001 to see synthetic records.
4

Walk through a demo flow

Chain patient.lookupdiagnosis.analyzescheduling.find_slotscheduling.book in Workflow Studio to validate orchestration patterns before integrating a real FHIR backend.
See Integrations quickstart for MCP installation patterns.

What you can build

  • Clinical agent demos — Chat Autopilot walks through intake → mock diagnosis → appointment booking for sales or training.
  • Workflow testing — Use _fail and _latency_ms inputs to simulate slow EHR responses and retry logic.
  • Human-in-the-loop prototypeshuman_task approval before medication.prescribe in a sandbox UI flow.
  • Integration blueprint — Replace mock tool calls with real FHIR connectors later while keeping the same workflow graph structure.

Tools

All tools accept optional _latency_ms (simulate delay) and _fail (force error) for testing.

Example

Demo intake and scheduling flow:

Configuration

This adapter has no required connection keys. Mock data is served locally by the connector runtime.

Troubleshooting