# A2A / MCP Protocols

Connect the agent to external tools, data, and other agents over MCP and A2A.

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.

## MCP

  

## A2A

  
  
  
  

## Support-desk handoff

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

  
  

## Where to start

For tools and data, start with [MCP server integration](/reference/mcp-server/). For agent-to-agent, start with the [A2A quickstart](/guides/a2a-quickstart/).
