Site icon IMC Grupo

What the Model Context Protocol actually changes about content operations

Diagram illustrating Model Context Protocol improvements in digital content workflows and operations

Every few years, the content management industry gets a new integration story. Web services gave us SOAP. REST gave us predictable endpoints. GraphQL gave us the ability to ask for exactly the fields we wanted. Each one solved a real problem, and each one left the same job on the table: someone still had to write the code that connected system A to system B, and someone still had to maintain it when either side changed.

The Model Context Protocol is the first integration standard in a while that changes the shape of that job rather than just the syntax. It matters for content teams specifically, and it is worth understanding why before the term becomes another line item on a feature comparison sheet.

The problem MCP was built for

Large language models are good at reasoning over information they can see. They are useless on information they cannot. For the first two years of the generative AI wave, closing that gap meant building bespoke plumbing: a retrieval pipeline here, a custom function-calling schema there, a vector index that someone had to keep in sync with the source of truth. Every model provider had its own conventions. Every integration was a one-off.

MCP standardises that connection. A system exposes an MCP server that describes, in a machine-native format, what it holds and what it can do. Any MCP-compatible AI client can then discover those capabilities and use them without a developer writing a custom adapter first. It is, roughly, what USB did for peripherals: one protocol, many devices, no driver hunt.

For a content repository, this is a better fit than it sounds. Structured content is already modelled, already typed, already governed by permissions. It is exactly the kind of data an agent can work with reliably, because the meaning is in the model rather than buried in a blob of HTML. A page-centric system exposed over MCP gives an agent a wall of markup. A structured system gives it fields it can reason about.

From “read my content” to “run my operation”

The first wave of MCP integrations was about retrieval. Let the assistant read the docs. Let it pull the product spec. Useful, and a long way short of interesting.

The second wave is about execution, and this is where the difference shows up on a roadmap. A CMS with MCP support does not just answer questions about the repository — it lets an agent act inside it, and lets that agent reach outward into the rest of the stack at the same time. The practical version looks mundane and saves real hours: pull the brief from the project tracker, create the content items it calls for, link them to the right taxonomy terms, move them into the review step, then update the task so the person who wrote the brief knows it is done. None of those steps is hard. All of them are somebody’s Tuesday morning.

The connector model behind this is what makes it maintainable. Kontent.ai, for example, ships predefined connectors for Asana, Atlassian, Notion, and Peec.ai, and supports custom connectors to any system that exposes a remote MCP server with self-service OAuth. The point is not the specific list. The point is that a business user authenticates a connection themselves instead of filing a ticket for an integration that takes a quarter to build and a year to maintain.

Why this belongs in the CMS rather than beside it

There is a reasonable objection here: why should the content platform be the place where cross-system orchestration happens? Why not an automation tool sitting above everything?

Two reasons. The first is context. The CMS already knows the content model, the workflow steps, the locales, the taxonomy, and the publishing rules. An external orchestrator has to be told all of that, and told again every time it changes. The second is permissions. When an agent acts from inside the content platform, it can be constrained by the same role-based access control that governs human users — it cannot touch a content type the initiating user cannot touch, and it cannot publish where that user cannot publish. When an agent acts from outside, it usually runs under a service account with broad rights, which is precisely the arrangement your security team will object to.

This is the substance behind the Agentic CMS category label, and it is worth separating from the marketing. Agents that suggest text in an editor are a feature. Agents that execute governed, attributed, reversible operations across thousands of content items are an operating model. The second one requires the protocol layer, the permission layer, and the audit layer to be designed together.

The questions worth asking a vendor

If MCP support is on a shortlist requirement, the answer “yes, we have an MCP server” is not enough information. Ask these instead.

Read or write? Can the agent create, update, and restructure content through the protocol, or only retrieve it? Retrieval-only is a search feature with a new name.

Whose permissions? Does agent execution mirror the initiating user’s rights, or does it run as a privileged service identity? This single answer determines whether your risk team will sign off.

What is logged? Every agent action should be traceable to both the user and the execution, and it should be reversible. If the platform cannot show you what changed and who authorised it, you have automated your way into an audit problem.

Can you host it? Some organisations need the MCP endpoint inside their own boundary. Ask whether that is supported before you assume it.

Custom connectors, or a fixed list? A predefined set of integrations is a nice starting point and a bad ceiling. The useful question is whether you can connect an internal system that exposes its own MCP server without waiting for the vendor’s roadmap.

The unglamorous conclusion

MCP is not going to reorganise your content strategy. It is a wire protocol. What it does is remove the single most reliable reason that content automation projects stall: the custom integration nobody owns.

That is a smaller claim than most of what you will read about agents this year, and it is a more durable one. Standards win slowly. The teams that benefit first will be the ones who spent this year getting their content model clean and their permissions coherent — because when the protocol layer arrives, it can only be as good as the structure underneath it.

Exit mobile version