← Registry

Productivity

misarmail.com

Provides email management capabilities including sending, listing, reading, replying, and archiving emails.

1 endpoint54 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://api.misar.io/mail/mcp

No auth detected

MCP server metadata

Name
misarmail
Version
3.0.0
Capabilities
toolspromptsresources

Known tools 54

send_email

Send a transactional email from a verified MisarMail account.

Potential side effects
list_emails

List emails from a mailbox folder with optional full-text search across subject and body.

Inferred read-only
get_email

Read the full content of a single email by ID, including headers, body, and attachments metadata.

Potential side effects
reply_to_email

Reply to an existing email thread.

Potential side effects
archive_email

Move one email out of the inbox and into the archive.

Potential side effects
validate_email

Validate an email address before sending: syntax, MX records, disposable-domain and role-account detection.

Potential side effects
list_campaigns

List email marketing campaigns with their status, audience size, and headline metrics.

Potential side effects
get_campaign

Get full details for one campaign: content, audience segment, schedule, and delivery statistics (sent, opened, clicked, bounced, complained).

Inferred read-only
create_campaign

Create a new email marketing campaign as a draft.

Potential side effects
send_campaign

Send a campaign now, or schedule it for a future time by passing scheduled_at.

Potential side effects
list_contacts

List contacts with their subscription status and engagement metrics.

Inferred read-only
create_contact

Add a single contact.

Inferred read-only
update_contact

Update an existing contact by email address, including changing subscription status.

Potential side effects
import_contacts

Bulk-import up to 5,000 contacts in one call.

Inferred read-only
get_contact_score

Get 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-only
list_templates

List the saved email templates on the account, with the variable placeholders each one expects.

Potential side effects
create_template

Create a reusable email template.

Potential side effects
render_template

Render a template with sample variables and return the resulting HTML and subject.

Inferred read-only
list_automations

List automation workflows on the account — welcome series, re-engagement, drip sequences — with their status and enrolment counts.

Inferred read-only
get_automation

Get one automation workflow in full: its trigger, every step with its settings, and current enrolment counts.

Inferred read-only
create_automation

Create an automation workflow from a trigger and an ordered list of steps.

Potential side effects
toggle_automation

Activate or pause one automation workflow.

Inferred read-only
list_ab_tests

List A/B tests on the account with each variant's results and whether a winner has been picked yet.

Inferred read-only
create_ab_test

Create an A/B test on a campaign with two or more variants.

Potential side effects
select_ab_test_winner

Select the winning variant and send it to the remaining audience.

Potential side effects
get_analytics

Get delivery and engagement analytics — sent, delivered, opened, clicked, bounced, and complained — for the account or one campaign, grouped by day/week/month.

Inferred read-only
generate_report

Generate a structured analytics report over a date range.

Inferred read-only
get_revenue_attribution

Attribute ecommerce revenue to email — revenue per campaign, per contact, and average order value from tracked conversions.

Potential side effects
get_monetization_stats

Get newsletter monetization figures: paid subscribers, monthly recurring revenue, churn, and revenue trend.

Inferred read-only
get_deliverability_score

Get the account deliverability score (0–100) and letter grade (A–F) with the factors dragging it down.

Inferred read-only
run_deliverability_audit

Run a full deliverability audit across authentication (SPF/DKIM/DMARC), domain reputation, list hygiene, content signals, and blocklist status.

Inferred read-only
get_warmup_status

Get IP/domain warm-up progress and today's remaining send capacity.

Potential side effects
check_dmarc

Check live SPF, DKIM, and DMARC DNS records for a domain and report alignment problems with the exact record to publish.

Potential side effects
list_domains

List sending domains with verification status and their DKIM/SPF/DMARC records.

Inferred read-only
add_domain

Add a sending domain and return the DNS records to publish.

Potential side effects
verify_domain

Re-check a domain's DNS records and mark it verified if they resolve.

Inferred read-only
configure_inbound_domain

Configure inbound email routing for a subdomain so replies land in the MisarMail unified inbox.

Potential side effects
list_forms

List signup forms on the account with their embed status and conversion counts.

Inferred read-only
get_form

Get one signup form in full: its fields, its embed code, and where it redirects after submission.

Inferred read-only
get_form_submissions

List the submissions a signup form has received, including the values entered in each field.

Inferred read-only
create_landing_page

Create a hosted landing page with an email capture form.

Potential side effects
list_marketplace_items

Browse the MisarMail marketplace for ready-made email and automation templates.

Potential side effects
get_marketplace_item

Get one marketplace listing in full, with its preview, author, and installation instructions.

Inferred read-only
list_inbox_conversations

List unified-inbox conversations (threads) with their status and detected intent.

Inferred read-only
get_inbox_conversation_messages

Get every message in one inbox conversation, oldest first, with sender and timestamp.

Potential side effects
categorize_inbox_emails

Run AI categorisation over a batch of inbox emails to label intent and priority.

Inferred read-only
list_api_keys

List the API keys on the account with their scopes and when each was last used.

Inferred read-only
generate_subject_lines

Generate AI subject-line variants for a campaign topic, optionally tuned to a tone and audience.

Inferred read-only
list_integrations

List every third-party integration connected to the account, with its sync status and when it last ran.

Inferred read-only
get_integration

Get one integration in full: its configuration, the scopes it was granted, and the result of its last sync.

Inferred read-only
toggle_integration

Turn one third-party integration on or off.

Inferred read-only
list_sandbox_sends

List emails captured by sandbox mode.

Inferred read-only
clear_sandbox

Delete every email captured in the sandbox.

Potential side effects
upgrade

Show the current MisarMail plan, how much of each quota is left, and what upgrading unlocks.

Inferred read-only

CONNECT 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.

Trust status Trusted

misar.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.