# DarkFunnels > WhatsApp AI sales agents for small and medium businesses in Peru and Latin > America. The business connects the WhatsApp number it already uses by scanning > a QR from the dashboard: there is no Meta Cloud API application, no message > templates to get approved and no per-conversation fee. DarkFunnels also runs a > remote MCP server, so the owner's own assistant — Claude, ChatGPT, Codex or any > MCP client — can operate the whole workspace with the owner's authorization. ## For AI agents - [Agent guide (English)](https://darkfunnels.ai/agents): connect URL, OAuth flow, every tool grouped, `?features` semantics, example prompts. - [Guia para agentes (espanol)](https://darkfunnels.ai/para-agentes) - MCP endpoint: `https://mcp.darkfunnels.ai/mcp?features=all` — Streamable HTTP, stateless, OAuth 2.1 with dynamic client registration. No allowlist: any DarkFunnels account can connect. - Protected resource metadata: https://mcp.darkfunnels.ai/.well-known/oauth-protected-resource/mcp ## Read the documentation without an account - Docs MCP server (public, no auth, hosted on the docs domain): `https://docs.darkfunnels.ai/mcp` — search every page and browse a read-only virtual filesystem of the documentation. - Skill file for coding agents: https://docs.darkfunnels.ai/skill.md — install with `npx skills add https://docs.darkfunnels.ai`. - Append `.md` to any docs URL for that page as Markdown, e.g. https://docs.darkfunnels.ai/en/getting-started/connect-whatsapp.md - [Connect WhatsApp without the Business API](https://docs.darkfunnels.ai/en/getting-started/connect-whatsapp): the QR step by step. ## Documentation - [Documentation in English](https://docs.darkfunnels.ai/en): getting started, guides and reference, mirrored from the Spanish tree. - [Tool reference](https://docs.darkfunnels.ai/referencia/tools): every tool, generated from the source code. - [Connection URL parameters](https://docs.darkfunnels.ai/referencia/url-de-conexion): `features`, `read_only`, `pii`, `agent`. - [Security](https://docs.darkfunnels.ai/seguridad) - [Docs home, Spanish](https://docs.darkfunnels.ai/) - [Full documentation as text](https://docs.darkfunnels.ai/llms-full.txt) ## Product - [Home (English)](https://darkfunnels.ai/en) - [Home (Spanish)](https://darkfunnels.ai/) - [Privacy policy (English)](https://darkfunnels.ai/privacy) - [Politica de Privacidad (espanol)](https://darkfunnels.ai/privacidad) - [Terms (Spanish)](https://darkfunnels.ai/terminos) ## Notes - The bridge never moves money: no tool initiates, captures or refunds a payment. - Every tool declares `readOnlyHint` and `destructiveHint`. `?read_only=true` disables all writes and overrides every other parameter. - End-customer phone numbers are masked by default; `?pii=full` unmasks them. - Tool titles and descriptions are currently written in Spanish.