All insights
Insightsoperational AIMCPintegration

MCP: the standard that connects AI to your information system

Connecting an AI assistant to a CRM, an ERP or a document base still means, in most organizations, one custom integration per tool-system pair. Ten systems and five AI tools: fifty projects to build, then maintain. An open standard offers a different arithmetic — provided you understand what it solves, and what it does not.

Published on July 28, 20266 min readexecutive levelfacts checked on August 12, 2026

TL;DR

  • Our thesis: the Model Context Protocol (MCP) replaces custom AI integrations with standard connectors — 50 projects become 15 for 10 systems and 5 AI tools.
  • Published by Anthropic on November 25, 2024 as an open standard, MCP has been governed since December 9, 2025 by a neutral foundation (Linux Foundation).
  • AWS, Google, Microsoft and OpenAI — direct competitors — fund that foundation at the highest membership tier, as once happened with USB and HTTP.
  • More than 10,000 MCP servers published by December 2025 (Linux Foundation); nearly 500 million monthly downloads of the software development kits (SDKs) in July 2026, up from 97 million seven months earlier.
  • The protocol standardizes the connection, not the trust: its own specification documents the attacks that target it.
  • The public registry excludes private servers: the catalog of internal connectors remains the company's responsibility.
01

Fifty integrations, or fifteen connectors

Connecting an AI assistant to a CRM, an ERP or a document base still follows the same pattern in most organizations: one custom integration project per "AI tool × system" pair. Anthropic put it plainly when it published MCP on November 25, 2024: every new data source requires its own implementation. With N systems and M AI tools, the bill grows as N×M.

MCP replaces those N×M integrations with N+M standard connectors. Each system exposes an MCP server — the socket. Each AI tool ships an MCP client — the plug. The official documentation claims the USB-C analogy outright: one standard port replaces the proprietary cables. The arithmetic checks out on a typical case.

Before: custom integrationsMathResult
Connect 5 AI tools to 10 systems10 × 550 integrations to build and maintain
Add an 11th system+ 5 integrations55
Add a 6th AI tool+ 10 integrations60
With MCP: standard connectorsMathResult
Connect 5 AI tools to 10 systems10 + 515 standard connectors
Add an 11th system+ 1 server16
Add a 6th AI tool+ 1 client17

The difference changes the slope of the cost curve: every new AI tool meant re-plumbing everything you already had; now it costs one connector.

02

A standard even the rivals share

A standard is worth what its adopters make of it — starting with its creator's competitors. The facts are dated and public.

DateVerified factSignal for an executive
Nov 25, 2024Anthropic publishes MCP as an open standardThe protocol is born open, not proprietary
Late March 2025OpenAI, Anthropic's main rival, adopts the protocolThe creator no longer controls the usage
Dec 9, 2025MCP is donated to the Agentic AI Foundation (Linux Foundation)Neutral governance, like Kubernetes or Node.js
Dec 10, 2025Google announces managed MCP servers (BigQuery, Maps…)Vendors ship the connectors themselves
August 2026Windows 11 integrates the protocol, in previewThe standard reaches the desktop

The foundation counts eight platinum members: AWS, Anthropic, Block, Bloomberg, Cloudflare, Google, Microsoft and OpenAI — head-on competitors funding the same infrastructure, as with USB or HTTP. Usage follows: more than 10,000 published servers by December 2025, SDK downloads growing from 97 million per month to nearly half a billion between December 2025 and July 2026. Honeycomb, an observability vendor, reported in July 2026 that close to 20% of its monthly interactive queries came from agents. Betting on this standard is now less risky than multiplying proprietary integrations.

03

What the standard does not solve

MCP standardizes the connection, not the trust. The specification dedicates an entire document to protocol-specific attacks: the "confused deputy" problem on intermediary servers, an explicit ban on forwarding access tokens issued for other services, session hijacking. An academic study published with ACM catalogs 16 threat scenarios across a server's lifecycle. A standard connector is not a safe connector.

Second blind spot: the official registry, still in preview as of summer 2026, does not list private servers. The internal catalog — which system exposes what, to whom, with which rights — remains the IT department's job, with a recommendation to host your own private registry.

Third point: the protocol is still moving. Three major revisions between November 2025 and July 2026, including a shift to a "stateless" architecture that changes how servers are built. Deprecation is now guaranteed for at least twelve months — real predictability, which still requires budgeting connector maintenance. This is the kind of trade-off we document in how we build.

What the status quo costs — Every proprietary integration launched today is an asset you will rewrite tomorrow: 50 projects where 15 connectors would do, a gap that widens with every system you add — and the connectors you fund as custom work often already exist among the 10,000 servers published by late 2025.

04

Seven questions before connecting AI to your IT systems

These seven questions structure the decision; they are part of the scoping work we run in our services.

Question to askWhy it matters
Which systems do we expose first, read-only or read-write?Read-only caps the impact of an agent error.
Does the vendor already ship a standard server, or must we build one?Building only makes sense for your own systems.
Who owns the internal catalog of connectors?Without a catalog, nobody knows who accesses what.
How are access tokens issued, verified, revoked?Reusing tokens issued for other services is a documented flaw, banned by the specification.
On whose behalf does the agent act, with which rights?The agent must never hold more rights than the user it serves.
What do we log of the exchanges between AI and IT systems?No trace means no audit and no rollback.
Who tracks protocol versions and budgets the maintenance?Deprecation is guaranteed for twelve months, not forever.
05

The limits of this approach

The N+M reasoning assumes a minimum of volume: with a single AI tool and two systems, the immediate gain is small. The protocol evolves fast, and integration savings are not maintenance savings. Finally, MCP says nothing about data quality, business-level permissions or the relevance of AI answers: cleanly plugging into a poorly governed IT estate mostly produces errors faster. The connection is standard; the value remains specific to each company.

Key takeaways

  • The real question is not "adopt the protocol or not" but "standard connectors or integration debt".
  • When Anthropic, OpenAI, Google and Microsoft fund the same neutral foundation, the proprietary bet becomes the riskier option.
  • The savings made on the connection get reinvested in governance: internal catalog, token management, logging.

The standard exists and the 2026 figures show it settling in. What remains to be decided — which systems to expose, how to secure access, who owns the catalog — is a matter of business choices. That decision work is what we equip. Ownward helps companies perform better through technology — and above all, take back control.

Sources

Facts checked on August 12, 2026.

All trademarks belong to their respective owners. This article is neither sponsored nor endorsed by the vendors mentioned.

Is this on your desk right now?

Tell us where you stand. We reply with concrete elements — what we would do first, in your business.

Talk about your situation

Keep reading

All insights