A2A MCP Server
未认领A mcp server that bridges the Model Context Protocol (MCP) with the Agent-to-Agent (A2A) protocol, enabling MCP-compatible AI assistants (like Claude) to seamlessly interact with A2A agents.
安装
$
npx -y @smithery/cli install @GongRzhe/A2A-MCP-Server --client claude工具(7 个)
cancel_task
Cancel a running task
get_task_result
Retrieve a task's result using its ID
list_agents
Get a list of all registered agents
register_agent
Register an A2A agent with the bridge server
send_message
Send a message to an agent and get a taskid for the response
send_message_stream
Send a message and stream the response
unregister_agent
Remove an A2A agent from the bridge server