MCP vs A2A vs ACP: Why Agent Protocol Wars Create Startup Opportunities
ลukasz Balowski
MCP vs A2A vs ACP: Why Agent Protocol Wars Create Startup Opportunities
TL;DR: MCP (97M monthly downloads), A2A (now at Linux Foundation v1), and ACP are competing to define how AI agents communicate. They solve different layers of the stack โ tool access, inter-agent messaging, and agent lifecycle management. For founders, the fragmentation creates startup gaps in managed infrastructure, cross-protocol adapters, and agent identity/security. Understanding agent protocols is essential for founders navigating this landscape.
Three protocols are fighting to become the standard language of AI agent communication. Anthropic's Model Context Protocol (MCP) has 97 million monthly SDK downloads. Google's Agent-to-Agent (A2A) Protocol, open-sourced in April 2025, reached v1 with the Linux Foundation now governing it. IBM's Agent Communication Protocol (ACP) joined the same foundation. Each protocol solves a different piece of the agent stack, and none of them covers the full picture.
For startup founders, this fragmentation is not a problem. It is the opportunity.
How Do MCP, A2A, and ACP Each Work?
MCP (Model Context Protocol), built by Anthropic, defines how AI agents connect to external tools and data sources. Think of it as a universal toolbelt. An agent that needs to query a database, read a file, or call an API does so through MCP servers that expose these capabilities in a standardized way. The protocol uses a client-server model: the agent (client) requests a tool, the MCP server authenticates the request, runs it, and returns the result. OpenAI, Microsoft, and Google have all adopted MCP for tool access.
A2A (Agent-to-Agent), created by Google, handles something different: how agents talk to each other. Not tools. Agents. A2A lets a "client agent" break a task into subtasks, discover "remote agents" through published capability cards, and delegate work across systems and organizations. It supports request-response, streaming, and push notification patterns. The protocol assumes agents are long-lived, stateful, and may need multiple rounds of interaction to complete a task.
ACP (Agent Communication Protocol), contributed by IBM to the Linux Foundation alongside A2A, focuses on how to invoke and manage agents as services. It addresses agent discovery, asynchronous execution, and memory management. ACP fills in the operational plumbing that MCP and A2A leave open.
Cisco's engineers have drawn an analogy that sticks: MCP is like USB (connecting a device to a host), and A2A is like Ethernet (connecting networks). ACP is more like USB-C's power delivery layer โ the infrastructure that keeps the connection alive and managed.
Why Do MCP, A2A, and ACP Clash Instead of Merging?
Google officially positioned A2A as "complementary" to MCP. In practice, the boundary between tools and agents is blurring fast. An MCP server that calls an external API today looks a lot like what A2A calls a "remote agent" tomorrow. As Solomon Hykes, CEO of Dagger and the former founder of Docker, put it: "In theory they can coexist. In practice I foresee a tug of war. Developers can only invest their energy into so many ecosystems."
The historical pattern is clear. When XML/SOAP fought REST/JSON in the early 2000s, the simpler protocol won despite being less capable. JSON did less than SOAP but won because developers could implement it in an afternoon. The same dynamic is playing out now. MCP's simplicity and early adoption give it momentum. A2A's broader scope gives it ambition. ACP's operational focus gives it depth. None of these three will "win" outright in 2026.
What Does Protocol Fragmentation Mean for Startups?
When three protocols compete, infrastructure gaps multiply. Every company building multi-agent systems now faces a choice: pick one protocol and risk betting wrong, or support all three and drown in integration work. This is where startups win.
The Managed MCP Layer
MCP has 97 million monthly downloads and backing from all three frontier model providers. But it deliberately leaves open persistent state, error recovery, versioning, and cross-model compatibility. These are not edge cases. They are the operations layer that turns a protocol into a production system.
AgentOps, the AI agent orchestration platform in our database, maps directly to this gap. It positions itself as "Kubernetes for AI Agents" โ providing routing, fallbacks, canary deployments, guardrails, and human-in-the-loop approvals across agent fleets. The analogy is exact. Kubernetes manages container orchestration; Prometheus monitors it; Datadog observes it. MCP standardizes tool access. Something needs to manage, monitor, and observe the agents that use those tools.
The startup play is to build the Datadog or HashiCorp above MCP โ managed routing, versioning, policy enforcement, and observability that works regardless of which protocol the agents speak.
Cross-Protocol Adapters
Companies running production agents will have some on MCP, some on A2A, and some on ACP within 18 months. Each protocol speaks a different language, uses different state management, and has different security assumptions. The adapter layer that translates between them is a startup category waiting to be claimed.
This is the same pattern that built MuleSoft, Twilio, and Stripe. When platforms fragment, the company that provides the universal interface captures outsized value. MuleSoft connected SOAP, REST, and proprietary APIs. Twilio connected SMS, voice, and messaging protocols. Stripe connected payment processors behind a single API. The agent protocol adapter startup will do the same for MCP, A2A, and ACP.
Protocol-Aware Governance and Security
Agent governance spending is projected to hit $492 million in 2026, surpassing $1 billion by 2030 (Gartner). But governance without identity is a door without a lock. You cannot enforce policies on agents you cannot authenticate, and you cannot audit actions of agents whose permissions expire mid-task.
Each protocol handles identity and security differently. MCP assumes the host application manages authentication. A2A introduces "agent cards" for discovery but leaves authorization to implementers. ACP adds lifecycle management but does not specify zero-trust policies. A startup that builds unified, protocol-agnostic agent identity and access management is solving a problem that will only grow as the number of deployed agents increases from thousands to millions.
PII RedactProxy, from our database, demonstrates the access control half of this equation. If agent identity defines who the agent is, PII RedactProxy defines what the agent can see. Together, they form a complete non-human IAM stack โ exactly what every company deploying agents across multiple protocols needs.
Vertical-Specific Agent Orchestration
The Self-Healing IT Agent in our database shows what vertical agent orchestration looks like. An autonomous agent that monitors infrastructure, predicts failures, and executes remediation within defined boundaries is the IT operations version of protocol-aware orchestration. It does not care which protocol the monitoring tools speak. It cares that the remediation gets done within policy boundaries.
The same pattern applies to healthcare (clinical workflow agents), legal (document processing agents), and finance (compliance monitoring agents). Each vertical has domain-specific state management, regulatory requirements, and audit trails that generic orchestration platforms cannot replicate without expensive customization.
Why Is the Kubernetes Analogy Relevant for Agent Infrastructure?
Kubernetes is the pattern everyone cites, and for good reason. When container orchestration fragmented between Docker Swarm, Mesos, and Kubernetes, the infrastructure companies that picked K8s early won. But the real value was not in Kubernetes itself. It was in what got built on top: monitoring (Datadog, New Relic), service mesh (Istio, Linkerd), secrets management (Vault), and CI/CD (Argo, Spinnaker).
Agent infrastructure is at the same stage. The protocols are the equivalent of the container runtime. The real value accrues to the companies building what goes on top: monitoring, governance, identity, observability, deployment, and version control for agent fleets. The protocols will stabilize. The managed layer above them will compound in value.
PwC's 2026 AI Predictions report identifies orchestration as the critical layer that turns "vibe coding" into production value. The 79% adoption / 2% production gap โ where 79% of companies experiment with AI agents but only 2% deploy them at scale โ exists precisely because the infrastructure above the protocols does not exist yet.
What Should Founders Build Now?
If you are a founder deciding where to focus, here is a practical framework:
Build on top of MCP. With 97 million monthly downloads and backing from OpenAI, Anthropic, and Google, MCP is the de facto standard for agent tool access. Start here, then add A2A and ACP support as demand emerges. The managed layer above MCP โ routing, versioning, error recovery, policy enforcement โ is where the near-term money is.
Build cross-protocol. If you have the engineering bandwidth, build adapters and unified APIs that abstract across MCP, A2A, and ACP. This is infrastructure-as-a-service that big companies will pay for rather than build themselves.
Build vertical. Pick a regulated vertical โ healthcare, finance, legal, government โ and build protocol-agnostic agent orchestration for that domain. The vertical moat comes from regulatory knowledge, domain-specific workflows, and compliance enforcement that no horizontal platform will replicate.
Build identity. Non-human IAM for agents is the security layer that every deployment needs and nobody provides. Start with MCP authentication gaps, add A2A agent card verification, and extend to ACP lifecycle management.
The protocol wars are not a reason to wait. They are a reason to build. The companies that establish the managed infrastructure layer in the next 12 to 18 months will define how agents are built, deployed, and governed for the next decade.
Explore the startup ideas mentioned in this article:
- AgentOps โ AI Agent Orchestration Platform โ Kubernetes for AI agents
- PII RedactProxy โ Privacy-First PII Redaction โ Security layer for agent-to-agent data flows
- ReviewSense AI โ E-Commerce Review Intelligence โ Vertical agent that benefits from protocol standardization
Read more:
- AI Agent Orchestration Is the Next Infrastructure Layer โ Who Builds It?
- AI Agent Governance: The $1B Market Nobody Is Building for Yet
- How to Price an AI Startup When Inference Costs Are a Moving Target
FAQ
What is MCP? MCP (Model Context Protocol) is an open standard by Anthropic that defines how AI agents connect to tools, APIs, and data sources. It uses a client-server model where agents request capabilities from MCP servers.
What is A2A? A2A (Agent-to-Agent) is Google's protocol for how AI agents communicate and collaborate with each other. Agents publish "capability cards" describing what they can do, and client agents discover and delegate tasks to them.
What is ACP? ACP (Agent Communication Protocol) is IBM's contribution managed by the Linux Foundation. It focuses on how to invoke agents as services, handling discovery, asynchronous execution, and memory management.
Can MCP, A2A, and ACP coexist? In theory, yes. MCP connects agents to tools, A2A connects agents to other agents, and ACP manages agent lifecycle. In practice, the boundaries are blurring, and developers face integration complexity that creates startup opportunities.
Which protocol should startups build on first? Start with MCP. It has the widest adoption (97M monthly downloads) and backing from all three frontier model providers. Then add A2A and ACP support as demand emerges. The managed infrastructure above MCP is the near-term opportunity.
Why does protocol fragmentation create startup opportunities? When protocols compete, every company building multi-agent systems needs adapters between them, unified governance across them, and managed infrastructure above them. The same pattern created MuleSoft (API adapters), Datadog (monitoring), and Stripe (payment adapters) in previous platform transitions.
This post draws on the TGVP AI Agent Infrastructure report, PwC's 2026 AI Predictions, and analysis of AgentOps, PII RedactProxy, and Self-Healing IT Agent from the bestaistartupideas.com idea database.
- Read more about the orchestration layer: AI Agent Orchestration Is the Next Infrastructure Layer
- Explore the governance gap: AI Agent Governance: The $1B Market Nobody Is Building for Yet
- See why agents need identity management: PII Redaction Proxy โ The Invisible Layer Every Company Using LLMs Needs
- Understand what separates agents from chatbots: AI Agent vs. Chatbot โ Where the Demo Ends and the Product Begins
- Browse startup ideas in this space: AgentOps โ AI Agent Orchestration Platform
- See agent-adjacent infrastructure: Self-Healing IT Agent
- Understand the privacy layer: PII RedactProxy โ Privacy-First PII Redaction for LLM Calls
Lukasz Balowski
Entrepreneur ยท AI Researcher ยท Founder
Lukasz Balowski has been running businesses for over twenty years. His interest in technology started early, back when having an email address was something you explained to people at parties. These days he is focused on artificial intelligence, which he has been studying seriously for the past several years. He is curious about how AI is changing everyday life, the opportunities it opens for new ventures, and the practical ways it can be put to work in businesses that already exist.
Two decades in business will teach you at least one thing: how to tell the difference between what works and what just sounds good in a pitch deck. Lukasz approaches AI the same way he approaches any new tool, by asking what it can actually do right now, not what the marketing material says it will do next quarter. That practical bias shapes what he writes on this site. He is not interested in hype or in speculative takes about where things might be in ten years. He wants to know which applications are paying off today, which ones look close, and which ones are still more promise than product.
Before AI became the dominant conversation it is today, Lukasz spent years building digital products and running online businesses. That hands-on experience gives him a perspective he finds is often missing from discussions about AI, where too many of the loudest voices belong to people who have never built or shipped anything. He brings an operator's sense of what matters, paired with genuine curiosity about the direction the technology is actually moving.
Lukasz lives and works in Poland. He writes about AI startup ideas because he believes the gap between what AI can already do and what most people are doing with it is still surprisingly wide, and that independent creators and small teams, not large corporations, are the ones best positioned to close it. This site is his attempt to map that space carefully: ideas that are specific enough to act on, with analysis that stays honest about both the upside and the risks involved.
