Subscribe to the Non-Human & AI Identity Journal
Home FAQ Governance, Ownership & Risk What should IAM teams review before allowing MCP…
Governance, Ownership & Risk

What should IAM teams review before allowing MCP in production?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated June 20, 2026 Domain: Governance, Ownership & Risk

IAM teams should review how the protocol establishes identity, how tool permissions are assigned, and whether the same policy is enforced consistently across clients. If the answer differs by implementation, the organisation has a governance gap that can produce uneven access and weak audit trails.

Why This Matters for Security Teams

MCP changes the control surface because it standardises how an AI agent reaches tools, but it does not standardise who the agent is, what it may do, or how consistently those permissions are enforced. That makes IAM review essential before production use. The practical risk is not just over-permissioned access, but fragmented identity handling across clients, servers, and orchestration layers, which weakens auditability and increases the chance of tool abuse.

NHIMG research shows the broader NHI problem is already mature enough to create operational risk, with 88.5% of organisations saying their non-human IAM practices lag behind or merely match human IAM. For MCP specifically, the State of MCP Server Security 2025 found only 18% of deployments implement any form of access scoping for tool permissions, which is a strong signal that protocol adoption often outpaces governance. Current guidance from the OWASP Agentic AI Top 10 also reinforces that tool access, identity binding, and runtime authorization need explicit control review rather than assumption.

In practice, many security teams encounter excessive MCP access only after an agent has already chained tools and produced an audit trail that is too thin to explain what happened.

How It Works in Practice

Before production approval, IAM teams should map the full MCP trust path: client identity, server identity, tool registration, authorization policy, secret handling, and logging. The key question is whether access is tied to a verifiable workload identity or to a loose client session that can be reused across contexts. For autonomous or semi-autonomous agents, static RBAC alone is usually not enough because tool use is goal-driven and can vary by prompt, task, and runtime context.

A practical review should confirm whether MCP requests are authenticated with workload identity, whether tool scopes are explicit, and whether policy is evaluated at request time. That often means checking for short-lived tokens, ephemeral secrets, and a clear revocation path after task completion. The architecture should also make it obvious whether the same authorization decision is applied across clients or silently reinterpreted by each implementation. The OWASP Agentic Applications Top 10 is a useful reference point because MCP is often embedded in agentic workflows where tool chaining and privilege escalation become a combined risk.

  • Verify how the mcp server establishes identity for the caller and the agent.
  • Confirm tool permissions are explicitly scoped, not inherited from broad host or workspace access.
  • Check whether secrets are stored statically or issued just in time for the task.
  • Test whether policy enforcement is consistent across desktop clients, services, and agent runtimes.
  • Review logs for enough context to reconstruct which tool was called, by whom, and under what policy decision.

Where this breaks down most often is in hybrid environments with multiple MCP clients, because implementation-specific policy handling produces inconsistent access decisions and weak cross-system audit trails.

Common Variations and Edge Cases

Tighter MCP governance often increases integration overhead, requiring organisations to balance developer speed against access assurance. That tradeoff is real, especially where teams want rapid agent experimentation but still need production-grade controls.

Best practice is evolving for MCP, so there is no universal standard for identity binding, policy schema, or tool consent workflows yet. Some deployments will rely on upstream identity providers and OIDC-based assertions, while others may use gateway enforcement or policy-as-code at the server layer. The important distinction is whether the organisation can prove that the same identity and policy rules apply everywhere the protocol is used. In that sense, Ultimate Guide to NHIs The NHI Market is a useful reminder that non-human access problems are usually broader than a single protocol and must be governed as a workload identity problem.

Edge cases to watch include delegated access, shared service accounts, and MCP servers that proxy to downstream APIs with different trust assumptions. Those patterns can be acceptable, but only if ownership, revocation, and audit responsibilities are explicit. Teams should also be cautious when a vendor says the MCP layer is “secure by default,” because current guidance suggests that default settings rarely satisfy least privilege for production agents.

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

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A2Covers tool misuse and agentic authorization risk in MCP workflows.
CSA MAESTROT1Addresses identity, access, and policy controls for agentic systems using tools.
NIST AI RMFSupports governance, transparency, and risk controls for AI-enabled production systems.

Document MCP risk ownership, review runtime behavior, and require traceable approval for production use.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 20, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org