Skip to content
Back to Mother

Card snapshot

a2a.motherbrain.app · 2026-08-02 19:56:28 UTC · 603468c541c53d929251beea357d698ee38c2992af155e98bc5e99205ca2f746

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Mother",
  "description": "A2A Agent Support for MotherBrain.app website and in-app support chat",
  "version": "1.0.0",
  "documentationUrl": "",
  "iconUrl": "",
  "provider": {
    "organization": "Mother",
    "url": "https://a2a.motherbrain.app"
  },
  "supportedInterfaces": [
    {
      "url": "",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "scheme": "bearer"
      }
    }
  },
  "security": [
    {
      "bearer": []
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "product-info",
      "name": "Product Information",
      "description": "Answer questions about Mother Brain features, pricing, licensing"
    },
    {
      "id": "technical-support",
      "name": "Technical Support",
      "description": "Help with installation, configuration, deployment"
    },
    {
      "id": "developer-onboarding",
      "name": "Developer Onboarding",
      "description": "Guide developers through getting started"
    },
    {
      "id": "a2a-integration",
      "name": "A2A Integration Support",
      "description": "Help external agents connect to Mother Brain's A2A endpoint"
    },
    {
      "id": "enterprise-sales",
      "name": "Enterprise & Sales",
      "description": "Enterprise customers, volume licensing"
    },
    {
      "id": "website-mcp-tools",
      "name": "Website MCP Tools",
      "description": "Control aspects of the website with MCP Tools"
    }
  ],
  "url": "https://a2a.motherbrain.app"
}