What problem does A2A solve that MCP does not?
MCP connects one agent down to tools and data (vertical); A2A connects agents to peer agents across org boundaries (horizontal). Different layers, complementary, not competitors.
Think of a general contractor renovating a house. MCP is the contractor's toolbox: the drills, saws, and tape they personally reach for. A2A is the contractor phoning a licensed electrician from another company to wire the kitchen. The toolbox helps the contractor do their own work. The phone call lets them delegate a whole sub-job to a specialist they do not employ and cannot micromanage. Both happen on the same renovation. One is about reaching tools, the other about coordinating with independent professionals. An AI agent works the same way: it uses MCP to grab data and run functions itself, and uses A2A to hand a task to another company's agent it cannot see inside.
Detailed answer & concept explanation~8 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
4 min: vertical versus horizontal axis + what each protocol connects + opaque peer versus passive tool + Agent Card discovery + how one agent runs both.
| Concern | MCP | A2A |
|---|---|---|
| Axis | Vertical, agent to tool | Horizontal, agent to agent |
| Callee | Passive tool or data server | Autonomous opaque peer agent |
| Unit of work | A single tool or resource call | A delegated task with a lifecycle |
| Trust boundary | Inside what you orchestrate | Across organizations, black box |
| Discovery | tools/list on a server | Agent Card advertising skills |
| Origin | Anthropic, November 2024 | Google, April 2025, then Linux Foundation |
Real products, models, and research that use this idea.
- Google open-sourced A2A in April 2025 with 50-plus launch partners including Salesforce, SAP, and MongoDB, then donated it to the Linux Foundation in mid-2025.
- An A2A travel agent delegates hotel search to a specialist agent via an Agent Card, while each agent uses MCP servers internally for its own databases and APIs.
- Frameworks like LangGraph and CrewAI in 2026 wire MCP for tool access and A2A for cross-agent handoff in the same orchestration.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow does an A2A client discover what a remote agent can do before delegating?
QWhere does MCP fit inside an agent that is itself an A2A server?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Calling A2A a competitor that replaces MCP. They sit on different axes, vertical agent to tool versus horizontal agent to agent, and a real system runs both.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.