Skip to main content

AWS Glossary

Model Context Protocol (MCP)

MCP is an open standard for connecting AI models to external tools and data through a uniform server interface — the transport layer beneath most production agent tool use.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

MCP is an open standard for connecting AI models to external tools and data through a uniform server interface — the transport layer beneath most production agent tool use.

Key Facts

  • AWS also publishes its own MCP servers for interacting with AWS services
  • One surface to maintain, one place to enforce authentication and rate limits, one audit log
  • That framing matters, because an MCP server exposing commercial data is a **public interface** — an infrastructure and security design problem before it is an AI one
  • If exactly one assistant needs exactly one system, a direct API call is simpler and has fewer moving parts
  • MCP earns its keep at *N × M*, not at 1 × 1

Entity Definitions

Amazon Bedrock
Amazon Bedrock is an AWS service relevant to model context protocol (mcp).
Bedrock
Bedrock is an AWS service relevant to model context protocol (mcp).

Related Content

Definition

The Model Context Protocol (MCP) is an open standard for connecting AI models to external tools, data sources and services through a uniform interface. An MCP server exposes a set of capabilities — tools to call, resources to read, prompts to reuse — and any MCP-aware client can consume them without a bespoke integration.

The practical value is combinatorial. Without a shared protocol, connecting N assistants to M systems is N × M integrations. With MCP it is N + M.

Where it fits in an agent stack

MCP is the transport and interface layer for tool use. It is not an agent framework, not a runtime, and not a model.

On AWS, Amazon Bedrock AgentCore Gateway is the governed entry point through which an agent reaches tools — including MCP servers — with authentication, customer-configurable rate limits, and Cedar-based fine-grained access control on writes. AWS also publishes its own MCP servers for interacting with AWS services.

MCP in commerce

For merchants, an MCP server over the catalog is how an agent reaches product, inventory and order data without you shipping a separate integration for every assistant that appears.

One surface to maintain, one place to enforce authentication and rate limits, one audit log. That framing matters, because an MCP server exposing commercial data is a public interface — an infrastructure and security design problem before it is an AI one. Blast radius under a scrape, per-caller rate limiting, and what a compromised token can reach are the questions to settle first.

When not to use it

AI agent · Tool catalog · Amazon Bedrock AgentCore · Agentic commerce · Human in the loop

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.