Skip to main content

Documentation Index

Fetch the complete documentation index at: https://handler.alduncanson.com/llms.txt

Use this file to discover all available pages before exploring further.

Handler

Handler is an open-source A2A protocol client for the terminal. Use it when you want to:
  • send messages to A2A agents from a CLI
  • manage conversations and tasks in a terminal UI
  • inspect agent cards
  • expose an MCP server so your AI tooling can talk to A2A agents
  • save reusable server definitions with bearer, API key, mTLS, or OAuth2 auth

Install

uv tool install a2a-handler
Or with pipx or pip:
pipx install a2a-handler
# or
pip install a2a-handler

First commands

handler tui
handler message send URL "hello"
handler card get URL
handler mcp
handler server run agent