{
  "serverInfo": {
    "name": "Achei no Totem Franchise Web Context",
    "version": "1.0.0"
  },
  "description": "Public browser-side context for the Achei no Totem franchise page, exposing safe navigation and commercial handoff actions.",
  "homepage": "https://www.acheinototem.com.br/franquia/",
  "auth": {
    "type": "none",
    "notes": "Public read/navigation actions only. No OAuth, OIDC, token issuance or agent registration is published."
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "transports": [
    {
      "type": "webmcp",
      "url": "https://www.acheinototem.com.br/franquia/",
      "description": "Client-side WebMCP context exposed in the browser session."
    }
  ],
  "tools": [
    {
      "name": "navigate_section",
      "description": "Navigate to a public section of the franchise page.",
      "input_schema": {
        "type": "object",
        "properties": {
          "section": {
            "type": "string",
            "enum": [
              "topo",
              "contato",
              "investimento",
              "faq"
            ]
          }
        },
        "required": [
          "section"
        ]
      }
    },
    {
      "name": "open_contact_flow",
      "description": "Open and focus the public lead form for a human visitor."
    },
    {
      "name": "open_whatsapp",
      "description": "Open the public WhatsApp commercial handoff."
    }
  ]
}
