MCP server
Handler can expose its A2A features as an MCP server so other tools can call the same card, message, task, session, and auth operations.Start the MCP server
stdio, which is usually what desktop MCP clients
expect.
Available transports
stdio for local tool integrations and the HTTP-based transports when you
need a networked MCP endpoint.
What the MCP server exposes
The server provides tools across five areas:- card lookup and validation
- message sending
- task inspection, cancellation, and push config
- saved session inspection and cleanup
- credential storage and removal
Claude Desktop example
Add Handler toclaude_desktop_config.json:
Typical workflow
One common pattern is:- Save one or more named servers in Handler.
- Start
handler mcp. - Connect your MCP client.
- Use MCP tools to inspect cards, send messages, and manage tasks against those agents.