mambalabsdev/mcp-domain-deliverability-checker
🔌 MCP Servermambalabsdev
An MCP server that audits domain email deliverability and provides a comprehensive health score for your infrastructure.
The mcp-domain-deliverability-checker is a specialized Model Context Protocol (MCP) server that enables AI agents to perform automated email infrastructure audits. Email deliverability is a complex domain involving multiple DNS-based authentication protocols; this tool simplifies the process by programmatically verifying SPF, DKIM, and DMARC records. Beyond authentication, it assesses the domain's reputation by checking against major DNS blacklists and evaluating the domain's age, which is a significant factor in spam filtering algorithms. The server leverages an Apify actor to execute these checks, ensuring reliable data retrieval. By providing a normalized 0-100 health score, it allows developers to build automated workflows that can proactively detect and resolve deliverability issues before they impact business communications. It is an essential utility for anyone managing email infrastructure, marketing automation, or transactional email systems.
💡Highlights
- ├─Audits SPF, DKIM, DMARC, and MX
- ├─Calculates 0-100 health score
- └─Checks DNS blacklists and domain age
🎯For
- ├─Email Marketers
- ├─DevOps Engineers
- └─Software Developers