// Blog
All Articles AI OpsAI NewsTutorialsGlossary
// amia.me
AboutModulesCVProjectsToolboxTeamNewsContact
// Glossary · Tier 1

MCP — Model Context Protocol

The open standard that lets AI models access tools, data, and systems uniformly — without building a custom adapter for every application.

// Short definition

MCP (Model Context Protocol) is an open standard that lets AI models access tools, data, and systems uniformly — without building a custom adapter for every application.

MCP in detail #

I work with MCP servers daily in Claude Code, and the reason the protocol genuinely won me over is pretty pragmatic: before, every integration — calendar, mail, analytics, a design tool — needed its own custom-built integration piece. MCP turns that into a single pattern: an MCP server exposes tools, resources and prompts in a standardized format, and any MCP-capable model can call them without an extra adapter.

The concept is deliberately simple: a client (e.g. Claude Code) connects to one or more MCP servers, queries their available capabilities, and calls them as needed — exactly like a model internally calls "tools," just now over an open, vendor-agnostic interface. For me that means concretely: one MCP server for Google Calendar, one for Gmail, one for a GA4 property — and Claude can use all of them in the same workflow without me writing new code for every connection.

The important distinction from Agentic AI: MCP is not an agent framework, it's the access layer underneath it. An agent decides what to do; MCP gives it the standardized way to actually reach external systems.

// Fact

MCP was specified openly, not tied proprietarily to a single model — that's the decisive difference from earlier, vendor-specific plugin systems.

The biggest practical benefit: an MCP server built once can be reused in every MCP-capable client. I build a server for an internal tool, and every agent that needs it can use it — without me writing the integration multiple times.

Why this matters for your business #

MCP noticeably lowers integration costs: instead of building a custom API connection to a CRM, marketing stack, or internal tool for every new AI application, you get a reusable MCP server that every AI tool in the company can address equally. For marketing teams that means: a connection built once to, say, an analytics platform or a CMS can be used by multiple AI tools at the same time, instead of once per tool.

Especially when a company runs several AI providers in parallel (one model for content, another for data analysis), MCP ensures marketing stacks can be connected more uniformly — without vendor lock-in at the integration layer. That reduces maintenance overhead long-term and makes switching between models technically simpler.

// Tip

Before you build MCP servers for internal tools: check first whether an official or community MCP server already exists for that system. The MCP ecosystem list is growing fast — building your own usually only pays off for truly proprietary systems.

Common questions #

Why is MCP needed at all?

Without a standard, every combination of model and tool needs its own integration. MCP defines a shared interface: one server per tool, usable by any client that speaks the protocol.

Is MCP tied to one vendor?

No. The protocol is openly documented and supported by several clients. That is precisely the point — tools should not be chained to a single product.

What is an MCP server?

A small program that exposes a system — calendar, database, file store — with clearly described functions. The agent calls those functions instead of improvising.

Do simple automations need MCP?

No. For a single fixed sequence a script is enough. MCP pays off once several tools and several agents have to work together.

Sources #

// Ask Me

Connecting tools to your agents cleanly?

Ask me — or ask Ada. She is my AI assistant, available around the clock, and will propose a slot with me if you need one. Free, no form.