← Back to Plugins
MCP Server MCP

Mail7 Email Validation

github By github 👁 3 views ▲ 0 votes

Verify email addresses, clean lists, and audit a domain SPF, DKIM, DMARC and MX setup.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mail7-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Mail7 API key. Optional, but anonymous callers are limited to 5 checks per minute and a 25-address bulk sample. Get one at https://mail7.net/account/",
          "format": "string",
          "isSecret": true,
          "name": "MAIL7_API_KEY"
        },
        {
          "description": "Override the API endpoint. Defaults to https://mail7.net/api",
          "format": "string",
          "name": "MAIL7_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...