Most of the public conversation about agentic AI in 2026 is still about model capability — reasoning quality, context window size, tool-use accuracy. The more consequential development for enterprise architects happened one level down, in the plumbing: how an agent actually connects to the systems it needs to act on. For most of the last three years, that connection was bespoke. Every agent-to-tool integration was a custom-built wrapper, written once, for one agent, calling one system, maintained by whoever built it. That approach does not scale past a handful of pilots.
The move away from bespoke integration is what actually changed. Model Context Protocol (MCP), the open standard Anthropic introduced for connecting AI applications to external data sources and tools, has moved from a promising specification to the default way serious agentic AI systems are wired into enterprise environments. Alongside it, Google's Agent2Agent protocol (A2A) and IBM's Agent Communication Protocol (ACP) address a related but distinct problem — how independent agents coordinate with each other rather than with tools. Together, these three standards are the most consequential recent development in agentic AI, because they change the cost and shape of the one readiness dimension every enterprise assessment has always struggled to score consistently: Integration.
What actually changed
MCP defines a client-server model: an MCP server exposes an application's data and capabilities as a small set of standard primitives — tools the agent can call, resources it can read, and prompts it can use — over a common transport. An agent that speaks MCP can discover and use any MCP server without custom integration code specific to that server. Before this standard existed, every agent framework invented its own way of describing available functions to a model, and every new tool integration meant writing that description again, adapted to whichever framework was calling it.
A2A solves a different problem that emerges once an organisation has more than one agent: how does an agent built by one team, on one framework, hand off a task to an agent built by a different team, on a different framework, without both teams agreeing on a shared internal architecture first? A2A defines how agents advertise their capabilities to each other and exchange tasks and results, independent of what either agent is built on internally. ACP addresses similar ground with a slightly different design philosophy, and both are converging in practice rather than competing outright — several enterprise platforms now support more than one of the three simultaneously.
For the original specification and design rationale behind MCP:
Model Context Protocol — Anthropic ↗MCP, A2A, and ACP are protocol-layer developments. They standardise how a ready application exposes itself to agents — they do not make an unready application ready. An application with no service boundary, no documented data ownership, and business logic embedded in its UI gains nothing from MCP adoption beyond a slightly cheaper way to fail the same integration.
Why this matters for the Integration dimension specifically
Every AI readiness framework, including the one used throughout this site, scores Integration as a distinct dimension precisely because API existence and API maturity are not the same thing. An application can have an API and still be a poor integration candidate — undocumented, unversioned, authenticated in a way no agent runtime can use, or so brittle that a single malformed request takes down the service. Before MCP existed, the Integration dimension mostly measured whether that maturity existed at all, because even a mature API still required bespoke work to connect to any given agent.
What MCP changes is the marginal cost of connecting a mature API to an agent. An application with a clean, well-documented internal API can now be wrapped in an MCP server in days rather than the weeks or months a custom integration used to take. That collapses a large part of what used to separate an Emerging-tier application from a Ready-tier one on the Integration dimension — provided the underlying API was already good. It does nothing for applications where the underlying API was never good to begin with.
MRS dimension weights — why Architecture and Data carry the highest share
Service boundaries, modularity, API surface
Ownership clarity, schema quality, access latency
API contracts, event streams, versioning maturity
Deployment frequency, test coverage, observability
Workflow documentation, escalation paths, exceptions
What this means in practice for a portfolio assessment
- Applications with mature, documented APIs and clear service boundaries are now faster and cheaper to connect to agent runtimes than they were twelve months ago — their effective Integration score should reflect that a remediation which once took a quarter now takes days.
- Applications with no service layer, or with business logic embedded in the presentation tier, see no benefit from MCP adoption. The protocol has nothing to standardise an interface into if no interface exists. These applications still require the same architectural remediation they always did.
- Multi-agent coordination patterns — Level 4 in the agentic AI maturity model — depend on A2A or ACP maturity as much as on any individual application's MCP readiness. An organisation piloting multi-agent orchestration should treat agent-to-agent interoperability as a separate evaluation from agent-to-application integration.
- Vendor and platform selection now has a genuine technical criterion that did not exist eighteen months ago: does this tool, this SaaS product, this internal platform expose or plan to expose an MCP server? That question belongs in every new application intake going forward, not just in retrospective assessments.
What has not changed
It is worth being precise about the limits of this development, because the temptation in any protocol-driven shift is to treat the protocol as a substitute for the underlying work. MCP, A2A, and ACP say nothing about data ownership — an application that reads stale copies from a shared lake and cannot write back authoritatively is exactly as risky to connect to an agent as it was before these standards existed. They say nothing about team deployment cadence, and nothing about whether a business process has a defined escalation path when an agent encounters a case outside its authority. Architecture, Data, Team, and Process readiness are untouched by this development. Only the practical cost of acting on good Integration readiness has changed.
This is consistent with the broader pattern this site has documented since its first assessment framework post: developments at the tooling layer consistently look like readiness gains and consistently are not, until the underlying application architecture is evaluated directly. MCP is a genuinely useful development. It is not a readiness shortcut.
Multi-agent coordination and protocol interoperability map directly onto the higher levels of the agentic AI maturity model — see where your organisation's current agent deployments actually sit:
Agentic AI Readiness: The Five-Level Enterprise Maturity Model →The applications that benefit most from MCP adoption are the same ones that were already strong AI readiness candidates before the protocol existed. Here is how to recognise them:
Five Signs Your Legacy Application Is Ready for Agentic AI →For enterprise architects building or updating an AI readiness assessment, the practical takeaway is narrow but important: add a specific question to the Integration section of your intake asking whether each application exposes, or could readily expose, an MCP-compatible interface, and treat multi-agent interoperability as a distinct consideration wherever more than one agent framework is in play. Do not let protocol adoption inflate scores on the other four dimensions — they have not moved.
Tools like NextAI Foundry incorporate this distinction directly into the Integration dimension scoring, evaluating both existing API maturity and the incremental readiness for MCP-style agent connectivity, so the composite Migration Readiness Score reflects where the protocol layer has genuinely reduced remediation cost and where it has not. The first application assessment is free at nextaifoundry.com.
For the full five-dimension scoring model this assessment is built on, including how Integration is weighted against Architecture, Data, Team, and Process:
AI Readiness Assessment Framework: The Enterprise Model That Works →