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

# Use with AI tools

> Connect Claude, Cursor, ChatGPT, and other AI assistants to the Mailercloud API documentation.

These docs are built to be read by AI coding assistants as well as humans. If you build your integration with an AI tool, point it at the resources below and it will always work from accurate, current documentation.

## Two MCP servers

Mailercloud offers two Model Context Protocol servers — most AI workflows want both:

|                                           | URL                                  | What it does                                                                                   |
| ----------------------------------------- | ------------------------------------ | ---------------------------------------------------------------------------------------------- |
| **Docs MCP**                              | `https://apidoc.mailercloud.com/mcp` | Lets agents **search and read this documentation**                                             |
| **[Mailercloud MCP](/guides/mcp-server)** | `https://mcp.mailercloud.com/mcp`    | Lets agents **act on your account** — create campaigns, manage contacts, send email (47 tools) |

## Docs MCP server

Add it to any MCP-compatible client (Claude, Claude Code, Cursor, Windsurf, VS Code) to let your assistant read these docs while it writes your integration:

```
https://apidoc.mailercloud.com/mcp
```

For example, in Claude Code:

```bash theme={null}
claude mcp add mailercloud-docs --transport http https://apidoc.mailercloud.com/mcp
```

## llms.txt

AI agents can discover every page of this documentation through the standard index files:

* [`/llms.txt`](/llms.txt) — index of all pages with descriptions
* [`/llms-full.txt`](/llms-full.txt) — the entire documentation in a single Markdown file

## Markdown for every page

Append `.md` to any page URL to get its raw Markdown — ideal for pasting into a prompt or fetching from an agent:

```
https://apidoc.mailercloud.com/api-reference/campaigns/create-campaign.md
```

You can also use the copy menu on any page to copy it as Markdown or open it directly in ChatGPT or Claude.
