← Back to Plugins
MCP Server MCP

Inbox Check — Email Deliverability Test

github By github 👁 1 views ▲ 0 votes

Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "ldm-inbox-check-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer API key for Inbox Check service (starts with icp_live_)",
          "isRequired": true,
          "isSecret": true,
          "name": "INBOX_CHECK_API_KEY"
        },
        {
          "description": "Override base URL for self-hosted deployments",
          "default": "https://check.live-direct-marketing.online",
          "name": "INBOX_CHECK_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...