a2a-mcp-bridge

mizcausevic-dev/a2a-mcp-bridge
★ 0 stars TypeScript AI/LLM Updated today
Bidirectional protocol-metadata translator between Google A2A (Agent-to-Agent) and the Model Context Protocol (MCP). MCP server.json + tools/list ↔ A2A AgentCard. Pure transform; closes the lane #4 gap.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "a2a-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "mizcausevic-dev/a2a-mcp-bridge"
      ]
    }
  }
}

README Excerpt

Bidirectional protocol-metadata translator between **Google A2A** (Agent-to-Agent) and the **Model Context Protocol (MCP)**. Take an MCP server's `server.json` + `tools/list` and get back a spec-shaped A2A **AgentCard** (suitable for `/.well-known/agent-card.json`). Take an A2A AgentCard and get back minimal MCP descriptors plus a `tools/list` stub.

Tools (3)

descriptiondocumentationUrlversion

Topics

a2aagent-cardagent-to-agentbridgeinteropmcpmodel-context-protocoltypescript