{"name":"io.github.Misar-AI/misarmail-mcp","slug":"misar-ai-misarmail-mcp","title":"MisarMail MCP Server","description":"Send transactional email, run campaigns, manage contacts and automations, audit deliverability.","url":"https://mcp.market/server/misar-ai-misarmail-mcp","rating":null,"grade":"A","score":90,"certified":false,"status":"active","category":"email","tags":["email"],"presence":{"score":37,"stars":1,"forks":0,"downloads_week":139,"last_push_at":"2026-09-15T19:43:23.000Z","license":"MIT"},"uptime":{"percent":100,"checks":15,"ok":15,"last_checked_at":"2026-09-23T02:05:48.008Z","last_ok_at":"2026-09-23T02:05:48.008Z","latency_ms":873},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Misar-AI/misarmail-mcp","website":"https://www.misarmail.com","version":"5.1.2","remotes":[{"type":"streamable-http","url":"https://api.misar.io/mail/mcp","headers":[{"description":"MisarMail API key. Format: Bearer msk_… — create one at https://mail.misar.io/developers","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"npm","identifier":"@misarmail/mcp","version":"5.1.2","runtimeHint":"npx","transport":{"type":"stdio"},"environmentVariables":[{"description":"Your MisarMail API key (msk_…). Create one at https://mail.misar.io/developers, or omit it and run the \"login\" tool to authenticate via browser.","format":"string","isSecret":true,"name":"MISARMAIL_API_KEY"},{"description":"Override the API base URL. Only needed for self-hosted instances.","format":"string","name":"MISARMAIL_BASE_URL"}]}],"tools":[{"name":"add_domain","description":"Add a sending domain and return the DNS records to publish. The domain cannot send until those records are live and verify_domain succeeds.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to add, e.g. example.com"}},"required":["domain"]}},{"name":"archive_email","description":"Move one email out of the inbox and into the archive. \n\nUse it to clear handled mail from the working inbox. This is REVERSIBLE and non-destructive: the message is not deleted, its content is unchanged, and it can be found again through the archive. It does not mark the message read, reply to it, or notify the sender. \n\nSafe to repeat — archiving an already-archived email changes nothing. Requires an API key. Affects exactly one message per call. ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Email ID to archive"}},"required":["id"]}},{"name":"categorize_inbox_emails","description":"Run AI categorisation over a batch of inbox emails to label intent and priority. Consumes AI credits — pass only the emails you actually need triaged.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email_ids":{"type":"array","items":{"type":"string"},"description":"Email IDs to categorise (max 50 per call)"}},"required":["email_ids"]}},{"name":"check_dmarc","description":"Check live SPF, DKIM, and DMARC DNS records for a domain and report alignment problems with the exact record to publish. Works for any domain, not only your own.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to check, e.g. example.com"}},"required":["domain"]}},{"name":"clear_sandbox","description":"Delete every email captured in the sandbox. \n\nThe sandbox holds messages intercepted during testing so they are never delivered to real recipients. This DELETES ALL of them and cannot be undone — but it touches only intercepted test mail, never sent campaigns, real inbox messages, contacts, or templates. \n\nTakes no parameters and offers no filter: it is all or nothing. Requires an API key. Clearing an already-empty sandbox is harmless. Read anything you still need from the sandbox before calling this. ","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"configure_inbound_domain","description":"Configure inbound email routing for a subdomain so replies land in the MisarMail unified inbox. Returns the MX record to publish.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Root domain, e.g. example.com"},"subdomain":{"type":"string","description":"Inbound subdomain label, e.g. reply"},"webhook_url":{"type":"string","description":"Optional HTTPS URL to POST inbound messages to"}},"required":["domain","subdomain"]}},{"name":"create_ab_test","description":"Create an A/B test on a campaign with two or more variants. A sample percentage is sent first; the winner goes to the remainder once selected.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"campaign_id":{"type":"string","description":"Campaign to test"},"type":{"type":"string","enum":["subject","content","send_time","from_name"],"description":"What to test"},"variants":{"type":"array","description":"Test variants (2–5)","items":{"type":"object","properties":{"label":{"type":"string","description":"Variant label, e.g. A / B"},"subject":{"type":"string","description":"Subject line for subject tests"},"html":{"type":"string","description":"Body content for content tests"},"from_name":{"type":"string","description":"Sender name for from_name tests"},"send_at":{"type":"string","description":"ISO timestamp for send_time tests"}}}},"sample_percentage":{"type":"number","description":"Percent of the audience used for the test (default 20)"},"winner_metric":{"type":"string","enum":["open_rate","click_rate","conversion_rate"],"description":"Metric used to pick the winner (default open_rate)"}},"required":["campaign_id","type","variants"]}},{"name":"create_automation","description":"Create an automation workflow from a trigger and an ordered list of steps. Created paused by default — call toggle_automation to activate once the steps are reviewed.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Automation name"},"trigger":{"type":"string","enum":["contact_created","tag_added","campaign_opened","link_clicked","date_based"],"description":"Event that starts the workflow"},"trigger_config":{"type":"object","description":"Trigger parameters, e.g. { \"tag\": \"trial\" } for tag_added"},"steps":{"type":"array","description":"Ordered workflow steps","items":{"type":"object","required":["type"],"properties":{"type":{"type":"string","enum":["send_email","wait","add_tag","remove_tag","condition"],"description":"Step action"},"delay_hours":{"type":"number","description":"Hours to wait before this step"},"template_id":{"type":"string","description":"Template for send_email steps"},"subject":{"type":"string","description":"Subject for send_email steps"},"tag":{"type":"string","description":"Tag for add_tag / remove_tag steps"}}}},"active":{"type":"boolean","description":"Start active immediately (default false)"}},"required":["name","trigger"]}},{"name":"create_campaign","description":"Create a new email marketing campaign as a draft. Creating never sends — call send_campaign separately once the content and audience are confirmed.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Internal campaign name (not shown to recipients)"},"subject":{"type":"string","description":"Subject line recipients will see"},"from_email":{"type":"string","description":"Verified sender address"},"from_name":{"type":"string","description":"Sender display name"},"reply_to":{"type":"string","description":"Reply-to address"},"html":{"type":"string","description":"HTML body content"},"text":{"type":"string","description":"Plain text body content"},"template_id":{"type":"string","description":"Use a saved template instead of inline HTML"},"segment_id":{"type":"string","description":"Audience segment to send to"},"tags":{"type":"array","items":{"type":"string"},"description":"Contact tags to target"},"scheduled_at":{"type":"string","description":"ISO 8601 timestamp to schedule the send (omit to keep as draft)"}},"required":["name","subject","from_email"]}},{"name":"create_contact","description":"Add a single contact. Adding a contact records consent to email them — only add addresses that opted in, or the send will damage sender reputation and may breach CAN-SPAM/GDPR.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"Contact email address"},"first_name":{"type":"string","description":"First name (max 100 chars)"},"last_name":{"type":"string","description":"Last name (max 100 chars)"},"phone":{"type":"string","description":"Phone number (max 50 chars)"},"company":{"type":"string","description":"Company name (max 150 chars)"},"job_title":{"type":"string","description":"Job title (max 100 chars)"},"tags":{"type":"array","items":{"type":"string"},"description":"Segmentation tags"},"source":{"type":"string","description":"Where this contact came from (max 100 chars)"},"custom_fields":{"type":"object","description":"Custom key-value attributes"}},"required":["email"]}},{"name":"create_landing_page","description":"Create a hosted landing page with an email capture form. Returns the public URL; subscribers flow straight into your contact list.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Internal page name"},"headline":{"type":"string","description":"Headline shown to visitors"},"subheadline":{"type":"string","description":"Supporting line under the headline"},"cta_text":{"type":"string","description":"Call-to-action button text"},"slug":{"type":"string","description":"URL slug (auto-generated when omitted)"},"tags":{"type":"array","items":{"type":"string"},"description":"Tags applied to contacts who sign up here"}},"required":["name","headline"]}},{"name":"create_template","description":"Create a reusable email template. Use {{variable}} placeholders for personalisation — they are substituted at send time and previewable via render_template.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Template name"},"subject":{"type":"string","description":"Default subject line (supports {{variables}})"},"html":{"type":"string","description":"HTML body (supports {{variables}})"},"text":{"type":"string","description":"Plain text fallback body"},"type":{"type":"string","enum":["transactional","marketing","automation"],"description":"Template type (default: marketing)"},"variables":{"type":"array","items":{"type":"string"},"description":"Declared variable names used in the template"}},"required":["name","subject","html"]}},{"name":"generate_report","description":"Generate a structured analytics report over a date range. Report types: campaign_performance, engagement_funnel, cohort_analysis, and send_time_heatmap (best hour/day to send).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"report_type":{"type":"string","enum":["campaign_performance","engagement_funnel","cohort_analysis","send_time_heatmap"],"description":"Type of report to generate"},"date_from":{"type":"string","description":"Start date, ISO 8601 (default: 30 days ago)"},"date_to":{"type":"string","description":"End date, ISO 8601 (default: today)"}},"required":["report_type"]}},{"name":"generate_subject_lines","description":"Generate AI subject-line variants for a campaign topic, optionally tuned to a tone and audience. Good input for create_ab_test.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topic":{"type":"string","description":"What the email is about"},"tone":{"type":"string","enum":["professional","friendly","urgent","playful","formal"],"description":"Desired tone (default professional)"},"audience":{"type":"string","description":"Who the email is for"},"count":{"type":"number","description":"How many variants to generate (default 5, max 10)"}},"required":["topic"]}},{"name":"get_analytics","description":"Get delivery and engagement analytics — sent, delivered, opened, clicked, bounced, and complained — for the account or one campaign, grouped by day/week/month.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"campaign_id":{"type":"string","description":"Limit to one campaign (omit for account-wide)"},"start_date":{"type":"string","description":"Start date, ISO 8601 (e.g. 2026-01-01)"},"end_date":{"type":"string","description":"End date, ISO 8601"},"period":{"type":"string","enum":["today","7d","30d","90d"],"description":"Shorthand window used when start_date is omitted (default 30d)"},"group_by":{"type":"string","enum":["day","week","month"],"description":"Time bucket for the series (default day)"}}}},{"name":"get_automation","description":"Get one automation workflow in full: its trigger, every step with its settings, and current enrolment counts. \n\nUse it to understand exactly what an automation will do to contacts before activating it — the step list is where sends, waits and branches become visible. For the list of automations, use list_automations; to start or pause one, toggle_automation. \n\nReads only; reading a workflow does not enrol anyone or trigger a step. Requires an API key. An automation can be defined but inactive, so check its state rather than assuming it is running. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"automation_id":{"type":"string","description":"Automation ID (UUID)"}},"required":["automation_id"]}},{"name":"get_campaign","description":"Get full details for one campaign: content, audience segment, schedule, and delivery statistics (sent, opened, clicked, bounced, complained).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"campaign_id":{"type":"string","description":"Campaign ID (UUID)"}},"required":["campaign_id"]}},{"name":"get_contact_score","description":"Get engagement score, engagement tier, and churn risk for one contact — or the lowest-engagement contacts across the list when contact_id is omitted. Use before a re-engagement campaign.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"contact_id":{"type":"string","description":"Contact ID to score (omit to return the lowest-engagement contacts)"}}}},{"name":"get_deliverability_score","description":"Get the account deliverability score (0–100) and letter grade (A–F) with the factors dragging it down. Start here when asked why emails are landing in spam.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_email","description":"Read the full content of a single email by ID, including headers, body, and attachments metadata. Side effect: marks the email as read.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Email ID (UUID)"}},"required":["id"]}},{"name":"get_form","description":"Get one signup form in full: its fields, its embed code, and where it redirects after submission. \n\nUse it when you need the embed snippet to install the form, or need to know which fields it collects before interpreting submissions. For the submitted data itself, use get_form_submissions; for the list of forms, list_forms. \n\nReads only; the form is not modified and no submission is created. Requires an API key. The embed code is meant to be pasted into a site, so returning it does not publish anything by itself. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"form_id":{"type":"string","description":"Form ID (UUID)"}},"required":["form_id"]}},{"name":"get_form_submissions","description":"List the submissions a signup form has received, including the values entered in each field. \n\nUse it to see who signed up and what they told you. This returns PERSONAL DATA — email addresses and whatever else the form collects — so handle it accordingly and do not paste it into shared transcripts. For the form's own definition, use get_form. \n\nReads only; submissions are not deleted, and nobody is subscribed or emailed as a result. Requires an API key. No submissions is a normal answer, not an error. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"form_id":{"type":"string","description":"Form ID (UUID)"},"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20)"}},"required":["form_id"]}},{"name":"get_inbox_conversation_messages","description":"Get every message in one inbox conversation, oldest first, with sender and timestamp. \n\nUse it to read a thread in full before replying or summarising — it is the detail view behind a conversation listing. It covers one conversation, and it does not send, reply, or mark anything as read. \n\nReads only. Requires an API key. Message bodies are real customer correspondence, so treat the contents as confidential. Returns the whole thread rather than a page, so long conversations return a lot of text. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"conversation_id":{"type":"string","description":"Conversation ID (UUID)"}},"required":["conversation_id"]}},{"name":"get_integration","description":"Get one integration in full: its configuration, the scopes it was granted, and the result of its last sync. \n\nUse it to diagnose an integration that list_integrations shows as unhealthy, or to check which scopes were granted before relying on a capability. Covers a single integration — list_integrations gives the overview. \n\nReads only; it does not re-run a sync or change any setting. Requires an API key. The response describes what the integration is permitted to do, which is not the same as what it has successfully done — read the last sync result for that. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"integration_id":{"type":"string","description":"Integration ID"}},"required":["integration_id"]}},{"name":"get_marketplace_item","description":"Get one marketplace listing in full, with its preview, author, and installation instructions. \n\nUse it after list_marketplace_items to inspect a template before adopting it — this is the read step, and it does NOT install anything into the account or create a template. Nothing changes until you act on the instructions it returns. \n\nReads only. Requires an API key. Marketplace items are authored by third parties, so review the preview before recommending one; the listing describes what the author claims, not something MisarMail has verified. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"item_id":{"type":"string","description":"Marketplace item ID"}},"required":["item_id"]}},{"name":"get_monetization_stats","description":"Get newsletter monetization figures: paid subscribers, monthly recurring revenue, churn, and revenue trend. \n\nUse it for 'how is the paid newsletter doing' questions. These are account-level totals over a trailing window, so they cannot be broken down per campaign — use get_revenue_attribution for that. \n\nReads only; no billing state is changed and no subscriber is charged. Requires an API key. Revenue figures are reported in minor currency units unless stated otherwise, so check before presenting them as dollars. Zero paid subscribers is a real answer. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"period":{"type":"string","enum":["today","7d","30d","90d"],"description":"Time window (default 30d)"}}}},{"name":"get_revenue_attribution","description":"Attribute ecommerce revenue to email — revenue per campaign, per contact, and average order value from tracked conversions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"period":{"type":"string","enum":["today","7d","30d","90d"],"description":"Time window (default 30d)"},"campaign_id":{"type":"string","description":"Limit to one campaign"}}}},{"name":"get_warmup_status","description":"Get IP/domain warm-up progress and today's remaining send capacity. Exceeding warm-up capacity on a new domain is the fastest way to get throttled or blocklisted.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"import_contacts","description":"Bulk-import up to 5,000 contacts in one call. Existing addresses are updated rather than duplicated. Returns per-row results so you can see which rows were rejected and why.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"contacts":{"type":"array","description":"Contacts to import (max 5000)","items":{"type":"object","required":["email"],"properties":{"email":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"company":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}}}},"update_existing":{"type":"boolean","description":"Update contacts that already exist (default true)"}},"required":["contacts"]}},{"name":"list_ab_tests","description":"List A/B tests on the account with each variant's results and whether a winner has been picked yet. \n\nUse it to see which tests are still running and which are waiting on a decision. Reading results here is safe and has no effect on the test — declaring a winner is a separate, irreversible action that sends to the held-back audience. \n\nReads only. Requires an API key. A test with no winner selected is still open; treat early results with care, since a lead that looks decisive on a small sample often is not. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["subject","content","send_time","from_name"],"description":"Filter by what is being tested"},"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20)"}}}},{"name":"list_api_keys","description":"List the API keys on the account with their scopes and when each was last used. \n\nUse it to audit access — to spot keys that are unused, over-scoped, or forgotten. It lists key METADATA only: the secret values are not returned by this or any other tool, so a key that has been lost must be rotated rather than recovered. \n\nReads only; no key is created, revoked, or rotated. Requires an API key. Scope and last-used data is security-relevant, so treat the listing as sensitive even though it contains no secrets. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_automations","description":"List automation workflows on the account — welcome series, re-engagement, drip sequences — with their status and enrolment counts. \n\nUse it to see what is running before adding another workflow that might overlap, and to find an automation id for get_automation or toggle_automation. Listing does not reveal the individual steps; get_automation does that. \n\nReads only; nothing is activated, paused, or enrolled. Requires an API key. An automation may exist while inactive, so read the status rather than assuming a listed workflow is sending. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","paused","draft"],"description":"Filter by automation status"},"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20)"}}}},{"name":"list_campaigns","description":"List email marketing campaigns with their status, audience size, and headline metrics. Filter by status to find drafts ready to send or campaigns still sending.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["draft","scheduled","sending","sent","paused","failed"],"description":"Filter by campaign status"},"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20, max 100)"}}}},{"name":"list_contacts","description":"List contacts with their subscription status and engagement metrics. Filter by status to find unsubscribed or bounced addresses that should be excluded from sends.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["subscribed","unsubscribed","bounced","complained"],"description":"Filter by subscription status"},"search":{"type":"string","description":"Search across email, name, and company"},"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20, max 100)"}}}},{"name":"list_domains","description":"List sending domains with verification status and their DKIM/SPF/DMARC records. Check here first when a send fails with an unverified-sender error.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20)"}}}},{"name":"list_emails","description":"List emails from a mailbox folder with optional full-text search across subject and body. Use this for reading the unified inbox; use list_campaigns for marketing sends.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"folder":{"type":"string","enum":["inbox","sent","drafts","archive","spam","trash","starred"],"description":"Folder to list (default: inbox)"},"limit":{"type":"number","description":"Number of emails to return (default 20, max 50)"},"search":{"type":"string","description":"Search query across subject and body"}}}},{"name":"list_forms","description":"List signup forms on the account with their embed status and conversion counts. \n\nUse it to find a form id before get_form or get_form_submissions, and to compare how forms are performing against each other. It returns the forms themselves, not the people who filled them in — that is get_form_submissions. \n\nReads only; no form is created, published, or unpublished. Requires an API key. A form that exists is not necessarily embedded anywhere, so a zero conversion count may mean it was never installed rather than that it converts badly. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","inactive"],"description":"Filter by form status"},"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20)"}}}},{"name":"list_inbox_conversations","description":"List unified-inbox conversations (threads) with their status and detected intent. Use this for triage; use list_emails for individual messages in a folder.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["open","pending","closed"],"description":"Filter by conversation status"},"intent":{"type":"string","description":"Filter by detected intent, e.g. interested, unsubscribe, question"},"channel":{"type":"string","description":"Filter by channel, e.g. email"},"q":{"type":"string","description":"Free-text search across the thread"},"limit":{"type":"number","description":"Results to return (default 20)"},"offset":{"type":"number","description":"Offset for pagination"}}}},{"name":"list_integrations","description":"List every third-party integration connected to the account, with its sync status and when it last ran. \n\nStart here when a question involves external data — it tells you which integrations exist and whether they are actually syncing. For one integration's configuration and scopes, follow up with get_integration; to turn one on or off, use toggle_integration. \n\nReads only; nothing is connected, disconnected, or re-synced. Requires an API key. An integration listed as connected can still be failing to sync, so check the status rather than assuming. An empty list means nothing is connected yet, which is not an error. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20)"}}}},{"name":"list_marketplace_items","description":"Browse the MisarMail marketplace for ready-made email and automation templates. \n\nUse it to find a starting point instead of authoring from scratch. This is browse only: it installs nothing, and no template is added to the account by listing it. Inspect a candidate with get_marketplace_item before adopting it. \n\nReads only. Requires an API key. Listings are third-party authored, so quality varies. For templates the account already owns, use list_templates instead — these two return different things. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Filter by category, e.g. newsletter, ecommerce"},"search":{"type":"string","description":"Search marketplace listings"},"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20)"}}}},{"name":"list_sandbox_sends","description":"List emails captured by sandbox mode. Sandbox intercepts sends instead of delivering them — use it to verify templates and automations without emailing anyone.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_templates","description":"List the saved email templates on the account, with the variable placeholders each one expects. \n\nUse it to pick a template before composing a send, and to see which variables you must supply — a template rendered with a missing variable goes out with a visible gap. These are the account's own templates; list_marketplace_items covers third-party ones instead. \n\nReads only; no template is created, edited, or sent. Requires an API key. An empty list means none have been saved yet, which is not an error. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["transactional","marketing","automation"],"description":"Filter by template type"},"page":{"type":"number","description":"Page number (default 1)"},"limit":{"type":"number","description":"Results per page (default 20)"}}}},{"name":"render_template","description":"Render a template with sample variables and return the resulting HTML and subject. Use this to preview personalisation before sending anything.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"template_id":{"type":"string","description":"Template ID to render"},"variables":{"type":"object","description":"Variable values to substitute, e.g. { \"first_name\": \"Ada\" }"}},"required":["template_id"]}},{"name":"reply_to_email","description":"Reply to an existing email thread. The sender address and threading headers are derived from the original message, so only the body is required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email_id":{"type":"string","description":"ID of the email to reply to"},"html":{"type":"string","description":"HTML reply body"},"text":{"type":"string","description":"Plain text reply body"}},"required":["email_id"]}},{"name":"run_deliverability_audit","description":"Run a full deliverability audit across authentication (SPF/DKIM/DMARC), domain reputation, list hygiene, content signals, and blocklist status. Returns prioritized findings.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"select_ab_test_winner","description":"Select the winning variant and send it to the remaining audience. This triggers a real send to everyone who was held back — it cannot be undone.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"test_id":{"type":"string","description":"A/B test ID"},"winner_variant":{"type":"string","description":"Label of the winning variant, e.g. B"},"metric":{"type":"string","enum":["open_rate","click_rate","conversion_rate"],"description":"Metric the decision was based on (default open_rate)"}},"required":["test_id","winner_variant"]}},{"name":"send_campaign","description":"Send a campaign now, or schedule it for a future time by passing scheduled_at. This delivers real email to real recipients and cannot be undone once sending starts — confirm the audience with get_campaign first.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"campaign_id":{"type":"string","description":"Campaign ID (UUID)"},"scheduled_at":{"type":"string","description":"ISO 8601 timestamp to schedule instead of sending immediately"}},"required":["campaign_id"]}},{"name":"send_email","description":"Send a transactional email from a verified MisarMail account. `from.email` must match an email account you have already verified — use list_domains to check which sender domains are available. Returns the message ID and queue status.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"object","required":["email"],"description":"Sender address (must match a verified MisarMail account)","properties":{"email":{"type":"string","description":"Sender email address"},"name":{"type":"string","description":"Sender display name shown to recipients"}}},"to":{"type":"array","description":"Recipient list (1–100 addresses)","items":{"type":"object","required":["email"],"properties":{"email":{"type":"string","description":"Recipient email address"},"name":{"type":"string","description":"Recipient display name"}}}},"cc":{"type":"array","description":"CC recipients (max 50)","items":{"type":"object","required":["email"],"properties":{"email":{"type":"string","description":"Recipient email address"},"name":{"type":"string","description":"Recipient display name"}}}},"bcc":{"type":"array","description":"BCC recipients (max 50, hidden from other recipients)","items":{"type":"object","required":["email"],"properties":{"email":{"type":"string","description":"Recipient email address"},"name":{"type":"string","description":"Recipient display name"}}}},"reply_to":{"type":"object","description":"Reply-to address","properties":{"email":{"type":"string"},"name":{"type":"string"}}},"subject":{"type":"string","description":"Email subject (max 998 chars)"},"html":{"type":"string","description":"HTML body (max 500KB, recommended)"},"text":{"type":"string","description":"Plain text body (max 500KB, fallback for HTML)"},"alias_id":{"type":"string","description":"Route via a specific alias SMTP pool"},"idempotency_key":{"type":"string","description":"Unique key to prevent duplicate sends (max 128 chars)"},"tags":{"type":"array","items":{"type":"string"},"description":"Tags for tracking (max 10, each max 64 chars)"},"metadata":{"type":"object","description":"Custom metadata key-value pairs (max 20 pairs)"}},"required":["from","to","subject"]}},{"name":"toggle_automation","description":"Activate or pause one automation workflow. \n\nThis is consequential in one direction: ACTIVATING starts enrolling contacts, which means real emails begin going out on the workflow's schedule without further confirmation. Pausing stops new enrolments. Read the workflow with get_automation first so you know what activating will actually send. \n\nContacts already part-way through a paused workflow are held rather than dropped, so pausing is not a cancellation. Safe to repeat. Requires an API key. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"automation_id":{"type":"string","description":"Automation ID (UUID)"},"active":{"type":"boolean","description":"true to activate, false to pause"}},"required":["automation_id","active"]}},{"name":"toggle_integration","description":"Turn one third-party integration on or off. \n\nThis changes live behaviour: DISABLING stops all syncing through that integration, so data quietly stops flowing until it is re-enabled. It does not disconnect the integration or revoke its credentials — the connection and its scopes survive, which is why re-enabling picks up where it left off. \n\nSafe to repeat: setting an integration to the state it is already in changes nothing. Requires an API key. Call list_integrations first so you know the current state rather than toggling blind. ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"integration_id":{"type":"string","description":"Integration ID"},"enabled":{"type":"boolean","description":"true to enable, false to disable"}},"required":["integration_id","enabled"]}},{"name":"update_contact","description":"Update an existing contact by email address, including changing subscription status. Setting status to unsubscribed immediately excludes them from every future campaign.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"Email address identifying the contact"},"first_name":{"type":"string","description":"First name"},"last_name":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"Phone number"},"company":{"type":"string","description":"Company name"},"job_title":{"type":"string","description":"Job title"},"status":{"type":"string","enum":["subscribed","unsubscribed","bounced","complained"],"description":"New subscription status"},"tags":{"type":"array","items":{"type":"string"},"description":"Replace segmentation tags"},"custom_fields":{"type":"object","description":"Custom key-value attributes to merge"}},"required":["email"]}},{"name":"upgrade","description":"Show the current MisarMail plan, how much of each quota is left, and what upgrading unlocks. Call it any time — not only after hitting a limit. Set open=true to open the checkout page in the default browser.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"open":{"type":"boolean","description":"Open the upgrade/checkout page in the default browser."},"plan":{"type":"string","description":"Plan slug to open (e.g. 'pro', 'max'). Defaults to the recommended plan."}}}},{"name":"validate_email","description":"Validate an email address before sending: syntax, MX records, disposable-domain and role-account detection. Use this to protect sender reputation on imported lists.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"Email address to validate"}},"required":["email"]}},{"name":"verify_domain","description":"Re-check a domain's DNS records and mark it verified if they resolve. Safe to retry — DNS propagation can take up to 48 hours.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain_id":{"type":"string","description":"Domain ID returned by add_domain"}},"required":["domain_id"]}}],"scan":{"score":90,"grade":"A","scanned_at":"2026-09-22T21:28:44.038Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T21:28:44.027Z","components":{"code":{"score":25,"max":25,"notes":["75 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1985ms"]},"poisoning":{"score":15,"max":15,"notes":["54 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 7 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://api.misar.io/mail/mcp","reachable":true,"authRequired":false,"latencyMs":1985,"serverInfo":{"name":"misarmail","version":"3.0.0"}}],"packages":[{"registryType":"npm","identifier":"@misarmail/mcp","version":"5.1.2","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":1,"publishedAt":"2026-08-19T11:04:23.357Z","repositoryUrl":"git+https://github.com/Misar-AI/misarmail-mcp.git","weeklyDownloads":139}],"repo":{"found":true,"owner":"Misar-AI","repo":"misarmail-mcp","archived":false,"pushedAt":"2026-09-15T19:43:23Z","stars":1,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/278048041?v=4","ownerCreatedAt":"2026-04-21T10:21:06Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/278048041?v=4&s=128","source":"github"},"presence":{"stars":1,"forks":0,"downloadsWeek":139,"license":"MIT","lastPushAt":"2026-09-15T19:43:23.000Z","score":37}}}},"grade_history":[],"reviews":[]}