a2a-mcp-bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@a2a-mcp-bridgetell the home ops agent to run a system update"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
A2A Agent Bridge
Small A2A bridge experiments for OpenClaw/Home Ops agent-to-agent messaging.
This repository contains two pieces:
a2a-agent-bridge/: an HTTP A2A server exposing an Agent Card, JSON-RPC endpoint, and/healthz.a2a-mcp-bridge/: a stdio MCP server that lets MCP-capable agents call an A2A endpoint.
The A2A server is intentionally minimal and in-memory. It is useful as a real protocol target for the A2A Inspector and for wiring agent clients, but it is not yet a durable multi-agent queue.
A2A Server
Build locally:
docker build -t a2a-agent-bridge .Run locally:
docker run --rm -p 8080:8080 \
-e A2A_AGENT_NAME="Home Ops Agent Bridge" \
-e A2A_BASE_URL="http://localhost:8080" \
a2a-agent-bridgeEndpoints:
GET /healthzGET /.well-known/agent-card.jsonPOST /for A2A JSON-RPCGET /bridge/inbox/{agent}for ephemeral inbox pollingPOST /bridge/inbox/{agent}/ackfor inbox acknowledgements
Inbox endpoints are in-memory and intentionally non-durable. Set
A2A_BRIDGE_TOKEN to require either Authorization: Bearer <token> or
X-A2A-Bridge-Token: <token> for inbox polling/acknowledgement.
Related MCP server: A2A MCP Server
MCP Bridge
The MCP bridge lives in a2a-mcp-bridge/ and can be run with:
cd a2a-mcp-bridge
uv run a2a-mcp-bridgeSet A2A_AGENT_URL to point at the target A2A server.
Set A2A_BRIDGE_TOKEN when polling protected inbox endpoints.
Home Ops
Home Ops should consume this repository via the published GHCR image rather than storing the A2A server source in a ConfigMap.
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that enables LLMs to interact with Agent-to-Agent (A2A) protocol compatible agents, allowing for sending messages, tracking tasks, and receiving streaming responses.528-
- FlicenseBqualityDmaintenanceAn MCP server that enables Claude Desktop to communicate with A2A protocol agents, allowing Claude to access extended capabilities through agent interactions.322-
- FlicenseNot gradedqualityDmaintenanceAn MCP Server that enables multi-agent conversation interactions with the Stellastra API, auto-generated using AG2's MCP builder.-
- AlicenseAqualityFmaintenanceA bridge server that enables MCP-compatible AI assistants like Claude to seamlessly discover, communicate with, and manage A2A protocol agents.730 PyPI148Apache 2.0