Overview
Domain Deliverability Checker
Run DNS-based deliverability checks on any sending domain before you contact, enrich, or qualify it.
Checks performed:
- SPF, DKIM, DMARC record validation
- MX record presence
- DNSBL blacklist lookup across 10 major lists
- Domain age via RDAP/SOA
- Weighted 0-100 composite score
Built for: Clay enrichment tables, GTM workflows, and outbound pre-qualification. Free-tier cap: 50 checks/month.
Tool: check_domain_deliverability
Install: npx @mambalabsdev/mcp-domain-deliverability-checker
Server Config
{
"mcpServers": {
"domain-deliverability-checker": {
"command": "npx",
"args": [
"@mambalabsdev/mcp-domain-deliverability-checker"
]
}
}
}