An MCP server that audits any domain's email deliverability and DNS health, returned as Clay-ready flat JSON.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-domain-deliverability-checker"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}