> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "getProjectWebsiteUrl"
sidebarTitle: "getProjectWebsiteUrl"
description: "Get the published website URLs for the current Framer project. This tool retrieves both staging and production URLs if the project has been published. Use this tool when you need to: - Check if the pr"
tag: "TOOL"
tagColor: "purple"
gridGap: 30
---

<Aside full>
  <RequestExample>
    ```json lines=false
    {
      "method": "tools/call",
      "params": {
        "name": "getProjectWebsiteUrl",
        "arguments": {}
      }
    }
    ```
  </RequestExample>
</Aside>

<MCPTool {...{"name":"getProjectWebsiteUrl","description":"Get the published website URLs for the current Framer project.\n\nThis tool retrieves both staging and production URLs if the project has been published.\n\nUse this tool when you need to:\n- Check if the project is published\n- Get the live website URL\n- Get the staging/preview URL\n- Share the project's public URL","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false},"annotations":{"readOnlyHint":true}}} />
