Model Context Protocol (MCP)

What is Model Context Protocol (MCP)?

Model Context Protocol is an open standard that defines how a Large Language Model client connects to external data sources, tools and services through a uniform server interface. In composable storefronts it acts as the glue between an AI runtime and the rest of the headless stack, so an agent can read catalog data, trigger commerce mutations or fetch content without bespoke adapters per backend.

Definition

MCP specifies a transport-agnostic protocol with three primitives: resources (read-only context the model can pull in), tools (callable functions with typed JSON Schemas) and prompts (server-supplied templates). A host application embeds an MCP client that negotiates capabilities with one or more MCP servers, each exposing a bounded surface of the underlying system. Because every server speaks the same protocol, the same agent can talk to a CMS, a search index and a payment provider without learning their native APIs. Token usage stays predictable because servers return structured, paginated payloads instead of raw dumps that would blow past the context window.

Why it matters

Without a shared protocol every team rebuilds Tool Use, auth and schema discovery for each new model. MCP standardises that wiring, which lowers integration cost and makes capabilities portable across LLM vendors. It also creates a clean audit boundary: every model action passes through a typed tool call that can be logged, rate-limited and gated by Guardrails. For composable architectures, MCP fits naturally next to the Storefront API and webhooks as just another service contract, and it makes it realistic to swap the underlying LLM without rewriting the agent layer.

Use cases

A merchandiser copilot uses MCP servers for the PIM, the CMS and the search engine to draft category pages on the fly. An order-support agent calls a commerce MCP server to look up shipments, then escalates via a ticketing server. A pricing agent reads competitive signals through one server and writes price updates through another, with Guardrails enforcing min-margin rules before the write tool is allowed to fire.

Explore Agentic Frontend Management Platform · Composable Digital Experience Platform.

Frontend Insights