Model Context Protocol (MCP)
Model Context Protocol (MCP) is an open standard introduced by Anthropic in 2024 that defines how AI models connect to external tools and data sources through a unified interface. Before MCP, every integration between a model and an external system—a database, a file system, an API—required custom glue code. MCP standardizes this with a client-server architecture: the AI application is the client, and each data source or tool runs an MCP server that exposes its capabilities in a format any MCP-compatible model can understand. Think of it as USB for AI integrations. The protocol handles tool discovery, authentication, and structured input/output so developers build the connector once and any MCP client can use it. MCP matters because the value of AI systems increasingly depends on what they can access and act on, not just what they know from training.
Related terms:
AI Evaluation
AI evaluation is the practice of systematically measuring an AI system’s performance against defined criteria—accuracy, latency, cost, safety, and user...
AI Copilot
An AI copilot is a model-powered assistant embedded in workflows—such as code editors, email clients, or design tools—that suggests next actions while...
Foundation Model
A foundation model is a large AI model trained on broad data at massive scale, designed to be adapted to a wide range of downstream tasks rather than built...