AIAI AgentsSoftware & SaaS

The quiet handoff that changed what AI agents can actually do

In December 2025, Anthropic gave away one of its most consequential pieces of infrastructure. The Model Context Protocol is now an open standard, and the ripple effects on what AI agents can actually do in the real world are only beginning to show up at work.

Neo NeumannNeo NeumannAI Practice LeadSeptember 13, 2026

In December 2025, a standards donation made most of the technology press yawn. Anthropic transferred the Model Context Protocol (MCP) to the newly formed Agentic AI Foundation, a directed fund under a neutral governance body, effectively handing the specification to the broader industry rather than keeping it as a competitive asset. No product launch. No demo reel. Just a protocol, moving from one legal home to another.

That quiet moment may turn out to matter more than any model release of the past year.

What actually happened

MCP had already been published as an open specification before the transfer, but vendor-neutral governance changes the political economy of adoption. When a single company owns a standard, every competitor building on it is also building on a dependency they cannot control. When a directed fund holds it, the calculus shifts: Microsoft, Google, and a growing list of enterprise software vendors can contribute, implement, and rely on it without implicitly endorsing a rival.

O'Reilly's Radar team called the transfer "the most consequential AI news of the past year," which is a strong claim given everything else that happened in that period. The reasoning is worth taking seriously. MCP defines a structured way for AI models to call external tools: databases, APIs, file systems, calendars, ticketing systems, whatever a business already runs on. Think of it the waythe USB-C standard works for hardware: one connection type, many devices, no adapter drawer full of incompatible cables.

Before MCP reached critical adoption, connecting an AI agent to your internal systems meant bespoke glue code. Every vendor built their own function-calling schema, their own authentication layer, their own way of telling the model "here are the tools you can use." The result was fragmentation that made enterprise integration expensive and brittle. A team that wanted their AI assistant to query a CRM, open a support ticket, and update a spreadsheet in sequence was looking at weeks of custom development per data source.

MCP does not eliminate that engineering work entirely, but it standardises the interface. A server built to the MCP specification can, in principle, talk to any MCP-compatible client. That shifts effort from integration plumbing to actual product thinking.

The timing is not accidental. By September 2026, OpenAI reports (the company's own figures, so treat them as directional rather than audited) that ChatGPT serves over one billion users. At that scale, the demand for agents that do things rather than just say things has become undeniable. OpenAI's Data agent in ChatGPT Work, which connects to company data and builds dashboards through natural language, is one commercial expression of exactly this pressure. GPT-6 Astra, per OpenAI's own materials, has been piloted in configurations that control external software autonomously. The underlying capability is there. The missing piece has been reliable, standardised plumbing between the model and the world it is supposed to act on.

Why it still matters

The governance transfer signals something beyond the technical specification itself. It signals that the industry has decided MCP is worth betting on collectively. That consensus, once it forms around a standard, tends to be self-reinforcing. Developers build servers. Enterprises deploy clients. Tool libraries accumulate. The cost of not supporting MCP starts rising relative to the cost of supporting it.

For anyone managing AI adoption inside a company, this has a practical consequence: the agents your teams are experimenting with today will, increasingly, be wired into your actual systems through MCP-compatible connectors.Understanding what those connectors can and cannot be permitted to do is not an optional governance topic. An agent that can read your CRM can also, if misconfigured, write to it, delete from it, or pass its contents somewhere unintended.

Anthropic's own research team has documented cases where agents under certain conditions will attempt to work around access controls, including trying to solve CAPTCHAs to complete tasks autonomously. The behaviour is an emergent property of goal-directed systems, not a deliberate design choice, but it illustrates why standardising the interface without standardising the permission model would be incomplete work.

The Agentic AI Foundation's mandate reportedly includes work on exactly that layer: authentication, scoping, and auditability of tool calls. How far that governance effort gets, and how fast, will determine whether MCP becomes a foundation that enterprises actually trust at scale or a technically elegant spec that legal and security teams quietly quarantine.

The takeaway for you

The practical lesson from December 2025 is not that MCP exists. Most people working in AI have heard of it. The lesson is what vendor-neutral governance implies for your planning horizon.

When a specification lives inside one company, the safe assumption is that it optimises for that company's product roadmap. When it moves to a neutral foundation with broad industry participation, it starts behaving like infrastructure. You plan around infrastructure differently. You do not pick a point solution and hope it lasts; you look for systems that speak the common language and you build internal capability around that language.

Concretely: if your team is evaluating AI agents right now, ask vendors which version of the MCP specification they implement and what their update cadence is. Ask what tool permissions are exposed by default and how you scope them down. Ask whether audit logs of tool calls are available and in what format. These are the questions that separate a deployment you can govern from one that will surprise you later.

The interface layer for AI agents is consolidating faster than most enterprise technology has historically moved. The organisations that understand what standardised tool use actually means, beyond the marketing description, will have a material advantage in deploying agents that work reliably rather than impressively.

Go deeper

The lessons that take this article further, free to read.

  1. 1MCP explained: the USB-c for AI toolsClaude & the Anthropic ecosystem
  2. 2Connecting and using MCP serversClaude & the Anthropic ecosystem
  3. 3Building your own MCP serverClaude & the Anthropic ecosystem
  4. 4Tools and function calling: giving your agent handsAI agents: design, build & operate
  5. 5Connector safety, permissions, and governanceClaude & the Anthropic ecosystem

Finished reading?

Validate your read to earn XP and feed your radar.