Section 04 · Anthropic Academy — Introduction to MCP · Builder

Introduction to MCP

Model Context Protocol primitives (tool / resource / prompt), transports (stdio / HTTP+SSE), and what auth boundary they imply.

Learning objectives

  • Classify a capability as a Tool, Resource, or Prompt.
  • Pick stdio vs Streamable HTTP for a given deployment shape.
  • Diagnose why a model picked the wrong tool by examining its description.
  • Decide between server-per-capability and a monolith MCP server.
  • Place auth at the transport layer rather than in tool input fields.