Skip to main content
Glama

MailX Email Deliverability

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 16 of 16 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of email deliverability, such as specific DNS records (BIMI, DKIM, DMARC, SPF, etc.), server connectivity (IMAP, SMTP), or record generation. Overlap is minimal and clarified by descriptions, e.g., dns_lookup covers all records but each specialized check is more focused.

Naming Consistency5/5

All tools follow a consistent pattern: `<record/protocol>_<operation>` (e.g., bimi_check, dmarc_generate, imap_finder, mx_lookup). Operations are verbs like check, lookup, generate, finder, making names predictable and easy to understand.

Tool Count5/5

16 tools is appropriate for the domain of email deliverability, covering DNS checks, record generation, and server configuration testing. The count feels well-scoped without being overwhelming or sparse.

Completeness4/5

The tool set covers core deliverability checks (DNS records, blacklists, server connectivity) and provides generation for SPF and DMARC. Minor gaps exist, such as no tool for DKIM key generation or spam content analysis, but these are not essential for the primary use case.

Available Tools

16 tools
bimi_checkBIMI Check
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain to check BIMI records for, e.g. example.com
blacklist_checkBlacklist Check
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain name or IP address to check against blacklists, e.g. example.com or 1.2.3.4
cname_lookupCNAME Lookup
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain to look up CNAME records for, e.g. www.example.com
dkim_checkDKIM Check
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain to check DKIM records for, e.g. example.com
dkim_selectorYesThe DKIM selector to look up, e.g. google, default, selector1
dmarc_checkDMARC Check
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain to check DMARC records for, e.g. example.com
dmarc_generateDMARC Generator
Idempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesThe email address to receive DMARC aggregate reports, e.g. dmarc@example.com
domain_nameYesThe domain to generate a DMARC record for, e.g. example.com
dmarc_policyYesThe DMARC policy: none (monitor only), quarantine (mark as spam), or reject (block entirely)
dns_lookupDNS Lookup
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain to look up all DNS records for, e.g. example.com
imap_checkIMAP Check
Idempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
passwordYesThe IMAP password or app-specific password
usernameYesThe IMAP username for authentication
imap_hostYesThe IMAP server hostname, e.g. imap.gmail.com
imap_portYesThe IMAP port number, e.g. 993 for SSL, 143 for unencrypted
imap_encryptionYesThe encryption protocol: ssl, tls, or none
imap_finderIMAP Finder
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
imap_provider_nameYesThe email provider name to look up, e.g. gmail, outlook, yahoo
mx_lookupMX Lookup
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain to look up MX records for, e.g. example.com
ptr_lookupPTR Lookup
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
ip_addressYesThe IP address to look up, e.g. 8.8.8.8 or 142.250.80.46
smtp_checkSMTP Check
Idempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
hostYesThe SMTP server hostname, e.g. smtp.gmail.com
portYesThe SMTP port number, e.g. 587 for TLS, 465 for SSL, 25 for unencrypted
passwordYesThe SMTP password or app-specific password
to_emailNoOptional recipient email address for sending a test email
usernameYesThe SMTP username for authentication
encryptionYesThe encryption protocol: ssl, tls, or none
from_emailNoOptional sender email address for sending a test email
smtp_finderSMTP Finder
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
provider_nameYesThe email provider name to look up, e.g. gmail, sendgrid, mailgun, outlook
spf_checkSPF Check
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain to check SPF records for, e.g. example.com
spf_generateSPF Generator
Idempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
providerYesThe mail provider identifier, e.g. google, mailgun, sendgrid, postmark, amazon-ses
domain_nameYesThe domain to generate an SPF record for, e.g. example.com
hard_fail_booleanYesIf true, uses strict -all policy (reject unauthorized senders). If false, uses soft ~all (mark but deliver).
txt_lookupTXT Lookup
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesThe domain to look up TXT records for, e.g. example.com

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources