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

> ## Agent Instructions
> DarkFunnels is a WhatsApp AI sales-agent platform used mainly in Peru and Latin America. The product interface and most of this documentation are in Spanish; the /en tree is the English mirror.
> A business connects the WhatsApp number it already uses by scanning a QR code from the dashboard, the same linked-device mechanism as WhatsApp Web. It does not go through the Meta Cloud API (WhatsApp Business Platform), so there is no application to get approved and no message templates to submit. DarkFunnels is not a Meta product and is not affiliated with Meta.
> DarkFunnels also publishes a remote MCP server at https://mcp.darkfunnels.ai/mcp so an assistant such as Claude, ChatGPT or Codex can operate the workspace on the owner's behalf. The tool reference is at /referencia/tools and the connection parameters at /referencia/url-de-conexion.
> The dashboard is https://optimind.darkfunnels.ai, the marketing site is https://darkfunnels.ai and the page written for AI agents is https://darkfunnels.ai/agents.

# Claude Code

> El conector de DarkFunnels en tu terminal.

<Steps>
  <Step title="Añade el servidor">
    ```bash theme={null}
    claude mcp add --transport http DarkFunnels "https://mcp.darkfunnels.ai/mcp?features=all"
    ```

    Las comillas importan: sin ellas el `?` dispara el glob de la shell.
  </Step>

  <Step title="Autoriza">
    ```bash theme={null}
    claude mcp login DarkFunnels
    ```

    Se abre el navegador: entra con la **misma cuenta del panel de DarkFunnels**.
  </Step>
</Steps>

<Note>
  Si iniciaste sesión en Claude Code con tu suscripción (no con API key), los
  conectores de claude.ai se sincronizan solos y puedes saltarte estos pasos.
</Note>

Si el asistente no ve tu negocio (o lo ve vacío), autorizaste con una cuenta
distinta a la del panel: borra el conector y vuelve a conectarlo con la correcta.

<Warning>
  El login OAuth desde terminal puede quedarse esperando hoy por una limitación
  del proveedor de identidad (puerto de callback dinámico). Si te pasa, conéctalo
  en claude.ai: Claude Code hereda los conectores de tu cuenta.
</Warning>
