Overview

As AI models become more capable, standardized protocols for connecting them to external tools and data sources become critical. These protocols define how models request information, execute actions, and coordinate with other systems, enabling AI to move beyond pure text generation into agentic workflows.

Topics in This Section

Model Context Protocol

MCP is an open standard developed by Anthropic that defines how AI models communicate with external tools and data sources. It uses a client-server architecture where AI hosts (like Claude Desktop) connect to MCP servers that expose tools, prompts, and resources. MCP standardizes what was previously ad-hoc tool-calling into a composable, discoverable interface.

Key Concepts

  • Tool Calling: AI models requesting execution of functions defined by external systems
  • Context Window Management: Protocols for efficiently passing relevant context to models
  • Agent Orchestration: How multiple AI agents coordinate to complete complex tasks
  • Structured Outputs: Schemas that constrain AI output to machine-readable formats

1 item under this folder.

Model Context Protocol (MCP)

A standardized approach to managing context in AI-powered applications