By NHI Mgmt Group Editorial TeamPublished 2025-06-10Domain: Agentic AI & NHIsSource: Pomerium

TL;DR: MCP turns LLMs into decision-making agents that can trigger actions across internal systems, which means static identity, policy, and audit models no longer fit, according to Pomerium. The security problem is not the model itself but the trust assumptions around who it acts for, what it can do, and how every action is proven.


At a glance

What this is: This is an analysis of agentic access management for MCP workflows, with the core finding that MCP changes AI from a responder into an actor that needs identity, policy, and auditability at the point of decision.

Why it matters: It matters because IAM teams now have to govern non-human decision-makers that can touch real systems, which makes access scope, traceability, and enforcement part of the control plane rather than an afterthought.

By the numbers:

👉 Read Pomerium's analysis of agentic access management for MCP workflows


Context

Agentic access management is the problem of controlling what an AI agent can see, decide, and do once it is allowed to operate inside enterprise systems. MCP makes that problem urgent because it gives models a standard way to connect context to action, which means existing IAM assumptions about static identity and fixed execution paths stop holding.

The governance gap is not that AI agents exist. It is that many programmes still treat them like advanced automation instead of runtime actors with their own access footprint. Once an agent can call APIs, trigger workflows, and pass state downstream, identity, policy, and audit controls have to sit in the execution path, not around it.

That makes this topic directly relevant to NHI governance, agentic AI oversight, and broader access control design. The starting position is now typical, not exceptional, for teams that are trying to extend current IAM controls into MCP-driven workflows.


Key questions

Q: How should security teams govern AI agents that can call tools through MCP?

A: Security teams should govern MCP-connected agents as runtime actors, not as passive applications. That means binding each agent to a clear owner, limiting tool scope per action, and enforcing policy at the moment the model tries to execute. The goal is to make every privileged action explainable, attributable, and blockable before it reaches production systems.

Q: Why do AI agents create more risk than traditional automation in IAM programmes?

A: AI agents create more risk because they can infer intent and choose actions dynamically instead of following a fixed workflow. Traditional automation is easier to review because the path is known in advance. With agentic systems, the governance challenge is that privilege, timing, and downstream effects can all change inside one session, which weakens static access assumptions.

Q: What do security teams get wrong about logging agent activity?

A: Teams often assume that detailed logs equal control. In reality, logs only prove what happened, not whether the action should have been allowed. For agentic workflows, the important question is whether policy evaluated the request before execution and whether the control point could narrow or stop the action in real time.

Q: Who should be accountable when an AI agent takes an unauthorized action?

A: Accountability should sit with the business or technical owner who approved the agent’s scope, the team that defined the policy, and the platform that enforced it. If no one can answer who allowed the action, then the governance model is incomplete. In agentic systems, ownership must be explicit before deployment, not reconstructed after an incident.


Technical breakdown

How MCP changes the access model for AI agents

MCP standardises how models receive context and interact with external systems, which is why it matters for identity. In practice, it turns a model from a text generator into a runtime actor that can request tools, pass parameters, and chain actions across services. The security issue is not simply connectivity. It is that the access decision now happens in the middle of execution, where context, intent, and downstream effects can change quickly. Traditional IAM expects a known subject, a known entitlement, and a stable action path. MCP breaks that neat sequence because the agent can infer what to do next from live context rather than from a predetermined workflow.

Practical implication: authorise agent actions per request path, not just per account, and treat the model-to-tool boundary as an enforcement point.

Why static identity and audit models struggle with agentic workflows

Static identity assumes the subject is stable long enough to be reviewed, certified, and explained after the fact. Agentic workflows weaken that assumption because the agent may make several decisions in one interaction, each with different tool use and different blast radius. Audit logging alone is not enough if it records activity without proving whether the action was expected, allowed, or scoped correctly at decision time. For governance teams, the hard part is not storing events. It is mapping each agent decision to an accountable policy state. That requires identity, authorisation, and observability to stay synchronised during execution, not only after it finishes.

Practical implication: align logs, policy, and entitlements so every agent action can be traced back to an explicit approval context.

Why zero trust needs context-aware enforcement for MCP

Zero trust in agentic systems is not just about denying network reach. It is about enforcing least privilege at the point where an agent tries to turn context into action. MCP introduces a broader trust chain because the agent can gather data from one system and act in another, which means policy must follow the decision across services. This is especially important for non-human identities because their authority is often broader than their visibility. If the policy layer cannot inspect the request, the role, the destination, and the effect in one decision cycle, then the control model is already behind the agent.

Practical implication: move from perimeter-style controls to context-aware authorisation that evaluates each agent action before execution.


NHI Mgmt Group analysis

Agentic access management is the natural governance layer for MCP, not a feature add-on. MCP creates an execution model where models can act, not just advise, and that changes the identity problem from authentication to runtime authorisation. Existing IAM programmes were designed for stable principals and predictable requests, so the relevant question is no longer whether the model can connect, but whether it can be governed at the moment it decides. Practitioners should treat MCP as a control-plane issue, not a plugin problem.

Identity is no longer static when the actor can choose actions at runtime. The assumption that identity can be provisioned once and then reviewed later was designed for deterministic access patterns. That assumption fails when an AI agent can infer next steps, select tools, and cascade actions across systems in a single interaction. The implication is not merely more logging. It is that traditional recertification logic no longer maps cleanly to agentic behaviour.

Auditability without decision-time enforcement does not make agentic systems governable. Many teams will mistake detailed logs for control maturity, but logs only describe behaviour after the fact. In agentic workflows, the control question is whether policy blocked or narrowed the action before it reached a live system. That places agent identity, policy evaluation, and traceability inside the same runtime path. Practitioners should re-evaluate where enforcement actually happens.

Non-human identity governance now extends into AI system design choices. When MCP is used to connect models to internal tools, the identity team is no longer only managing accounts and secrets. It is shaping which actions a model can take, how far context can travel, and what evidence exists when something goes wrong. This collapses the gap between IAM, NHI governance, and AI operations. Practitioners should expect those disciplines to converge around the same access workflow.

OWASP Agentic AI Top 10 and OWASP NHI Top 10 are now overlapping concerns. The same workflow can expose tool misuse, privilege creep, and hidden non-human access paths at once. That overlap matters because agentic systems inherit NHI controls but also exceed them when runtime behaviour is dynamic. The implication is a broader review of policy boundaries, especially where model output directly drives privileged actions. Practitioners should use both identity and agent-risk lenses together.

From our research:

  • 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
  • For a deeper identity lens, review OWASP Agentic Applications Top 10 for the tool misuse and identity abuse patterns that MCP can expose.

What this signals

Agentic access management is moving from a niche AI security concern to a standard IAM and NHI governance requirement. With 80% of organisations already reporting AI agents acting beyond intended scope, the operational question is no longer whether to govern them, but how quickly the programme can shift from static entitlements to decision-time control. Identity blast radius: the effective scope of harm created when a non-human actor can chain actions across systems faster than governance can review them. Practitioners should expect this to become a board-level access governance issue rather than a technical experiment.

The next programme risk is false confidence from partial visibility. Logs, dashboards, and ad hoc approvals can make an agent environment look managed while still leaving decision paths uncontrolled. Teams should align MCP governance with OWASP Top 10 for Agentic Applications 2026 and treat the enforcement point, not the model, as the security boundary.

As agent deployments multiply, identity teams will need to reconcile AI governance with existing NHI lifecycle processes. The most practical signal is whether you can answer three questions consistently: who owns the agent, which actions are permitted, and what evidence proves policy was enforced before execution. If those answers vary by team, the control model is already fragmented.


For practitioners

  • Map every MCP-connected agent to a named business owner and policy scope Identify who is accountable for the agent, which systems it can reach, and which actions require explicit approval before execution begins.
  • Enforce per-action authorisation at the model-to-tool boundary Do not rely on broad service account entitlements alone. Evaluate each tool call against identity, context, and action type before the agent is allowed to proceed.
  • Separate observability from approval Send prompt, tool, and system-level events into a central log pipeline, but ensure the policy engine can stop or narrow the action before downstream systems are touched.
  • Review whether existing NHI controls assume deterministic execution Check whether your current lifecycle, recertification, and least-privilege processes only work when actions are known in advance. If so, redesign them for agentic decision paths.

Key takeaways

  • MCP changes AI from a responder into an actor, which means identity and policy must move into the execution path.
  • Static IAM assumptions are breaking because agent behaviour is runtime-driven, context-sensitive, and capable of cascading across systems.
  • Practitioners need per-action authorisation, explicit ownership, and real-time enforcement if they want agentic workflows to remain governable.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A1Agentic tool use and runtime decisions are the core risk in MCP workflows.
OWASP Non-Human Identity Top 10NHI-01MCP agents are non-human identities with privileged tool access.
NIST Zero Trust (SP 800-207)PR.AC-4Context-aware authorisation is needed at the agent-to-tool boundary.

Inventory MCP-connected agents and bind each one to an owner, scope, and lifecycle control.


Key terms

  • Agentic Access Management: The governance and enforcement layer that controls what an AI agent can see, decide, and do in enterprise systems. It combines identity, policy, and auditability so privileged actions are evaluated at runtime rather than assumed safe because the agent was provisioned correctly.
  • Model Context Protocol: A standard that lets models receive structured context and interact with external tools or systems. In identity terms, MCP matters because it connects reasoning to execution, which expands the access boundary from model output to real system action.
  • Decision-Time Enforcement: A control pattern where authorisation is checked at the moment an actor tries to perform an action, not only when access is granted. For agentic systems, this is the difference between observing behaviour and actually constraining it before impact.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building identity security capability across human, machine, and AI programmes, it is worth exploring.

This post draws on content published by Pomerium: Agentic Access Management for Model Context Protocol (MCP) Workflows. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2025-06-10.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org