Skip to main content
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:

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:
For example, in Claude Code:

llms.txt

AI agents can discover every page of this documentation through the standard index files:
  • /llms.txt — index of all pages with descriptions
  • /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:
You can also use the copy menu on any page to copy it as Markdown or open it directly in ChatGPT or Claude.