{
  "schema_version": "1.0",
  "site": "https://quickdeploy.ai",
  "description": "Public WebMCP tools for QuickDeploy AI marketing pages.",
  "llms_txt": "https://quickdeploy.ai/llms.txt",
  "auth_md": "https://api.quickdeploy.ai/auth.md",
  "tools": [
    {
      "name": "navigate_to",
      "title": "Navigate to page",
      "description": "Navigate the browser to a public page on quickdeploy.ai.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "description": "Absolute or site-relative path, e.g. /features or /docs"
          }
        },
        "required": ["path"]
      }
    },
    {
      "name": "get_site_index",
      "title": "Fetch llms.txt",
      "description": "Fetch the site llms.txt machine-readable index.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "request_beta_access",
      "title": "Request beta access",
      "description": "Open the private beta request email channel.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "company": { "type": "string", "description": "Company or team name." },
          "use_case": { "type": "string", "description": "Primary use case." }
        }
      }
    },
    {
      "name": "open_auth_skill",
      "title": "Open auth.md",
      "description": "Fetch the platform auth.md agent registration skill document.",
      "inputSchema": { "type": "object", "properties": {} }
    }
  ]
}
