From Fragmentation to a Fragile Consensus
For the past two years, one of the loudest complaints from enterprise architects building with AI agents has been the sheer chaos of the plumbing underneath them. Every AI lab, cloud provider, and orchestration framework seemed to be proposing its own way for agents to talk to tools, to each other, and to the rest of the enterprise stack. That era of fragmentation is not entirely over, but it has narrowed dramatically over the past several months into something closer to a working consensus around three complementary protocols, and enterprise software vendors are now shipping support for them at a pace that would have seemed implausible a year ago.
The Three Protocols Enterprises Actually Use
The clearest winner in the agent-to-tool category is the Model Context Protocol, originally developed by Anthropic and now governed independently under the Linux Foundation’s Agentic AI Foundation. MCP has effectively become the standard way an AI agent connects to a database, a file system, a ticketing system, or virtually any external tool, and its growth over the past year has been extraordinary by any measure: community registries now index tens of thousands of MCP servers, and SDK downloads across Python and TypeScript are reportedly in the tens of millions per month. Enterprise software makers including SAP, Salesforce, and ServiceNow have built native MCP support directly into their platforms, turning what began as an open-source project into something closer to infrastructure.
Sitting alongside MCP is Google’s Agent-to-Agent protocol, generally shortened to A2A, which addresses a different problem: not how an agent talks to a tool, but how one agent coordinates with another. As enterprises move from single-agent pilots toward genuine multi-agent systems — a research agent handing off to a drafting agent, which hands off to an approval agent, and so on — the need for a common handoff format became unavoidable. A2A defines a shared “agent card” schema so that agents built on entirely different frameworks, whether LangGraph, CrewAI, or a proprietary orchestration layer, can discover each other’s capabilities and delegate tasks using a common message format. Adoption numbers here are smaller than MCP’s but growing quickly, with production use now reported across more than 150 organizations, concentrated heavily in large cloud and SaaS ecosystems.
The third piece of the puzzle is IBM and the AGNTCY consortium’s Agent Communication Protocol, a lighter, REST-native alternative aimed at teams that want agent interoperability without adopting an entirely new toolchain. ACP has found a niche among organizations that already have substantial investment in conventional HTTP-based infrastructure and want a lower-friction path to agent coordination rather than a wholesale architectural shift.
Why Governance, Not Just Technology, Is the Real Story
The more consequential development of the past few months is not any single protocol update but a shift in who controls these standards. MCP’s governance moved from being an Anthropic-led project to sitting under the Linux Foundation’s newly formed Agentic AI Foundation, with a founding membership that spans essentially every major AI lab and cloud provider. That move matters because it addresses the single biggest hesitation enterprise buyers have had about betting critical infrastructure on a protocol controlled by one vendor: the fear of being locked into a roadmap that one company can unilaterally change.
Regulators have started paying attention to the same underlying question from a different angle. The U.S. National Institute of Standards and Technology’s Center for AI Standards and Innovation formally launched an AI Agent Standards Initiative earlier this year, organized around three pillars: supporting industry-led development of interoperability and security specifications, fostering open-source protocol development including the MCP ecosystem, and preparing formal technical guidance on agent identity and authorization. A related concept paper has proposed using a combination of OAuth 2.0 and the SPIFFE and SPIRE identity frameworks, layered on top of MCP, as an early template for how enterprises should handle the question of what, exactly, an AI agent is allowed to do and how that permission is verified at runtime.
That identity question turns out to be the crux of nearly every serious enterprise deployment conversation happening right now. It is one thing to let an agent read from a customer database. It is a very different thing to let it write to that database, issue a refund, or approve a purchase order, and enterprises are discovering that most of their existing identity and access management infrastructure was never designed with non-human, semi-autonomous actors in mind. Early production deployments at large procurement and finance organizations have started building A2A-compatible extensions specifically for business documents like purchase orders and contracts, layering domain-specific schemas on top of the general-purpose protocol to satisfy compliance teams that need an auditable trail of exactly which agent approved what and under whose authority.
The Numbers Behind the Shift
Industry analysts tracking this space point to a widely cited estimate that roughly 40 percent of enterprise applications will embed some form of AI agent by the end of 2026, with MCP serving as the connective tissue underneath a large share of that expansion. Large systems integrators including EY have begun describing their AI transformation work explicitly in terms of agent orchestration at scale, citing workflows that stretch across thousands of processes and multiple departments, with governance and compliance layered in from the start rather than retrofitted after deployment. Financial institutions such as JPMorgan have taken a similarly structured approach, treating agent orchestration as core operational infrastructure rather than an experimental side project.
What is notable about this wave of adoption, compared to the more experimental agent deployments of 2024 and early 2025, is how much emphasis is now placed on governance from day one. Enterprise buyers evaluating agent platforms are asking pointed questions about audit logging, agent identity, and rollback procedures before they ask about raw capability, a sequencing that would have been unusual even eighteen months ago when the primary sales pitch for agentic AI was speed and automation rather than control.
What Comes Next for Enterprise Architects
For technology leaders evaluating where to invest engineering time over the next two quarters, the emerging consensus among architects covering this space is fairly consistent: treat MCP as close to a safe long-term bet given its governance structure and broad vendor buy-in, evaluate A2A seriously if your organization is building genuine multi-agent workflows rather than single-agent automations, and consider ACP specifically if your existing infrastructure investment makes a lighter, REST-based approach meaningfully cheaper to adopt. The three protocols are increasingly described as complementary rather than competing, with MCP handling the vertical connection between an agent and its tools, and A2A or ACP handling the horizontal coordination between agents.
The broader lesson from the past several months of agent standards development is that the industry has moved past the question of whether AI agents will become a standard part of enterprise software architecture. That debate is effectively settled. The active debate now is entirely about governance: how identity, authorization, audit trails, and accountability get built into a class of software that, by design, is meant to act with a degree of independence. Expect the next round of major enterprise software announcements to focus less on what new tasks agents can perform and considerably more on how convincingly a vendor can demonstrate that those agents can be controlled, monitored, and held accountable at the scale a large enterprise actually requires.
Questions Procurement Teams Are Now Asking
A useful signal of how quickly this space has matured is the kind of questions now showing up in enterprise procurement checklists for any product that touches agentic AI. A year ago, those checklists focused almost entirely on model capability and cost per token. Today, a growing share of vendor evaluations open with questions about protocol support and governance instead: does the platform support MCP natively, or does it require a proprietary connector layer that risks lock-in down the line? Does the vendor’s agent framework produce an audit trail detailed enough to satisfy a financial or healthcare regulator, and can that trail distinguish between actions taken autonomously versus actions a human explicitly approved? If the platform supports multi-agent workflows, does it rely on an open standard like A2A, or a closed orchestration layer that only works within that vendor’s own ecosystem?
Vendors that can answer these questions cleanly are increasingly winning enterprise deals over competitors offering marginally more capable models but weaker governance stories, a reversal that reflects how much enterprise buyers have learned from an earlier generation of AI deployments that moved fast on capability and only later discovered how expensive it was to retrofit proper oversight. For software teams building on top of these protocols today, the practical advice from architects in this space is to treat interoperability and auditability as first-class requirements from the design stage, rather than as compliance work to be bolted on once a system is already in production and generating the kind of value that makes anyone reluctant to slow down and rebuild it properly. That lesson, learned the hard way across a wave of earlier pilots, is likely to shape enterprise software procurement for the remainder of this decade, well beyond whichever specific protocol names end up dominating the conversation five years from now.
