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 AI tools like ChatGPT, Gemini, Grok, Copilot, Cursor, and any MCP-compatible client to manage your email campaigns, contacts, and automations using natural language.

MCP Server

Connect Mailsoftly to AI coding tools via Model Context Protocol. Manage email marketing with natural language.

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.

46 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"
      }
    }
  }
}