Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC).
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y ldm-inbox-check-mcp
MCP client config
{
"mcpServers": {
"inbox-check-email-deliverability-test": {
"command": "npx",
"args": [
"-y",
"ldm-inbox-check-mcp"
]
}
}
}