MCP, explained for the people who run the CRM.

You will see three letters on this site and in Claude’s settings. Here is what they mean, why every major assistant now uses them, and what changes for a SuiteCRM team. No code.

The Model Context Protocol (MCP) is an open standard that lets an assistant such as Claude connect to a business system, read from it and act in it, through a small set of described tools. Anthropic created it in 2024 and donated it to the Linux Foundation in December 2025. Claude, ChatGPT, Microsoft Copilot and Gemini all connect to business tools through it.

The adapter, not the app

Think of the port on a laptop that every accessory now fits. Before it, each device needed its own cable. MCP is that port for assistants. A system that speaks MCP can be used from any assistant that speaks it, without a plugin written for each one.

For a CRM team that means one thing: you do not need a Claude plugin, a ChatGPT plugin and a Copilot plugin. You need one connection that describes what your CRM can do, in a form the assistant understands.

What a “tool” is

An MCP server publishes a list of tools. Each has a name, a plain description, what it needs, what it returns, and two flags that matter to you: whether it only reads, and whether it can destroy anything. SuiteMCP publishes 27 tools for SuiteCRM 8. “Search records” reads. “Update opportunity stage” writes. “Delete record” is marked destructive, and Claude asks before using it.

Those flags are how the trial plan can be read-only, and how a plan can allow writing without allowing deleting. The service enforces them on every request. Your SuiteCRM roles still apply on top, because every call runs as the person who signed in.

Views, not only answers

A newer part of the standard lets a tool return an interactive view instead of text. That is how a question about the pipeline comes back as a dashboard, a question about cases as a board you can drag, and a request to create a record as a form built from your instance’s own fields. The view is drawn from live records at the moment you ask.

What it means for a SuiteCRM shop

What it does not mean

MCP does not make the assistant autonomous. A person asks, the assistant proposes, the tool runs, the result comes back. Writes are confirmed. It also does not make a connection safe by itself: the standard requires OAuth 2.1 with PKCE, tokens bound to the service that issued them, and no passing of tokens through to other systems. SuiteMCP implements those. The security page lists what is stored, what is never stored, and where Claude processes data.

Why this matters now

Most companies buy the connection rather than build it.
Menlo Ventures found 76% of enterprise AI use cases are purchased, not built in house. Building a CRM connector yourself is months of work and a second security review. Connecting this one is a URL and a login. Menlo Ventures: the state of generative AI in the enterprise, December 2025.
Security is what slows these projects down, so we made the boring choices.
In Okta’s survey 69% of enterprise buyers said security concerns slow their adoption of agents. Your CRM password is never stored, every call runs as the signed-in user under your SuiteCRM roles, and every secret is encrypted at rest. Okta enterprise buyer survey on AI agent security, February 2026.
Analysts expect many agent projects to be cancelled for cost and unclear value.
Gartner predicts over 40% of agentic AI projects will be cancelled by 2027. That is why every plan has a daily call cap you can see, the trial is read-only, and the first thing you get is a dashboard from your own records, not a pilot deck. Gartner: over 40% of agentic AI projects will be cancelled by end of 2027, June 2025.

Questions people ask

What is MCP in one sentence?
The Model Context Protocol is an open standard that lets an assistant such as Claude connect to a business system, read from it and act in it, through a small set of described tools.
Do I need to understand MCP to use SuiteMCP?
No. You add one address in Claude and sign in with your CRM login. MCP is the plumbing underneath, the way HTTPS is the plumbing under a website.
Is MCP only for Claude?
No. Anthropic created it and donated it to the Linux Foundation in December 2025. Claude, ChatGPT, Microsoft Copilot and Gemini all connect to tools through it.
What is the difference between an MCP server and a connector?
The same thing seen from two sides. Developers call the software an MCP server. Claude calls the thing you add in Settings a connector. SuiteMCP is a hosted MCP server that appears in Claude as a connector.

Sources: modelcontextprotocol.io; Anthropic, Donating the Model Context Protocol, December 2025.

Say it.
Done.

Every CRM your team already has, now something they will use.