Blog

Understanding MCPs and Deep Agents

Model Context Protocol and deep agents get talked about interchangeably, and they shouldn't be. MCP is an open standard that gives an AI a governed way to reach the systems you already run: the EHR, the payer portal, the population health platform, the CRM. A deep agent is what turns that reach into finished work, taking a goal, planning the steps, executing across live systems, reasoning about what it finds, and stopping for human approval at the decisions that carry consequence. Follow one care manager's Monday through both versions, before and after, and the difference is visible in the first hour: 40 tabs and a printed gap list becomes one dashboard where every patient has been reviewed, every gap prioritized, and every outreach message drafted for her to check. This piece walks through what each piece actually does, how the ACTAVA Workflow Library maps onto them across HCC review, quality gap closure, and denial management, and why the human checkpoint isn't a concession to compliance but the correct design for clinical AI.

By Joon Lee

8 min read·August 19, 2026

Your Best People Are the Integration Layer. MCP and Deep Agents Change That.

Two ideas keep showing up in conversations about agentic AI in healthcare, and they keep getting conflated. Model Context Protocol is the reach. Deep agents are the intelligence. Here's what each one actually does, and why the pair matters more than either alone.

Sarah is a care manager at a large Medicare Advantage plan. Every Monday starts the same way: 40 open browser tabs, a printed spreadsheet of patients with care gaps, and the arithmetic that says she won't get through all of them by Friday.

She isn't slow and she isn't disorganized. She's a highly trained professional spending most of her day on work she never trained for: pulling data out of one system, checking it against a second, typing findings into a third, then starting over.

That Monday isn't unique to Sarah. It runs in every health system, every plan, and every revenue cycle team in the country.

People became the connective tissue

Healthcare runs on an archipelago of systems that don't talk to each other. On a given day a clinician, coder, or analyst might touch an EHR, a payer portal, a coding engine, a population health platform, a CRM, a document store, and their inbox. Each one holds a piece of the picture. None of them assembles it.

So the humans do the assembling. Expensive, credentialed, licensed people moving information from where it lives to where it's needed.

WorkflowStep 1 (manual)Step 2 (manual)Step 3 (manual)
HCC codingReview chart in the EHRCross-reference the HCC mapping guideRetype findings into the coding platform
Prior authorizationPull clinical notes by handLook up payer criteria on the portalWrite the justification letter from scratch
Care gap closureRun the population reportIdentify open gaps per patientMake outreach calls one at a time
Denial managementFind the denied claimPull supporting documentationDraft the appeal from scratch

Every cell in that table is a person switching windows and applying judgment to a process that's mostly rules. That's the work MCP and deep agents take off the plate.

What MCP actually is

MCP stands for Model Context Protocol. It's an open standard from Anthropic that defines how an AI connects to external tools and data.

Before it existed, wiring AI into a healthcare system meant custom code for every model-and-tool pairing. Bespoke, brittle, expensive to keep alive. MCP replaces that with one common language both sides speak.

The short version

MCP is a universal socket. Before it, every device needed its own plug. It does for AI and data systems roughly what USB did for hardware.

Practically, MCP gives an AI three things it wouldn't otherwise have. Tools are actions it can take: query a database, submit a form, update a record. Resources are data it can read: a clinical record, a fee schedule, a population health report. Prompts are reusable instruction templates, like a structured HCC review framework, pre-loaded and ready.

Each of those arrives through an MCP server, a thin layer that sits in front of a system you already run and exposes it safely. The server doesn't replace your EHR or your payer portal. It gives the AI a governed way to use them.

Healthcare has connected systems before. HL7, FHIR, point-to-point APIs. Those solved data transfer, moving information from A to B. MCP is aimed at something else: letting an AI reason about which data it needs, go get it, act on it, and hand the result to a person. Earlier integrations moved data. This one carries intent.

What a deep agent is

An AI that answers questions is useful. An AI that finishes tasks is a different category of thing.

A deep agent takes a goal, plans the steps to reach it, executes those steps across live systems, reasons about what it finds, and delivers a completed outcome, pausing for human approval at the points that carry consequence.

"Deep" refers to the depth of work completed, not technical complexity. Not one response. Not one tool call. An end-to-end workflow, goal to outcome.

  1. It plans. Given "complete HCC chart review for tomorrow's clinic," it decomposes the goal into every required step before it starts, then adapts as it learns.
  2. It acts on real systems. Through MCP, it reads and writes to your production stack. Live record, live payer criteria, live care plan. Not a sample, not a summary.
  3. It reasons on the way. If a lab result is missing, it flags the gap instead of assuming. If it finds 3 undercoded conditions instead of 1, it captures all 3. Automation follows fixed logic. An agent exercises judgment.
  4. It stops for the human. A coding addendum waits for physician sign-off. A prior authorization waits for care manager approval. The agent absorbs the labor. The human keeps the accountability.

Sarah's Monday, rebuilt

Same Monday. Same 40 patients with open gaps. Same finite hours.

Overnight, the agent worked. It pulled the gap list from the population health platform, retrieved each patient's record from the EHR, and cross-referenced both against the applicable criteria: HEDIS measures, quality program requirements, chronic disease protocols. It ranked the highest-priority interventions per patient. It drafted personalized outreach, pre-populated with the clinical context that makes the message land.

When Sarah sits down, she opens one dashboard instead of 40 tabs. Every patient reviewed. Every gap prioritized. Every message drafted. Her job today is to check the work, override where her judgment says something's off, and approve what she's comfortable approving.

She isn't working faster. She's doing only the part of the job she's uniquely qualified for.

MCP gives AI the reach. Deep agents give it the intelligence. Together they turn an AI that knows healthcare into an AI that does healthcare.

Why neither one works alone

ConfigurationWhat you get
MCP aloneAn AI that can reach your systems but only responds when asked.
Deep agent aloneAn AI that can plan and reason but has no connection to real data.
MCP and deep agentAn AI that connects to live systems, completes whole workflows, and hands finished outcomes to humans for review.

The mechanics are less exotic than they sound. Given a goal, the agent works out which MCP connections it needs and calls them in sequence, letting each result shape the next call. A physician pre-visit review might touch 6 servers: scheduling for tomorrow's appointments, the EHR for records, an HCC knowledge base for diagnosis mapping, the lab system for supporting evidence, the ACTAVA platform to write the summary, and an audit log to record every step. The agent orchestrates all 6. The physician sees one output.

Where this lands for ACTAVA

The ACTAVA Workflow Library was built around the highest-volume problems in value-based care, which is the same list where deep agents pay off first. Each workflow is a goal. MCP supplies the connections. The agent does the work.

WorkflowBusiness valueMCP connections required
VBC1A Prospective HCC reviewRAF accuracy, revenue captureEHR, HCC knowledge base, ACTAVA platform
VBC1B Retrospective auditRecovery from undercoded periodsHistorical EHR records, CMS HCC mappings
VBC3 Real-time documentationPhysician time back at point of careLive EHR write during the encounter
VBC4A/4B Quality gap closureHEDIS and Stars performancePopulation registry, outreach platforms
VBC5A Continuous risk scoringEarlier intervention on rising-risk membersContinuous EHR monitoring, CRM
VBC7B Post-denial managementRecovery on denied claimsPayer API, clinical record, RCM system
VBC9 Chronic disease outreachEngagement and care plan adherenceCRM, scheduling, communication channels

Every row is work that currently consumes human effort per patient, per claim, or per encounter. Run those workflows agentically, with review at the decision points, and the economics of operating them at scale change shape.

Worth saying plainly: MCP servers sit in front of what you already own. No EHR replacement, no rip-and-replace of your integration estate. The investment is in the connective layer, and each new connection widens what the agent can do without disturbing what already works.

The question that always comes next

Describe autonomous AI in healthcare and someone asks, correctly, what happens when it's wrong.

That question sits at the center of the design rather than at the end of it. The agent does the work. The human approves the outcome. No coding addendum commits without physician sign-off. No prior authorization submits without care manager review. No record updates without a checkpoint, and every action lands in an audit trail you can replay.

The agent removes the labor of the task. It doesn't remove anyone's accountability for it. Clinicians and administrators stay responsible. They're just spending that responsibility on judgment instead of on tab-switching.

That's not a compromise made to get AI past compliance. It's the correct design for clinical AI, and it's why human-in-the-loop deep agents are deployable in healthcare when fully autonomous systems aren't.

From adviser to operator

Most of AI's history in healthcare is tools that know a great deal and do very little. Chatbots that answer clinical questions. Decision support that fires alerts. Search that surfaces literature. All useful. None of them finishing the work.

MCP and deep agents are a different proposition: AI that connects to real systems, runs real workflows, reasons through real complexity, and produces real outcomes with a human reviewing at every step that counts.

For ACTAVA, that isn't a roadmap item. The Workflow Library, the MCP connection architecture, and the deep agent framework are what the platform is built on, and together they move healthcare AI out of the advisory seat and into the operational core of how care gets delivered, coded, managed, and paid for.

See what an agent can finish, not just answer

Walk through the ACTAVA Workflow Library and the MCP connections behind it, mapped to the workflows already consuming your team's week.

Start a conversation

Joon Lee

Written by

Joon Lee

Lead Forward Deploy Engineer

Share this