Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

MailX Email Deliverability

REMOTE · THEMAILX.COM · SCANNED AUG 3

Check SPF/DKIM/DMARC/BIMI, blacklists, SMTP/IMAP; DNS lookups; generate email DNS records.

Available components

+5 this week 76 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability89
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1483 tokens (~82/item across 18 items; 16 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · themailx.com

# add to Claude Code
claude mcp add --transport http com-themailx-email-deliverability https://themailx.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-themailx-email-deliverability]
url = "https://themailx.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-themailx-email-deliverability": {
      "type": "remote",
      "url": "https://themailx.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-themailx-email-deliverability --url https://themailx.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-themailx-email-deliverability:
    url: "https://themailx.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-themailx-email-deliverability": {
      "type": "http",
      "url": "https://themailx.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 71

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://themailx.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=themailx.com CN=Amazon RSA 2048 M04,O=Amazon,C=US 21 Mar 2026 4 Oct 2026 RSA 2048 SHA256-RSA bd5798e40cd6607b74074b7f494ddc0
SANs: themailx.com, *.themailx.com
CN=Amazon RSA 2048 M04,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 773124f2a952e3ed18a58bdb85d1bc0ce5f27
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6
DNSSEC insecure

Validation of themailx.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
themailx.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://themailx.com/mcp Verified 200
http (plaintext) http://themailx.com/mcp HTTPS enforced 301 https://themailx.com/mcp
MCP tools — 16 exposed · ~1,365 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
bimi_check ~67

Check if a domain has a valid BIMI (Brand Indicators for Message Identification) DNS record. BIMI allows brands to display their logo next to authenticated emails in supporting email clients.

NameTypeReqDescription
domain_namestringyesThe domain to check BIMI records for, e.g. example.com

No output schema declared.

No examples provided.

blacklist_check ~71

Check if a domain or IP address is listed in popular email blacklists (DNSBLs). Being blacklisted can severely impact email deliverability.

NameTypeReqDescription
domain_namestringyesThe domain name or IP address to check against blacklists, e.g. example.com or 1.2.3.4

No output schema declared.

No examples provided.

cname_lookup ~52

Look up CNAME (Canonical Name) records for a domain. Shows where a hostname aliases to.

NameTypeReqDescription
domain_namestringyesThe domain to look up CNAME records for, e.g. www.example.com

No output schema declared.

No examples provided.

dkim_check ~97

Check if a domain has a valid DKIM (DomainKeys Identified Mail) DNS record for a given selector. DKIM allows the receiver to verify that an email was sent by the domain owner.

NameTypeReqDescription
dkim_selectorstringyesThe DKIM selector to look up, e.g. google, default, selector1
domain_namestringyesThe domain to check DKIM records for, e.g. example.com

No output schema declared.

No examples provided.

dmarc_check ~73

Check if a domain has a valid DMARC (Domain-based Message Authentication, Reporting & Conformance) DNS record. DMARC tells receiving servers what to do with emails that fail SPF or DKIM checks.

NameTypeReqDescription
domain_namestringyesThe domain to check DMARC records for, e.g. example.com

No output schema declared.

No examples provided.

dmarc_generate ~115

Generate a DMARC DNS record for a domain. Returns the record name, value, and type ready to be added to DNS.

NameTypeReqDescription
dmarc_policystringyesThe DMARC policy: none (monitor only), quarantine (mark as spam), or reject (block entirely)
domain_namestringyesThe domain to generate a DMARC record for, e.g. example.com
emailstringyesThe email address to receive DMARC aggregate reports, e.g. [email protected]

No output schema declared.

No examples provided.

dns_lookup ~63

Look up all DNS records for a domain in one query. Returns A, AAAA, CNAME, MX, NS, TXT, and SOA records.

NameTypeReqDescription
domain_namestringyesThe domain to look up all DNS records for, e.g. example.com

No output schema declared.

No examples provided.

imap_check ~128

Test an IMAP server connection by attempting to connect and authenticate. Use this to verify email receiving configuration.

NameTypeReqDescription
imap_encryptionstringyesThe encryption protocol: ssl, tls, or none
imap_hoststringyesThe IMAP server hostname, e.g. imap.gmail.com
imap_portintegeryesThe IMAP port number, e.g. 993 for SSL, 143 for unencrypted
passwordstringyesThe IMAP password or app-specific password
usernamestringyesThe IMAP username for authentication

No output schema declared.

No examples provided.

imap_finder ~75

Look up IMAP server settings (host, port, encryption) for a given email provider. Use this to find the correct IMAP configuration for services like Gmail, Outlook, Yahoo, etc.

NameTypeReqDescription
imap_provider_namestringyesThe email provider name to look up, e.g. gmail, outlook, yahoo

No output schema declared.

No examples provided.

mx_lookup ~51

Look up MX (Mail Exchanger) records for a domain. Returns the mail servers and their priorities.

NameTypeReqDescription
domain_namestringyesThe domain to look up MX records for, e.g. example.com

No output schema declared.

No examples provided.

ptr_lookup ~67

Reverse DNS lookup. Find the hostname associated with an IP address. A valid PTR record is important for email sending reputation.

NameTypeReqDescription
ip_addressstringyesThe IP address to look up, e.g. 8.8.8.8 or 142.250.80.46

No output schema declared.

No examples provided.

smtp_check ~186

Test an SMTP server connection by attempting to connect and authenticate. If from_email and to_email are provided, the tool may attempt to send a test email. Only provide these fields if you are authorized to send from the account and intentionally want to test full sending capability.

NameTypeReqDescription
encryptionstringyesThe encryption protocol: ssl, tls, or none
from_emailstringOptional sender email address for sending a test email
hoststringyesThe SMTP server hostname, e.g. smtp.gmail.com
passwordstringyesThe SMTP password or app-specific password
portintegeryesThe SMTP port number, e.g. 587 for TLS, 465 for SSL, 25 for unencrypted
to_emailstringOptional recipient email address for sending a test email
usernamestringyesThe SMTP username for authentication

No output schema declared.

No examples provided.

smtp_finder ~75

Look up SMTP server settings (host, port, encryption) for a given email provider. Use this to find the correct SMTP configuration for services like Gmail, Outlook, SendGrid, etc.

NameTypeReqDescription
provider_namestringyesThe email provider name to look up, e.g. gmail, sendgrid, mailgun, outlook

No output schema declared.

No examples provided.

spf_check ~62

Check if a domain has a valid SPF (Sender Policy Framework) DNS record. SPF specifies which mail servers are authorized to send email on behalf of a domain.

NameTypeReqDescription
domain_namestringyesThe domain to check SPF records for, e.g. example.com

No output schema declared.

No examples provided.

spf_generate ~126

Generate an SPF DNS record for a domain based on the email provider being used. Returns the record name, value, and type ready to be added to DNS.

NameTypeReqDescription
domain_namestringyesThe domain to generate an SPF record for, e.g. example.com
hard_fail_booleanbooleanyesIf true, uses strict -all policy (reject unauthorized senders). If false, uses soft ~all (mark but deliver).
providerstringyesThe mail provider identifier, e.g. google, mailgun, sendgrid, postmark, amazon-ses

No output schema declared.

No examples provided.

txt_lookup ~57

Look up all TXT records for a domain. TXT records contain SPF policies, domain verification tokens, DKIM keys, and other metadata.

NameTypeReqDescription
domain_namestringyesThe domain to look up TXT records for, e.g. example.com

No output schema declared.

No examples provided.