By NHI Mgmt Group Editorial TeamPublished 2026-04-10Domain: Agentic AI & NHIsSource: PermitIO

TL;DR: An MCP proxy mainly mediates transport, while an MCP gateway binds identity, consent, authorization, and auditability for agent tool use, according to Permit.io. That distinction matters because production MCP turns connectivity into delegated trust, and proxy-only designs leave security, legal, and incident-response teams unable to explain why an agent acted.


At a glance

What this is: This is a practitioner comparison of MCP gateway versus MCP proxy, and its key finding is that gateways govern delegated trust while proxies mainly handle transport.

Why it matters: It matters because AI agent access can no longer be treated as simple request forwarding when tools reach internal systems, customer data, or regulated workflows.

👉 Read Permit.io's analysis of MCP gateway vs MCP proxy in production


Context

MCP gateway vs MCP proxy is really a question about where delegated authority is enforced. A proxy can move traffic safely, but it does not decide whether an AI agent should act on behalf of a human in a given context.

That distinction matters for identity governance because MCP turns tool access into a control problem, not just a connectivity problem. Once an agent can touch tickets, code, or business systems, teams need identity binding, consent scope, runtime authorisation, and audit evidence around every action.


Key questions

Q: How should security teams govern agent tool access in MCP environments?

A: Treat tool access as delegated authority, not simple request forwarding. Bind the human identity, agent session, consent scope, and tool action into one policy decision point, then log the result with enough context for audit and incident response. If you cannot explain why the agent was allowed to act, the control model is incomplete.

Q: When does an MCP proxy stop being enough for production?

A: A proxy stops being enough when the agent touches real business systems, customer data, or regulated workflows. At that point, the organisation needs runtime authorisation, consent evidence, and identity binding. Transport success alone does not prove the action belonged inside the agent's delegated authority.

Q: What breaks when teams treat MCP proxies as governance controls?

A: They usually lose the ability to prove who authorised the action, what consent was granted, and whether the tool call stayed inside scope. That creates an accountability gap across security, compliance, and incident response. The request may have flowed correctly, but the organisation cannot defend the decision behind it.

Q: What is the difference between transport mediation and delegated trust in MCP?

A: Transport mediation gets the request to the server safely. Delegated trust decides whether the agent should be allowed to perform that action for that user in that moment. The first is a network function. The second is an identity and policy function that determines whether the system is governable.


Technical breakdown

MCP proxy transport mediation and access handling

An MCP proxy sits on the request path and focuses on connectivity. It may terminate TLS, hide topology, normalise traffic, or translate between client and upstream server expectations. In that role, it reduces exposure of internal services and can make early MCP deployments easier to operationalise. But a proxy usually knows little about the delegated meaning of a request. It can prove that a message arrived through the right channel, not that the agent was entitled to perform the action. That limitation becomes visible when the agent reaches real business systems rather than a lab environment.

Practical implication: Use a proxy for transport mediation, but do not mistake it for a control plane for delegated agent authority.

MCP gateway identity, consent, and runtime policy enforcement

An MCP gateway adds the control layer that production governance needs. It binds the human identity, the agent session, the granted consent scope, and the requested tool action into one decision path. That lets policy evaluate whether the action belongs inside current delegated authority before the request reaches downstream tools. This is where identity, authorisation, and auditability become enforceable rather than implied. In practice, the gateway is the place where teams can prove who acted, on whose behalf, under what consent, and with what decision record.

Practical implication: Place policy evaluation at the gateway when agent actions must be constrained, explained, and audited.

Why MCP changes the trust model for agent tool use

MCP makes the trust boundary sharper than older integration patterns because agents are dynamic. They discover tools, chain steps, and can drift from benign read access to risky action in a single session. That means the old assumption of authenticate once and trust the rest is too weak for production. The system has to evaluate the relationship between the human, the agent, the current action, and the downstream tool at runtime. In other words, connectivity is necessary, but delegated trust is the real security problem.

Practical implication: Design for per-action authorisation and evidence, not only for successful connection establishment.


NHI Mgmt Group analysis

Proxy-only MCP designs create a delegated trust gap that identity teams will have to close. A transport component can forward traffic, but it cannot prove delegated authority, consent scope, or per-tool intent. Once agents touch real systems, the missing control is not routing but governable decision evidence. Practitioners should treat proxy-only deployments as an interim state, not a production governance model.

MCP gateway vs MCP proxy is a governance distinction, not a product category debate. The gateway owns identity binding, consent capture, runtime authorisation, and audit trails, while the proxy owns the packet path. That separation mirrors how identity programmes distinguish access delivery from access decisioning. Teams that blur the two will overestimate their control coverage and underprepare for review, investigation, and legal scrutiny.

Least privilege for AI agents depends on the point where authority is evaluated, not where traffic is forwarded. The control challenge is to make the delegated action visible and judgeable at the moment it is requested. That is why gateway architecture matters more as MCP moves from demos into regulated or sensitive workflows. Practitioners should map where authority is actually decided, then verify whether that layer exists today.

Identity governance for MCP will converge on runtime decision evidence. As agent behaviour becomes more dynamic, the question shifts from can the request pass to should this agent act right now. That changes how security, compliance, and incident teams consume logs and policy records. The implication for practitioners is to build architectures that can explain delegated action, not merely transmit it.

Named concept: delegated trust boundary. MCP forces the enterprise to separate the path that carries a request from the point that authorises the request. That boundary becomes the core governance object for agent identities because it determines where consent, policy, and accountability are actually enforced. Practitioners should identify that boundary explicitly in their MCP architecture.

From our research:

  • 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments, according to AI Agents: The New Attack Surface.
  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials, according to SailPoint research.
  • For a broader control model, OWASP Agentic Applications Top 10 is the right next reference point for agent identity and tool-use risk.

What this signals

Delegated trust boundary: MCP programmes will increasingly be judged by where they make runtime decisions, not by how cleanly they move traffic. A proxy-only architecture may keep systems reachable, but it does not give security teams the evidence they need when an agent acts outside expectation.

With 80% of organisations already seeing AI agents act beyond intended scope, the gap is no longer hypothetical. Teams that expose MCP without policy-backed decisioning should assume their current logging, review, and incident workflows will be tested first.

For programmes that are moving from pilots to production, the next step is to align MCP policy points with broader agent governance controls in the OWASP Agentic AI Top 10 and the NHI control model, then verify which layer actually owns consent and audit evidence.


For practitioners

  • Map the delegated trust boundary Document where a human identity becomes an agent session, where consent is captured, and where tool use is authorised. If those decisions happen in different layers, define which layer is authoritative for audit and incident response.
  • Separate transport controls from decision controls Use proxies for TLS, routing, and topology hiding, but reserve gateways or policy points for identity binding, scope checks, and per-tool authorisation. That split prevents transport success from being mistaken for governance success.
  • Require runtime evidence for sensitive tool actions Record the consent scope, current identity context, policy decision, and downstream action for every agent invocation that can affect tickets, code, customer records, or business workflows.
  • Review agent access against delegated authority, not static connectivity Reassess any MCP deployment where the agent can act on behalf of a user but the control layer cannot show who approved that authority or how long it remains valid.

Key takeaways

  • MCP proxies move requests, but MCP gateways govern delegated authority, consent, and audit evidence.
  • Production AI agent deployments need runtime decisioning because transport-only controls cannot explain why a tool action was allowed.
  • The practical dividing line is whether the architecture can prove who acted, on whose behalf, and within what consent scope.

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 CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A1Covers agent tool-use and delegated authority risks in MCP environments.
OWASP Non-Human Identity Top 10NHI-03Addresses secret and credential governance around non-human access paths.
NIST CSF 2.0PR.AC-4Access permissions and authorisation boundaries apply directly to delegated agent actions.

Treat MCP-connected agents as governed NHIs and verify their access scope before production use.


Key terms

  • MCP proxy: An MCP proxy is a transport-oriented intermediary that forwards agent requests to upstream services. It can terminate TLS, normalise traffic, and hide internal topology, but it usually does not decide whether a delegated action is authorised or within consent scope.
  • MCP gateway: An MCP gateway is the governance layer that evaluates who the agent is, on whose behalf it is acting, what it may do, and how that decision is recorded. In production, it is the control point for delegated trust, runtime policy, and audit evidence.
  • Delegated authority: Delegated authority is the permission a human grants to an agent to act on their behalf within a defined scope. For MCP, that scope must be explicit, time bound, and visible to policy so the organisation can explain and defend each tool action.
  • Runtime authorisation: Runtime authorisation is the act of checking whether a specific action is allowed at the moment it is requested, rather than relying only on earlier authentication. For agent systems, it is what keeps dynamic tool use inside current policy and consent boundaries.

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 responsible for identity security strategy or governance in your organisation, it is worth exploring.

This post draws on content published by Permit.io: MCP Gateway vs MCP Proxy: What’s the Difference, and Why It Matters in Production. Read the original.

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