Insights

MCP just became a real standard: what it means for connecting AI to your business systems

The Model Context Protocol as the standard connector between AI agents and business systems

The Model Context Protocol, or MCP, is the open standard that lets an AI agent connect to the systems it needs to be useful - your ERP, your CRM, your email, your files - through one common interface instead of a custom integration for each. Think of it as a universal plug between AI and the software your business already runs on. On 2026-07-28 that standard shipped its biggest revision since it launched, and the theme of the release was simple: make MCP dependable enough for real production use, not just demos. That is quietly one of the most important AI stories of the year, because for most companies the model was never the hard part. Connecting it safely to the business was.

Key takeaways. MCP is the standard connector between AI agents and your existing systems - one interface instead of a custom integration per tool. The 2026-07-28 release made it production-grade: a stateless design that scales on ordinary infrastructure, hardened authentication, first-class extensions and a twelve-month deprecation guarantee. For a smaller business this lowers the cost and fragility of the expensive part of any AI project - the integration - and keeps you portable across AI providers because the standard is vendor-neutral. It does not change the rules that keep automation safe: read-only by default, human approval on writes, everything inside your own environment. The practical move is unchanged - pick one bounded process, wire it through the standard, keep a human in the loop.

What MCP actually is - the universal plug for AI

Start with the plain-English version, because the acronym hides something simple. Every useful AI agent has to reach outside the chat window and touch real systems - to read an order, check stock, draft a reply, open a ticket. Historically each of those connections was bespoke code, written once and brittle forever. MCP replaces that with a single open standard: you expose each system once through an MCP server, and any MCP-capable agent can then work with it through the same interface. Anthropic introduced the protocol in 2024 to solve exactly this fragmentation, and it is now governed as a vendor-neutral standard rather than one company's feature. In other words, the connective tissue between AI and your business finally has a common shape, the way HTTP gave every website a common shape.

What the 2026-07-28 release changed

The newest revision was less about flashy features and more about growing up. Its headline change is that MCP became stateless: it removed the session handshake and session identifier that used to pin each conversation to one server, so MCP servers can now run behind a plain load balancer and scale like ordinary web infrastructure. Alongside that, the release hardened authorization around OAuth 2.0 and OpenID Connect, made extensions first-class citizens with their own versioning, and introduced a formal policy of at least twelve months between deprecating a feature and removing it. None of that is glamorous. All of it is what a cautious IT manager needs before trusting a standard in production - stability, security and a promise that the ground will not shift under a working system.

Why "boring infrastructure" is the real news

It is tempting to skip a protocol update in favour of the latest model launch, but this is the layer that decides whether AI reaches your operations at all. Consider who moved on it: Google led the stateless redesign, major servers such as the GitHub MCP server upgraded immediately, and the official software kits for the main programming languages shipped in step. When the large platforms converge on one standard for connecting agents to systems, integrations stop being one-off custom projects and start being reusable building blocks. That is the same lesson we keep returning to in why the newest model is not your bottleneck: the frontier model was rarely the constraint, and the plumbing that connects AI to your data usually is. This release attacks the plumbing directly.

What it means in practice for a smaller business

Here is the part that matters if you do not have an R&D department. Integration was always the costly, fragile step in an AI project, and a shared standard cuts straight into that cost. Connecting an agent to your existing systems becomes faster to build, cheaper to maintain and less likely to break the next time a tool updates, because everyone is speaking the same protocol. Just as important, it keeps you portable - because MCP is vendor-neutral, the work you do to expose your CRM or inventory is not locked to a single AI provider, so you can change models later without rebuilding the connections. This is precisely the world our work with traditional industries lives in: agents on your real systems, replacing nothing, with the integration risk finally shrinking rather than growing.

What it does not change - the safety rules still stand

A better standard is not a substitute for judgement, and it is worth being clear about that. MCP hardened its authentication, which makes least-privilege access easier to enforce, but it does not decide your policy for you. The controls that keep automation trustworthy are the same ones we describe in our guide to deploying AI inside your environment: read-only access by default, a human approving anything that writes, sends or pays, the whole thing running inside your own perimeter, and a full audit trail of what the agent did. A universal plug makes it easier to wire those controls in cleanly. It does not remove the need for them, and any partner who implies otherwise is selling the demo, not the deployment.

How to use this news

The release does not ask you to do anything dramatic. It just makes the sensible first move a little cheaper and a little safer, so the checklist is the familiar one - only the ground under it got firmer. Treat it as a green light to start, not a reason to wait for the next update.

  1. Pick one bounded process, not a platform. Choose a single high-volume task - order-status replies, invoice intake, ticket triage - the same way we frame it in the back-office guide. The standard is the how, not the what.
  2. Ask partners whether they build on MCP. An agent connected through an open standard is more portable and cheaper to maintain than one wired with proprietary glue. Make it a question you ask up front.
  3. Insist on read-only first. Expose the systems the agent must read before you let it act. Least-privilege access is now easier to enforce, so there is no excuse to skip it.
  4. Keep a human on every write. Anything that sends, pays or changes a record waits for approval. This is a decision you make, not the protocol.
  5. Name an owner and a metric. One person accountable for the result, one number that defines success - the discipline behind our implementation guide. Standards do not run themselves.

The practical read

Strip away the jargon and the story is encouraging. The part of AI that was genuinely hard for a normal company - connecting it safely to the systems you already run - just got a stable, secure, widely-backed standard behind it. That does not turn every business into a software shop overnight, and it does not remove the need for scoping, ownership and human oversight. What it does is lower the wall. Connecting an agent to your ERP or CRM is now less of a bespoke gamble and more of a known quantity, which is exactly the shift a company without an engineering team needs. The move, as ever, is to point one bounded, well-governed automation at a real bottleneck - and the ground you build it on just got a lot more solid.

Frequently asked questions

What is the Model Context Protocol (MCP) in plain terms?

MCP is an open standard for connecting AI agents to the systems they need - your ERP, CRM, email or database. Instead of a custom integration per tool, you expose each system once and any MCP-capable agent can use it through the same interface. It is vendor-neutral, so it is not tied to one AI provider.

What changed in the 2026-07-28 MCP release?

The biggest revision since launch. MCP became stateless so its servers scale on ordinary infrastructure, its authentication was hardened around OAuth 2.0 and OpenID Connect, extensions became first-class, and a policy now guarantees at least twelve months before any feature is removed. The theme was production-readiness.

Why does a standard like MCP matter for a smaller business?

Because integration, not the model, was always the expensive and fragile part. A shared standard makes connecting an agent to your systems cheaper, faster and more durable, and keeps you portable across AI providers. For a company without an R&D team, it lowers both cost and risk.

Does MCP change how AI agent security works?

It strengthens the foundation but not the policy. Hardened authentication makes least-privilege access easier to enforce, but you still set the rules: read-only by default, human approval on writes, everything in your own environment, full audit trail. MCP gives you cleaner plumbing to apply those controls.

References

Want an agent connected to your real systems the right way - on an open standard, read-only first, human-gated? Happy to map the one high-ROI first automation together on a short call.

Book a call
← Back to the blog