Odel
Inbox Check — Email Deliverability Test

Inbox Check — Email Deliverability Test

Local
@live-direct-marketing2JavaScriptMITUpdated 4mo ago

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).

npmldm-inbox-check-mcpv0.1.2

Run

npx -y ldm-inbox-check-mcp

MCP client config

{
  "mcpServers": {
    "inbox-check-email-deliverability-test": {
      "command": "npx",
      "args": [
        "-y",
        "ldm-inbox-check-mcp"
      ]
    }
  }
}