{
  "name": "a2a-router Status Agent",
  "protocol": "A2A JSON-RPC",
  "version": "0.3.0",
  "status": {
    "project": "a2a-router",
    "status": "pre_alpha_rfc",
    "live": {
      "website": "https://www.a2a-router.com/",
      "agentCard": "https://www.a2a-router.com/.well-known/agent-card.json",
      "a2aJsonRpc": "https://www.a2a-router.com/api/a2a",
      "mcpEndpoint": "https://www.a2a-router.com/api/mcp",
      "mcpServerJson": "https://www.a2a-router.com/server.json",
      "trustPledge": "https://www.a2a-router.com/.well-known/trust-pledge.json",
      "did": "https://www.a2a-router.com/.well-known/did.json",
      "llms": "https://www.a2a-router.com/llms.txt"
    },
    "planned": {
      "transactionRouter": "Voluntary-tip settlement layer",
      "registry": "Agent registration and discovery API"
    },
    "bridge": {
      "mcpToA2A": "MCP tool a2a_router.call_a2a_agent can invoke public A2A JSON-RPC agents.",
      "a2aToMcp": "A2A SendMessage can invoke public MCP Streamable HTTP tools via structured bridge requests.",
      "guardrails": "Only public https:// targets are accepted; local/private/reserved networks are blocked."
    }
  }
}