Productivity
misarmail.com
Provides email management capabilities including sending, listing, reading, replying, and archiving emails.
ENDPOINT 1
https://api.misar.io/mail/mcp
MCP server metadata
- Name
- misarmail
- Version
- 3.0.0
Known tools 54
list_emailsList emails from a mailbox folder with optional full-text search across subject and body.
Inferred read-onlyget_emailRead the full content of a single email by ID, including headers, body, and attachments metadata.
Potential side effectsvalidate_emailValidate an email address before sending: syntax, MX records, disposable-domain and role-account detection.
Potential side effectslist_campaignsList email marketing campaigns with their status, audience size, and headline metrics.
Potential side effectsget_campaignGet full details for one campaign: content, audience segment, schedule, and delivery statistics (sent, opened, clicked, bounced, complained).
Inferred read-onlysend_campaignSend a campaign now, or schedule it for a future time by passing scheduled_at.
Potential side effectsupdate_contactUpdate an existing contact by email address, including changing subscription status.
Potential side effectsget_contact_scoreGet engagement score, engagement tier, and churn risk for one contact — or the lowest-engagement contacts across the list when contact_id is omitted.
Inferred read-onlylist_templatesList the saved email templates on the account, with the variable placeholders each one expects.
Potential side effectsrender_templateRender a template with sample variables and return the resulting HTML and subject.
Inferred read-onlylist_automationsList automation workflows on the account — welcome series, re-engagement, drip sequences — with their status and enrolment counts.
Inferred read-onlyget_automationGet one automation workflow in full: its trigger, every step with its settings, and current enrolment counts.
Inferred read-onlycreate_automationCreate an automation workflow from a trigger and an ordered list of steps.
Potential side effectslist_ab_testsList A/B tests on the account with each variant's results and whether a winner has been picked yet.
Inferred read-onlyselect_ab_test_winnerSelect the winning variant and send it to the remaining audience.
Potential side effectsget_analyticsGet delivery and engagement analytics — sent, delivered, opened, clicked, bounced, and complained — for the account or one campaign, grouped by day/week/month.
Inferred read-onlyget_revenue_attributionAttribute ecommerce revenue to email — revenue per campaign, per contact, and average order value from tracked conversions.
Potential side effectsget_monetization_statsGet newsletter monetization figures: paid subscribers, monthly recurring revenue, churn, and revenue trend.
Inferred read-onlyget_deliverability_scoreGet the account deliverability score (0–100) and letter grade (A–F) with the factors dragging it down.
Inferred read-onlyrun_deliverability_auditRun a full deliverability audit across authentication (SPF/DKIM/DMARC), domain reputation, list hygiene, content signals, and blocklist status.
Inferred read-onlyget_warmup_statusGet IP/domain warm-up progress and today's remaining send capacity.
Potential side effectscheck_dmarcCheck live SPF, DKIM, and DMARC DNS records for a domain and report alignment problems with the exact record to publish.
Potential side effectslist_domainsList sending domains with verification status and their DKIM/SPF/DMARC records.
Inferred read-onlyverify_domainRe-check a domain's DNS records and mark it verified if they resolve.
Inferred read-onlyconfigure_inbound_domainConfigure inbound email routing for a subdomain so replies land in the MisarMail unified inbox.
Potential side effectslist_formsList signup forms on the account with their embed status and conversion counts.
Inferred read-onlyget_formGet one signup form in full: its fields, its embed code, and where it redirects after submission.
Inferred read-onlyget_form_submissionsList the submissions a signup form has received, including the values entered in each field.
Inferred read-onlylist_marketplace_itemsBrowse the MisarMail marketplace for ready-made email and automation templates.
Potential side effectsget_marketplace_itemGet one marketplace listing in full, with its preview, author, and installation instructions.
Inferred read-onlylist_inbox_conversationsList unified-inbox conversations (threads) with their status and detected intent.
Inferred read-onlyget_inbox_conversation_messagesGet every message in one inbox conversation, oldest first, with sender and timestamp.
Potential side effectscategorize_inbox_emailsRun AI categorisation over a batch of inbox emails to label intent and priority.
Inferred read-onlylist_api_keysList the API keys on the account with their scopes and when each was last used.
Inferred read-onlygenerate_subject_linesGenerate AI subject-line variants for a campaign topic, optionally tuned to a tone and audience.
Inferred read-onlylist_integrationsList every third-party integration connected to the account, with its sync status and when it last ran.
Inferred read-onlyget_integrationGet one integration in full: its configuration, the scopes it was granted, and the result of its last sync.
Inferred read-onlyupgradeShow the current MisarMail plan, how much of each quota is left, and what upgrading unlocks.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.misarmail]
url = "https://api.misar.io/mail/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"misarmail": {
"type": "http",
"url": "https://api.misar.io/mail/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: misarmail
Remote MCP URL: https://api.misar.io/mail/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"misarmail": {
"url": "https://api.misar.io/mail/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"misarmail": {
"type": "http",
"url": "https://api.misar.io/mail/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "misarmail",
"transport": "streamable-http",
"url": "https://api.misar.io/mail/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for misar.io was fetched 2026-08-03T19:43:01.924Z and is being refreshed.
misar.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.