By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: LEVOPublished March 19, 2026

TL;DR: MCP servers sit between AI agents and enterprise systems, governing tool use, data retrieval, and action execution at runtime, according to LEVO. That makes the control layer itself the security problem: without visibility, policy enforcement, and governance designed for agent-driven execution, access paths expand faster than traditional infrastructure tools can follow.


At a glance

What this is: MCP servers are the runtime control layer for AI agent access to enterprise systems, and the article argues they are now a primary security and governance boundary.

Why it matters: IAM and security teams need to treat MCP execution as governed identity activity because agent-driven access, data retrieval, and action execution can bypass assumptions built for human-paced workflows.

By the numbers:

👉 Read LEVO's analysis of MCP server security and AI agent governance


Context

MCP servers are the execution boundary that lets AI agents call tools, query data, and trigger actions without direct system access. The security question is not whether agents can act, but whether their runtime activity is governed, visible, and constrained in a way IAM and security teams can audit.

That matters because agent-driven access does not behave like a human session or a fixed service account workflow. Once execution is delegated into an MCP layer, the enterprise must treat the interaction as governed machine identity activity, with policy, logging, and approval boundaries that survive runtime variation.


Key questions

Q: What fails when MCP servers are treated like ordinary API gateways?

A: The failure is governance, not connectivity. Ordinary API gateway thinking assumes requests are predictable and policy can be written against stable application paths, but MCP traffic is driven by agent runtime decisions. That means the security team may know a request was allowed while still not knowing whether it was appropriate, necessary, or within intended business scope.

Q: Why do MCP-based AI systems complicate access control and governance?

A: MCP-based systems complicate governance because they connect models to tools and data sources dynamically, often across multiple providers and environments. That expands the trust boundary and creates more places where access decisions, logging, and policy enforcement can fail. Teams need consistent identity controls, least privilege, and clear auditability for every tool call and data exchange.

Q: What are the signs that MCP governance is failing?

A: Common signs include agents reaching systems outside their intended workflow, incomplete audit trails for tool use, and data retrieval that cannot be tied back to a clear business purpose. If teams cannot reconstruct who invoked which tool, against which resource, and why, the MCP layer is already operating with insufficient control.

Q: How should security teams govern MCP model-agent interactions?

A: Security teams should govern MCP by treating the model-to-agent boundary as an authorization point, not just an integration point. That means strict schemas, validation gateways, scoped credentials, freshness checks, and logging on every privileged request. If the agent can touch production systems, the model must never be able to turn raw text directly into action.


Technical breakdown

How MCP servers mediate agent-to-system execution

An MCP server receives structured requests from an AI agent, evaluates them, and then invokes the relevant API, database, or service on the agent’s behalf. This separates decision-making from execution, which is useful because the agent can reason dynamically while the server enforces a controlled interface. The risk is that the server becomes the authoritative execution plane for many systems at once, so compromise or misgovernance in that layer scales quickly across the enterprise.

Practical implication: treat the MCP layer as a privileged execution boundary and log every tool invocation, target system, and returned data set.

Why runtime governance matters more than static policy alone

Static allowlists and conventional application controls assume the access pattern is knowable in advance. MCP-driven interaction is different because the agent can select actions at runtime based on context, meaning the precise request path may not exist when policy is written. That creates a governance gap between approved intent and actual execution, especially when the agent can chain requests or retrieve sensitive data in ways no fixed workflow anticipated.

Practical implication: add runtime policy checks that evaluate the request itself, not just the identity that originated it.

Why traditional infrastructure tools miss MCP behaviour

Traditional security tools are good at monitoring hosts, networks, and application events, but they often lack semantic awareness of agent intent and tool selection. An MCP server can be technically reachable and still unsafe if the agent is allowed to request actions outside expected business context. The architectural issue is that AI runtime activity is not just another API pattern; it is delegated execution with changing context and potential privilege amplification.

Practical implication: extend detection, audit, and response coverage to agent-tool interactions rather than relying only on infrastructure telemetry.


Threat narrative

Attacker objective: The attacker objective is to convert delegated AI access into broader enterprise system access and data exposure through the MCP runtime layer.

  1. Entry occurs when an AI agent is granted access to an MCP server and uses it to reach enterprise APIs, databases, or internal services.
  2. Escalation occurs when the agent or its prompts drive the MCP layer to request broader data access or execute actions beyond the intended workflow.
  3. Impact occurs when unmanaged runtime execution exposes sensitive data, triggers unintended system actions, or turns the MCP server into a centralized privilege pathway.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

MCP server governance is now identity governance, not just application plumbing. When an AI agent reaches enterprise systems only through a governed execution layer, the control question shifts from interface design to delegated authority. That makes runtime access, tool permissioning, and auditability part of the identity programme, not a separate AI ops concern. Practitioners should treat MCP access as a governed identity path with real accountability.

Runtime visibility is the named concept practitioners need to sharpen. In MCP-driven environments, the security problem is not simply that an agent can connect to tools, but that the enterprise may not be able to explain what the agent asked for, what the server executed, and what data moved. That is a governance gap because access reviews and static policies do not reconstruct runtime behaviour after the fact. Practitioners should design for explainable execution, not just permitted connectivity.

Traditional least-privilege assumptions become weaker when request content is generated at runtime. Least privilege is usually defined at provisioning time because the expected work is known. With MCP-mediated AI execution, the work can vary materially from one session to the next, so the privilege boundary is partly shaped by context the identity team cannot precompute. The implication is that privilege design must move closer to runtime request validation and away from static entitlement thinking.

The control point is the delegation chain, not the model itself. Enterprises often focus on the LLM or the agent label, but the governance failure usually appears where the agent is allowed to invoke tools, retrieve data, and commit actions through the MCP layer. That means the security team must model the full chain from instruction to execution, because the risk lives in the handoff between reasoning and system access. Practitioners should govern delegation end to end.

OWASP-NHI and zero trust both matter here because the MCP server behaves like a privileged non-human identity boundary. The server is not autonomous, but it executes on behalf of something that is. That puts it squarely in NHI governance scope, where policy enforcement, logging, and lifecycle control are core requirements rather than optional hardening. Practitioners should align MCP controls with NHI standards, not generic application security alone.

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, which leaves a large compliance and investigation gap.
  • That gap makes OWASP Agentic Applications Top 10 a useful next lens for runtime governance and tool-risk mapping.

What this signals

Runtime visibility is becoming the deciding control for AI agent programmes. With 92% of organisations agreeing that governing AI agents is critical but only 44% having policies in place, the gap is no longer conceptual. Security teams should expect pressure to prove what agents did, which tools they touched, and whether each action stayed within intended scope.

MCP servers should be managed as privileged non-human identity infrastructure. The same governance habits used for service accounts, secrets, and workload identity now need to extend into agent runtime paths. That means ownership, lifecycle, and logging discipline become baseline requirements for the execution layer, not optional add-ons.

The practical next step is to align agent governance with external standards such as the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10, then connect those principles to internal audit and access review processes.


For practitioners

  • Map every MCP tool to a named business purpose Require each tool, API, and data source exposed through the MCP layer to have an explicit business purpose, owner, and approved data scope. If the purpose cannot be stated clearly, the tool should not be reachable from agent runtime. This creates a defensible basis for review and reduces uncontrolled expansion of the execution surface.
  • Log the full agent-to-tool transaction path Capture the originating prompt or request, the MCP decision, the exact tool invoked, the target system, and the returned payload. Without that transaction chain, incident response cannot reconstruct what the agent actually did, and compliance teams cannot prove whether sensitive data was accessed.
  • Enforce runtime request validation at the MCP boundary Check each request against policy at execution time, not only when the agent is onboarded. That means validating tool scope, data sensitivity, and action type in the moment of use, especially when the agent can alter its own sequence of operations during a session.
  • Separate read-only access from action execution Do not collapse data retrieval and system changes into the same privilege set. An MCP server that can both read sensitive records and trigger operational actions concentrates too much authority in one path, making misuse harder to detect and limit.

Key takeaways

  • MCP servers turn agent-to-system interaction into a governed identity problem, not just an integration problem.
  • The main risk is not connection failure but runtime misuse, because the agent’s request can change after policy is written.
  • Security teams need full transaction visibility and request-time policy enforcement if they want AI agent access to stay auditable.

Standards & Framework Alignment

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

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

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-03MCP servers mediate non-human runtime access and execution.
OWASP Agentic AI Top 10Agent-tool execution is the central risk discussed in the article.
NIST CSF 2.0PR.AC-4The article focuses on controlling and monitoring access paths.
NIST Zero Trust (SP 800-207)6.3The article argues for continuous verification at the execution boundary.
NIST SP 800-53 Rev 5AC-6Least privilege is central to scoping MCP-mediated actions.

Apply zero-trust checks at each MCP request rather than trusting session context.


Key terms

  • MCP Server: An MCP server is a tool endpoint that connects an AI agent to external systems and data sources through Model Context Protocol. Because it extends what the agent can reach, it becomes part of the identity and access surface and must be reviewed like any other privileged connector.
  • Runtime Governance: Runtime governance is the set of controls that verify what a system or agent is actually doing after deployment. It combines monitoring, authorization checks, and access validation so teams can detect drift, misuse, or excessive privilege in motion rather than assuming build-time policy still holds.
  • Delegated Execution: Delegated execution is when software is allowed to perform actions on behalf of a user, process, or business function. In NHI governance, the risk is that the delegated actor may chain actions beyond the original intent, so controls must focus on scope, approval, and revocation.
  • Runtime Visibility: The ability to observe what an AI client actually accessed, which tools it used, and how it behaved during a session. It is more useful than entitlement snapshots for agent governance because it captures executed reality, not just approved access.

What's in the full article

LEVO's full blog post covers the operational detail this post intentionally leaves for the source:

  • Step-by-step explanation of MCP request flow from agent prompt to enterprise execution
  • Runtime governance and monitoring capabilities described for MCP-driven interactions
  • Threat detection and execution protection details for unauthorized tool use and data access
  • Operational examples of how the platform enforces policy at the MCP boundary

👉 LEVO's full post covers the MCP execution model, security risks, and runtime governance detail.

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 or maturing an IAM or identity security programme, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on September 3, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org