Skip to content
Back to Mother

Card snapshot

a2a.motherbrain.app · 2026-07-30 01:14:41 UTC · 46a9ae822882ec89e174b7ead0dfd6ae733a682c034f343f3b1e6b86e5b444a3

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",
      "tags": [],
      "examples": [
        "List all public pages on motherbrain.app: website.list_pages ",
        "Read the full markdown content of a page by slug (e.g., 'features', 'pricing', 'docs'): website.read_page",
        "Create a private page for the current visitor. Stored as markdown, viewable at /p/:slug: website.create_page",
        "Update a generated page. System pages are read-only: website.edit_page",
        "Delete a generated page. System pages cannot be deleted: website.delete_page",
        "Generate a navigation action \u2014 returns a URL for the chat to render as a clickable link. Use when Mother wants to guide the visitor to a specific page: website.navigate",
        "Find a heading on a page and return its DOM selector for scroll-to-highlight. Mother reads the page content, identifies the section, and the chat UI scrolls to it with a visual pulse. If no target is given, returns all available headings: website.highlight",
        "Check if a visitor is a customer. Returns customer status, plan, license info. Call this at conversation start to personalize: website.get_visitor_status",
        "Get full account details: licenses, subscription, email. Only for linked customers: website.get_account",
        "Update customer account fields. Currently supports updating name. Email changes require Stripe billing portal: website.update_account",
        "Get referral code, sign-up count, and commission info for a customer: website.get_referrals",
        "List all available content from the website registry: website.list_inventions",
        "View page view analytics. Returns total views, unique visitors, and top pages. Optionally filter by slug and time period: website.analytics"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "url": "https://a2a.motherbrain.app"
}