These docs are built to be consumed by AI coding agents directly, so you can ask questions like “how do I send a sticker with zapo?” or “what events fire during pairing?” and get answers grounded in the current reference — not stale model memory.Documentation Index
Fetch the complete documentation index at: https://zapo.to/llms.txt
Use this file to discover all available pages before exploring further.
This page is about the documentation MCP — exposing the zapo.to pages to your assistant. It is not the
@zapo-js/mcp-server dev tool, which drives a live WaClient from an agent. Different goals, different setup, and you can use them together.Pick a path
One-click contextual
Use the Copy / Open in… menu at the top of any page to send its content to Claude, ChatGPT, or Cursor. No setup.
MCP server
Add
https://zapo.to/mcp as an MCP server in your client — the agent then searches and fetches docs pages on demand.llms.txt
Plain-text bundles at
/llms.txt (index) and /llms-full.txt (full corpus) for tools that don’t speak MCP.Contextual buttons
Every page on zapo.to has a menu near the title that lets you:- Copy page as Markdown — paste straight into any chat.
- View as Markdown — see the raw source.
- Open in ChatGPT / Claude / Cursor — opens the assistant with the current page pre-loaded as context.
- Connect MCP — copy the MCP URL for any other client.
MCP server
For sustained work — building an integration, debugging an event, planning a migration from Baileys — register the docs as a long-lived MCP server. The agent then searches and fetches pages itself as needed, without you copy-pasting. The endpoint is:Claude Code
Cursor
Add to~/.cursor/mcp.json (or the workspace-local .cursor/mcp.json):
Other clients
Any MCP-compatible client (Windsurf, Zed, Continue, custom agents built on the MCP spec) can connect to the same URL — refer to your client’s docs for the exact registration syntax. The server exposes search and page-fetch tools.llms.txt
For tools that don’t support MCP yet, the same corpus is published as static text following the llms.txt convention:| File | Contents |
|---|---|
/llms.txt | Index of every page with titles and one-line summaries — small enough to paste into any prompt. |
/llms-full.txt | Full page bodies, concatenated. Large; best for one-shot context windows or RAG ingestion. |
