← themailx.com
INDIVIDUAL MCP TOOL
spf_generate
Generate an SPF DNS record for a domain based on the email provider being used.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.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.
Related tools
spf_check— Check if a domain has a valid SPF (Sender Policy Framework) DNS record.dkim_check— Check if a domain has a valid DKIM (DomainKeys Identified Mail) DNS record for a given selector.dmarc_check— Check if a domain has a valid DMARC (Domain-based Message Authentication, Reporting & Conformance) DNS record.bimi_check— Check if a domain has a valid BIMI (Brand Indicators for Message Identification) DNS record.dmarc_generate— Generate a DMARC DNS record for a domain.smtp_check— Test an SMTP server connection by attempting to connect and authenticate.imap_check— Test an IMAP server connection by attempting to connect and authenticate.smtp_finder— Look up SMTP server settings (host, port, encryption) for a given email provider.