AI Glossary

Model Context Protocol (MCP)

The Model Context Protocol (MCP) is an open standard for connecting AI models to tools and data sources. It defines one common interface — like a USB-C port for AI — so any MCP-compatible model can use any MCP-compatible tool without custom integration code for each pairing.

Also known as: MCP

· Chain of Thought

MCP (Model Context Protocol)

Before MCP, wiring a model to each tool, file store, or API meant a bespoke integration — and doing it again for the next model. MCP standardizes that connection: a tool exposes itself as an MCP server once, and any MCP-aware client (an IDE, a chat app, an agent) can use it. The common analogy is a USB-C port for AI — one plug instead of a drawer of adapters.

The payoff is composability at scale. Tool use is what lets a model act; MCP is what lets those tools be shared across an organization without re-integrating them per app or per model. That’s why it spread fast in agent platforms — Block’s rollout of agents to 12,000 employees leaned on MCP, which we dug into on the show. The trade-off to watch is governance: a universal connector to your systems is also a surface that needs permissioning and auditing.

Go deeper

From the conversation