Glossary · Term

MCP

← all terms

Definition

Plain language

A standard way for AI agents to call external tools and get structured results back.

As stated in the literature

Model Context Protocol, a 2024 standard that defines how LLM agents invoke external tools and consume their structured responses in agentic systems.

Also called: Model Context Protocol

Why it matters: By standardizing tool calling, MCP makes agents portable across models and tools, turning what used to be bespoke integrations into plug-ins.

For example, an MCP-compliant calendar tool exposes 'list_events' and 'create_event' actions that any MCP-aware agent can invoke without custom glue code.

Heard on the show

“… benchmark called OSWorld-MCP — which is the OSWorld environment extended with a tool layer through the MCP standard, the same protocol behind a lot of recent tool-calling work. …”
Episode 066 — Why Giving an AI Agent More Tools Can Make It Worse at Using a Computer

Mentioned in 3 episodes

  1. 066
    Why Giving an AI Agent More Tools Can Make It Worse at Using a Computer
  2. 057
    How Uber Caught 206 Leaked Credentials With an LLM-Powered Security Stack
  3. 039
    When Smarter Agents Get Fooled by Three Extra Nodes in a Database

Related terms