API Endpoints

MCP Server for AI Tools

Mailsoftly provides an MCP (Model Context Protocol) server for AI-powered email marketing. Connect Claude Desktop, Cursor, or any MCP client to manage contacts, send campaigns, and automate workflows using natural language.

AI Integration & MCP Server
for Mailsoftly Email Marketing & Automation Platform

Connect Claude, ChatGPT, Gemini, Grok, Copilot, Cursor, and any MCP-compatible client to manage your email campaigns, contacts, and automations using natural language.

Claude

Mailsoftly is listed in the Claude directory: one click to connect, OAuth sign-in, sending as a separate permission. How it works.

MCP Server

One hosted server for every assistant and coding tool that speaks Model Context Protocol. Setup and the tool list.

ChatGPT / GPT Actions

Use Mailsoftly's OpenAPI spec with ChatGPT GPT Actions for AI-powered email campaign management.

Google Gemini

Import the OpenAPI spec as a Vertex AI Extension to manage email marketing via Gemini.

Grok / xAI

Use Mailsoftly's API with Grok's tool-use and function calling capabilities.

GitHub Copilot

Copilot discovers Mailsoftly's API via llms.txt and OpenAPI spec for code generation.

139 API Endpoints

All Mailsoftly email marketing API endpoints available - contacts, lists, tags, emails, automations, and more.

Claude Desktop Configuration

{
  "mcpServers": {
    "mailsoftly": {
      "command": "node",
      "args": ["/path/to/mailsoftly/mcp-server/build/index.js"],
      "env": {
        "API_KEY_API_KEY": "your-mailsoftly-api-key"
      }
    }
  }
}