{
  "name": "io.github.shufflethis/a2a-router",
  "title": "a2a-router MCP Bridge Server",
  "transport": "streamable-http",
  "endpoint": "https://www.a2a-router.com/api/mcp",
  "protocolVersion": "2025-11-25",
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "a2a_router.status",
      "title": "a2a-router Status",
      "description": "Return the current live status, public endpoints, planned runtime components, and known limitations for a2a-router."
    },
    {
      "name": "a2a_router.trust_pledge",
      "title": "a2a-router Trust-Pledge",
      "description": "Return the machine-readable Trust-Pledge, DID, JWKS, and A2A Agent Card metadata published by a2a-router."
    },
    {
      "name": "a2a_router.call_a2a_agent",
      "title": "Call A2A Agent",
      "description": "Bridge from MCP to a public A2A JSON-RPC agent. Provide either an Agent Card URL or a direct A2A endpoint URL."
    },
    {
      "name": "a2a_router.list_mcp_tools",
      "title": "List MCP Tools",
      "description": "Bridge-discover tools from a public MCP Streamable HTTP endpoint."
    },
    {
      "name": "a2a_router.call_mcp_tool",
      "title": "Call MCP Tool",
      "description": "Bridge-call a named tool on a public MCP Streamable HTTP endpoint."
    }
  ]
}