MisarMail — Email Marketing MCP Server

Created By
Misar AI2 months ago
Full email marketing platform for AI assistants — 32 MCP tools for campaigns, contacts, automations, A/B testing, AI subject line generation, multi-channel messaging (email + WhatsApp + push), deliverability monitoring, DMARC health checks, ecommerce revenue attribution, and advanced analytics.
Overview

MisarMail — Email Marketing MCP Server

Overview

MisarMail gives AI assistants full access to a professional email marketing platform. Send campaigns, manage contacts, build automations, run A/B tests, generate AI subject lines, send WhatsApp and push notifications, monitor deliverability, and access advanced analytics.

Version: 2.0.0 | Tools: 32 | Skills: 11 | Prompts: 5

Setup

{
  "mcpServers": {
    "misarmail": {
      "url": "https://mail.misar.io/api/mcp",
      "headers": {
        "Authorization": "Bearer msk_YOUR_API_KEY"
      }
    }
  }
}

Get your API key at mail.misar.io/developers

Tools (32)

Email (5)

  • email.list — List emails from inbox, sent, archive, or any folder
  • email.read — Read full email content by ID
  • email.send — Send transactional or marketing email (up to 100 recipients)
  • email.reply — Reply to existing email thread
  • email.archive — Move email to archive

Campaigns (4)

  • campaign.list — List campaigns with status filtering
  • campaign.get — Get campaign details and statistics
  • campaign.create — Create draft campaign
  • campaign.send — Send immediately or schedule

Contacts (3)

  • contact.list — Search and filter contacts
  • contact.add — Add new contact with tags
  • contact.update — Update contact details or status
  • contact.score — Get engagement score and churn risk

Automation (2)

  • automation.list — List automation workflows
  • automation.create — Create workflow with trigger config

A/B Testing (2)

  • abtest.create — Create A/B test variant
  • abtest.winner — Select winning variant

AI Content (1)

  • ai.subject_lines — Generate AI subject line suggestions with predicted scores

Deliverability (3)

  • dmarc.check — Check domain DMARC/SPF/DKIM health
  • deliverability.audit — Run full deliverability audit
  • warmup.get — Get IP warmup status

Multi-Channel (2)

  • channel.whatsapp_send — Send WhatsApp message
  • channel.push_send — Send web push notification

Revenue & Analytics (4)

  • revenue.attribution — Ecommerce revenue attribution
  • monetization.stats — Newsletter monetization stats
  • analytics.get — Campaign analytics
  • report.generate — Advanced analytics reports

Other (4)

  • template.create — Create email template
  • landing_page.create — Create landing page
  • inbound.configure — Configure inbound email domain
  • account.score — Deliverability score (0-100)
  • key.list — List API keys

Authentication

  • OAuth 2.0 (PKCE) via Smithery
  • API Key: Authorization: Bearer msk_YOUR_KEY

Server Config

{
  "mcpServers": {
    "misarmail": {
      "url": "https://mail.misar.io/api/mcp",
      "headers": {
        "Authorization": "Bearer msk_YOUR_API_KEY"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
Misar AI
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago
Crevio

2 days ago