{
  "name": "Beacon",
  "url": "https://scan.demo.busymate.ai",
  "description": "A demo of the Busymate AI site-scan quick start: paste any public website address and see the grounded assistant preview and AI-readiness scorecard it produces in one click, with no sign-up and no card. This page has no store data and no MCP server of its own — its two actions launch the real platform quick start or reveal a pre-scanned example already on the page.",
  "mcp": null,
  "webmcp": {
    "transport": "in-page",
    "registers": "document.modelContext"
  },
  "tools": [
    {
      "name": "scan_site",
      "description": "Open the real Busymate AI quick start for a website address, at busymate.ai/try/<host> — the same one-click scan and grounded assistant preview this page demonstrates. Opens in a new tab; does not scan inside this page.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "description": "A website address, with or without https://, e.g. 'acme.com' or 'https://acme.com'."
          }
        },
        "required": [
          "url"
        ],
        "additionalProperties": false
      },
      "readOnlyHint": true,
      "access": "public",
      "transport": "webmcp"
    },
    {
      "name": "list_examples",
      "description": "List the three pre-scanned example sites on this page, with their live busymate.ai/try/<host> result URL.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "readOnlyHint": true,
      "access": "public",
      "transport": "webmcp"
    },
    {
      "name": "show_example",
      "description": "Scroll to and highlight one of this page's three pre-scanned example sites, or open its live quick-start result in a new tab.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "site": {
            "type": "string",
            "description": "Which example to show.",
            "enum": [
              "busydrivers.com",
              "web.demo.busymate.ai",
              "shopify.demo.busymate.ai"
            ]
          }
        },
        "required": [
          "site"
        ],
        "additionalProperties": false
      },
      "readOnlyHint": true,
      "access": "public",
      "transport": "webmcp"
    }
  ],
  "identity": {
    "supported": false
  },
  "humanHandoff": true
}
