A2A MCP Server
JSON →A bridge server connecting Model Context Protocol (MCP) with Agent-to-Agent (A2A) protocol.
Install
uvx mcp-a2a-gateway Tools · 9
- register_agent Register an A2A agent with the bridge server
- list_agents List all registered agents
- unregister_agent Unregister an agent when no longer needed
- send_message Send messages to A2A agents and receive responses
- send_message_async Asynchronous message sending for immediate server response
- stream_response Stream responses from A2A agents in real-time
- get_task Retrieve task results using task IDs
- list_tasks Get a list of all tasks and their statuses
- cancel_task Cancel running tasks
Environment variables
PYPI_API_TOKEN
Links
★ 7 GitHub stars