Security & Testing
themailx.com
Checks and generates DNS records for email authentication protocols (SPF, DKIM, DMARC, BIMI).
ENDPOINT 1
https://themailx.com/mcp
MCP server metadata
- Name
- mailx-deliverability
- Version
- 1.0.0
Email deliverability tools for AI agents. Check SPF, DKIM, DMARC, BIMI, blacklists, SMTP/IMAP connectivity, and generate DNS records.
Known tools 16
dkim_checkCheck if a domain has a valid DKIM (DomainKeys Identified Mail) DNS record for a given selector.
Inferred read-onlydmarc_checkCheck if a domain has a valid DMARC (Domain-based Message Authentication, Reporting & Conformance) DNS record.
Potential side effectsbimi_checkCheck if a domain has a valid BIMI (Brand Indicators for Message Identification) DNS record.
Potential side effectsspf_generateGenerate an SPF DNS record for a domain based on the email provider being used.
Potential side effectssmtp_checkTest an SMTP server connection by attempting to connect and authenticate.
Inferred read-onlyimap_checkTest an IMAP server connection by attempting to connect and authenticate.
Inferred read-onlysmtp_finderLook up SMTP server settings (host, port, encryption) for a given email provider.
Potential side effectsimap_finderLook up IMAP server settings (host, port, encryption) for a given email provider.
Potential side effectsblacklist_checkCheck if a domain or IP address is listed in popular email blacklists (DNSBLs).
Potential side effectsCONNECT 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.mailx-deliverability]
url = "https://themailx.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mailx-deliverability": {
"type": "http",
"url": "https://themailx.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mailx-deliverability
Remote MCP URL: https://themailx.com/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": {
"mailx-deliverability": {
"url": "https://themailx.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mailx-deliverability": {
"type": "http",
"url": "https://themailx.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mailx-deliverability",
"transport": "streamable-http",
"url": "https://themailx.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.