Skip to content

A2A / MCP Protocols

Open in ChatGPT Open in Claude

Two protocols extend the agent beyond your own app:

  • MCP (Model Context Protocol) gives the agent tools and data from an MCP server.
  • A2A (Agent-to-Agent) lets the agent delegate to, and receive tasks from, other AI agents.

The code for handing a conversation to a human desk also lives here:

For tools and data, start with MCP server integration. For agent-to-agent, start with the A2A quickstart.