Join our Newsletter — 33% off our NHI Course

When should organisations prioritise gateway controls over protocol features?

They should do it as soon as MCP is used beyond isolated experiments. Enterprise concerns such as SSO integration, audit trails, configuration portability, and tool-level policy do not disappear because the core protocol is stateless. The gateway becomes the practical place to standardise those controls.

Why This Matters for Security Teams

Gateway controls matter once MCP leaves a lab environment because the protocol itself does not solve enterprise security problems such as single sign-on, request logging, tool allowlisting, or policy enforcement at the point of use. That gap becomes more important as teams connect MCP to real systems, where access decisions need to reflect context, not just a static client configuration. NHI Mgmt Group notes that only 5.7% of organisations have full visibility into their service accounts in the Ultimate Guide to NHIs, which is a useful reminder that identity sprawl is usually the bigger issue than the protocol itself.

For practitioners, the practical question is not whether MCP supports a feature in theory, but where controls can be enforced consistently across many tools, teams, and environments. The NIST Cybersecurity Framework 2.0 reinforces that governance, logging, and access control need operational ownership rather than ad hoc implementation. In practice, many security teams encounter weak auditability and inconsistent policy only after an MCP-connected tool has already been used against production systems.

How It Works in Practice

The gateway should be treated as the control plane when organisations need repeatable enforcement across multiple MCP clients or servers. Protocol features are useful for interoperability, but they are usually not enough for enterprise requirements such as central authentication, per-tool approval, data filtering, rate limiting, and session-level monitoring. A gateway can terminate identity, inspect requests, apply policy, and issue decisions based on the context of the call rather than relying on each individual MCP integration to behave correctly.

In practice, that means security teams often place controls in the gateway layer for:

  • SSO integration and central identity binding
  • Request logging and audit trails for compliance review
  • Tool-level policy enforcement and approval workflows
  • Environment-specific restrictions for production versus non-production use
  • Consistent portability across clients, servers, and deployment models

This aligns with the governance emphasis in the Ultimate Guide to NHIs — Standards, where the core issue is not just identity creation but lifecycle control, visibility, and revocation. It also fits the operational logic of the NIST Cybersecurity Framework 2.0, which expects security controls to be measurable and repeatable. Gateway enforcement is especially valuable when the same MCP service is consumed by multiple teams with different trust boundaries, because policy can remain centralized while tool access remains flexible. These controls tend to break down when organisations let each client implement its own rules, because policy drift quickly creates inconsistent access decisions.

Common Variations and Edge Cases

Tighter gateway control often increases operational overhead, so organisations need to balance standardisation against latency, maintenance, and developer friction. That tradeoff is especially visible in early pilots, where teams may prefer protocol-native features for speed, then move to gateway enforcement as soon as usage expands or audit requirements appear. Current guidance suggests using protocol features for interoperability and simple local safeguards, while reserving the gateway for anything that must be trusted enterprise-wide; there is no universal standard for this yet.

Some environments still justify protocol-first approaches, especially when MCP is isolated to a single team, a non-sensitive dataset, or a short-lived experiment. But the moment secrets, production tools, or regulated data are involved, gateway enforcement becomes the safer default. This is where the broader NHI risk picture matters: NHI Mgmt Group reports that 97% of NHIs carry excessive privileges in the Ultimate Guide to NHIs, so simply trusting protocol features can leave too much authority embedded in the wrong place. Organisations should also be careful not to overfit a gateway to one vendor’s implementation, because portability is one of the main reasons to centralise control in the first place. The safest pattern is to use protocol features for compatibility and gateway controls for enforceable policy, especially when the environment includes production integrations, shared services, or changing trust boundaries.

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, OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-3 Gateway SSO and access enforcement map to managed access control.
OWASP Non-Human Identity Top 10 NHI-06 Gateway logging and policy help reduce exposure from overprivileged NHIs.
OWASP Agentic AI Top 10 A01 Agentic tool use needs runtime controls beyond protocol-level compatibility.
CSA MAESTRO GOV-02 MAESTRO emphasizes governance points where enterprise controls are enforceable.
NIST AI RMF GOVERN AI RMF governance supports accountable, repeatable control placement.

Use the gateway to centralise authentication and enforce access decisions consistently.