> ## Documentation Index
> Fetch the complete documentation index at: https://docs.copyfy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Connect an AI client to Copyfy in under a minute and run your first search.

<Steps>
  <Step title="Check your plan">
    The Copyfy MCP needs an active **Growth** or **Pro** subscription. Starter plans and free trials cannot connect. Check or change your plan on the [Plans page](https://app.copyfy.io/dashboard/plans).
  </Step>

  <Step title="Copy the MCP URL">
    ```text MCP server URL theme={null}
    https://app.copyfy.io/mcp
    ```

    The same URL is on the [Integrations page](https://app.copyfy.io/dashboard/api) of your dashboard, with a copy button.
  </Step>

  <Step title="Add Copyfy to your client">
    Pick your client below. Each one opens a Copyfy sign-in page the first time: sign in and click **Allow access**.

    <Tabs>
      <Tab title="Claude">
        Open **Customize** > **Connectors** > **+** > **Add custom connector**, paste the URL, click **Add**, then **Connect**. [Full guide](/connect/claude)
      </Tab>

      <Tab title="ChatGPT">
        Turn on **Developer mode**, create an app with the URL and **OAuth** authentication, then click **Create**. Requires Plus, Pro, Business, Enterprise, or Edu. [Full guide](/connect/chatgpt)
      </Tab>

      <Tab title="Cursor">
        [Install Copyfy in Cursor](https://cursor.com/install-mcp?name=copyfy\&config=eyJ1cmwiOiJodHRwczovL2FwcC5jb3B5ZnkuaW8vbWNwIn0%3D), then click **Connect** next to Copyfy in **Customize** > **MCPs**. [Full guide](/connect/cursor)
      </Tab>

      <Tab title="Claude Code">
        ```bash Terminal theme={null}
        claude mcp add --transport http --scope user copyfy https://app.copyfy.io/mcp
        ```

        Then run `/mcp` in Claude Code and authenticate. [Full guide](/connect/claude-code)
      </Tab>

      <Tab title="Codex">
        ```bash Terminal theme={null}
        codex mcp add copyfy --url https://app.copyfy.io/mcp
        ```

        Codex opens the sign-in page automatically. [Full guide](/connect/codex)
      </Tab>

      <Tab title="VS Code">
        [Install Copyfy in VS Code](https://vscode.dev/redirect/mcp/install?name=copyfy\&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapp.copyfy.io%2Fmcp%22%7D), then use Copilot Chat in **Agent** mode. [Full guide](/connect/vscode)
      </Tab>

      <Tab title="Other clients">
        See the guides for [Perplexity](/connect/perplexity), [Gemini CLI](/connect/gemini-cli), and [Devin Desktop (Windsurf)](/connect/windsurf). Any client that supports remote MCP servers over Streamable HTTP with OAuth works with the URL above. For clients that only accept headers, use an [API key](/authentication#api-keys).
      </Tab>
    </Tabs>
  </Step>

  <Step title="Run your first search">
    Ask your assistant:

    ```text Prompt wrap theme={null}
    Use Copyfy to find the top 10 winning products in the Pets niche from US stores, with their price, their store, and the store's estimated monthly revenue.
    ```

    The assistant calls `search_products` and answers with the results. This uses 1 credit.
  </Step>

  <Step title="Check your credits">
    Ask *"How many Copyfy credits do I have left?"* The assistant calls the free `get_usage` tool.
  </Step>
</Steps>

## Next steps

<Columns cols={2}>
  <Card title="Example prompts" icon="lightbulb" href="/example-prompts">
    Product research, competitor analysis, and ad research prompts.
  </Card>

  <Card title="Tools reference" icon="wrench" href="/tools/overview">
    What each tool does and which filters it accepts.
  </Card>

  <Card title="Quotas and limits" icon="gauge" href="/quotas-and-limits">
    What costs a credit and when credits reset.
  </Card>

  <Card title="Troubleshooting" icon="life-buoy" href="/troubleshooting">
    Fix sign-in, quota, and empty result problems.
  </Card>
</Columns>
