By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: StacklokPublished May 13, 2026

TL;DR: Scaling MCP adoption creates three compounding problems, configuration sprawl, tool overload, and orchestration inefficiency, and that layered controls can separate connection management, tool discovery, and workflow execution, according to Stacklok. The governance gap is no longer just access to one server, but consistent control over many NHI-like tool connections across developers and AI agents.


At a glance

What this is: This is a Stacklok analysis of why multi-MCP environments become harder to govern as server count rises, with layered controls proposed to reduce sprawl, token waste, and orchestration overhead.

Why it matters: It matters because IAM, PAM, and NHI teams need a way to govern tool access, credentials, and workflow execution consistently when AI assistants scale across many back-end systems.

By the numbers:

👉 Read Stacklok's analysis of multi-MCP workflow scaling and governance


Context

Multi-MCP adoption turns one integration problem into a governance problem. Once developers and AI agents are connected to ten or more MCP servers, credentials, endpoints, tool catalogs, and execution paths begin to drift unless they are controlled centrally. In practice, the primary issue is not whether an assistant can connect to tools, but whether those connections remain consistent, scoped, and auditable as the environment grows.

MCP is a coordination layer for AI agents to reach tools and data sources, but it does not by itself solve credential sprawl, tool overload, or workflow inconsistency. Those are identity and access management problems in a new form. The article’s core point is that the control plane has to move closer to policy, while the model stays focused on reasoning.

For NHI governance, the challenge is familiar even if the wrapper is new. Multiple server connections, token exchange, and tool scoping all create the same lifecycle questions seen with service accounts and API keys: who owns them, who can use them, how they are segmented, and how changes are propagated without breaking developer workflows.


Key questions

Q: How should security teams govern access to MCP registry-discovered servers?

A: Security teams should treat registry-discovered servers as governed non-human access, not as simple developer convenience. Use OAuth as the default access model, require narrow scopes, and keep revocation under central identity control. That gives teams a consistent way to audit consent, reduce standing secrets, and tie server access to lifecycle processes.

Q: Why do multi-MCP setups create so much operational risk?

A: They multiply credentials, endpoints, and tool definitions faster than teams can govern them. That creates configuration drift, inconsistent access scope, and higher chances that assistants will act on stale or unnecessary tools, which increases both cost and exposure.

Q: What breaks when too many tools are exposed to an AI assistant?

A: Selection quality drops because the model must evaluate more options than it can efficiently reason over. The result is higher token use, slower responses, and a greater chance of choosing the wrong tool or combining tools inefficiently for a simple task.

Q: How should teams decide when to use composite tools instead of prompt chaining?

A: Use composite tools when a task involves repeatable multi-step coordination, parallel actions, or approval gates that do not require the model to improvise each step. If the goal is consistent execution across models and teams, declarative orchestration is easier to govern than prompt instructions.


Technical breakdown

Why multi-MCP environments create configuration sprawl

Each MCP server adds its own credentials, endpoint settings, and transport details, and each developer or agent copy multiplies that configuration burden. Without a shared connection layer, teams end up with drift between staging and production, stale tool definitions, and inconsistent authentication handling. The core issue is not the number of integrations alone, but the absence of a single governed control point for connection state and credential exchange.

Practical implication: move MCP connection management into a centrally governed gateway so configuration, credentials, and policy changes are applied once.

How tool overload hurts model selection and token efficiency

MCP servers often expose large tool catalogs, and those definitions are injected into the model context on every request unless discovery is constrained. That means the model spends tokens evaluating irrelevant tools, which increases cost and degrades selection accuracy. Just-in-time discovery reduces that overhead by showing only relevant tool definitions at runtime, but it also shifts governance responsibility to the discovery layer.

Practical implication: scope tool discovery so assistants only see the tools required for the task, not the full catalog every time.

Why composite tools change orchestration from prompts to policy

Composite tools convert multi-step assistant workflows into declarative, version-controlled execution paths. Instead of making the model decide every intermediate step, the workflow can run independent actions in parallel, apply conditions, and gate sensitive actions on approval. That reduces latency and token cost while making orchestration testable, but it also means workflow design becomes part of the identity control surface.

Practical implication: define high-frequency multi-step tasks as governed workflows rather than prompt chains so execution is consistent across models.


NHI Mgmt Group analysis

Multi-MCP sprawl is now an identity governance problem, not an integration convenience issue. Once assistants and developers rely on dozens of back-end servers, the question is who owns the credentials, who scopes the tools, and who can prove those decisions were applied consistently. That moves the control discussion from developer ergonomics into lifecycle governance for non-human access. Practitioners should treat every new MCP connection as a governed identity object, not a shortcut.

Tool catalogs are becoming the new entitlement surface for AI-enabled workflows. The article shows that model behaviour is shaped by how many tools are visible at inference time, which means tool visibility itself functions like privilege. The named concept here is tool visibility blast radius: the wider the catalog exposed to the model, the more likely it is to waste tokens, mis-select actions, or touch systems it did not need to see. Practitioners should reduce exposed surface area before they optimise model performance.

Composite workflows make policy enforceable, but they also relocate risk into workflow design. When orchestration moves from prompts into YAML-defined execution, the hard problem becomes who can author, review, and change those workflows. That is classic governance territory, only now the governed object is an AI-executed sequence. Teams should manage composite tools with the same discipline they apply to privileged automation.

Gateway architecture aligns MCP with established identity control patterns. Centralised auth, credential exchange, tool scoping, and conflict resolution all mirror the control logic used in mature NHI programmes. The difference is that AI assistants can consume those controls at a much higher rate and with far less tolerance for inconsistency. Practitioners should align MCP rollout with NHI lifecycle, PAM review, and access policy ownership rather than treat it as a separate platform problem.

From our research:

  • The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.
  • That governance gap maps directly to MCP rollout, where credential handling, tool visibility, and workflow control need the same lifecycle discipline as other NHI programmes.

What this signals

Tool visibility blast radius: when an AI assistant sees more tools than it needs, the governance problem is no longer just access control, but decision surface control. Teams should expect MCP deployments to push identity governance deeper into runtime policy, where tool discovery, scoping, and approval boundaries become operational controls rather than design ideals.

The practical signal for programme owners is that platform teams will need to own MCP as part of the wider NHI estate, not as a sidecar to application integration. Centralised lifecycle management, access review, and privileged workflow governance will matter more as assistant fleets expand across teams and environments. For a broader control model, practitioners can anchor their thinking in the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework where AI-driven tool use is in scope.


For practitioners

  • Centralise MCP connection ownership Move credentials, endpoints, and transport settings into a single governed gateway so every developer and agent inherits the same policy state. Track each backend server as an owned identity asset with an explicit owner, scope, and review cadence.
  • Reduce exposed tool surface area Limit each assistant or persona to the smallest practical tool set and hide irrelevant tool definitions by default. Review tool visibility the same way you review privileged access, because every extra tool expands the model’s effective blast radius.
  • Treat composite workflows as privileged automation Version-control workflow definitions, require review before changes, and separate approval-gated actions from read-only steps. That keeps orchestration logic auditable and prevents prompt-level drift from becoming execution drift.
  • Measure token and orchestration waste together Track context-window consumption, tool selection accuracy, and end-to-end round trips for common tasks. If a workflow is expensive because the model is coordinating instead of reasoning, move those steps into declarative orchestration.

Key takeaways

  • Multi-MCP deployments turn tool access into a governance problem because every new connection expands the credential and workflow surface.
  • Too many visible tools degrade model selection and increase token cost, so discovery controls are part of access governance, not just performance tuning.
  • Declarative orchestration makes AI workflows more consistent, but it also demands privileged change control over workflow definitions.

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, 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 Agentic AI Top 10Agent tool use and workflow orchestration are central to the article's MCP governance model.
OWASP Non-Human Identity Top 10NHI-03Credential handling and lifecycle control for MCP connections match NHI secrets governance.
NIST CSF 2.0PR.AC-4The article focuses on access scope and least-privilege tool access.
NIST Zero Trust (SP 800-207)Centralised policy enforcement and continuous verification fit zero-trust access patterns.
NIST SP 800-53 Rev 5AC-6Least-privilege access is the core control behind scoped tool exposure.

Map tool exposure, delegation, and approval boundaries to agentic AI risk controls before scaling deployments.


Key terms

  • MCP Gateway: The control layer that relays assistant intent to tools and data sources through the Model Context Protocol. In practice, it becomes a policy boundary, not just a transport layer. If it trusts model output too early, it can turn unverified reasoning into real-world execution or disclosure.
  • Tool-level blast radius: Tool-level blast radius is the maximum harm an AI can cause through the tools it is permitted to reach. It is shaped by environment, write capability, approval requirements, and the sensitivity of the connected system, and it is the right lens for judging whether an MCP integration is safe enough to run.
  • Composite tool: A declarative workflow that chains multiple tool calls behind a single tool name. It shifts orchestration from model prompts into version-controlled execution logic, which makes multi-step tasks easier to test, review, and govern.
  • Just-in-time tool access: Just-in-time tool access means granting a testing agent only the permissions it needs for a specific task and only for the time required. In offensive AI workflows, this limits the blast radius if the system behaves unexpectedly or reaches beyond its intended scope.

What's in the full article

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

  • The vMCP gateway configuration model for centralised authentication, token exchange, and tool scoping.
  • The MCP Optimizer benchmark data showing how just-in-time discovery changes token usage and tool selection accuracy.
  • The composite tool YAML pattern for parallel execution, conditional branching, and approval-gated steps.
  • The development roadmap for MCP sampling and scripting extensions that change workflow expressiveness.

👉 Stacklok's full post covers the gateway, optimizer, and composite tool design details behind this layered MCP model.

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