{
  "slug": "disposable-email-detector",
  "name": "gizza-ai/disposable-email-detector",
  "version": "0.1.0",
  "title": "Disposable Email Detector — Check for Temporary / Throwaway Inboxes — gizza.ai",
  "description": "Check if an email address or domain is a disposable or throwaway inbox (Mailinator, Guerrilla Mail, YOPmail and more) — free, private, right in your browser.",
  "tags": [
    "disposable email detector",
    "temporary email checker",
    "throwaway email",
    "fake email detector",
    "burner email check",
    "mailinator",
    "guerrilla mail",
    "10 minute mail",
    "block disposable email"
  ],
  "category": "network",
  "urls": {
    "page": "https://gizza.ai/tools/disposable-email-detector/",
    "markdown": "https://gizza.ai/tools/disposable-email-detector/index.md",
    "descriptor": "https://gizza.ai/tools/disposable-email-detector/tool.json",
    "deep_link_example": "https://gizza.ai/tools/disposable-email-detector/?input=someone%40mailinator.com"
  },
  "cli": "gizza tool disposable-email-detector 'input=someone@mailinator.com'",
  "tool": {
    "description": "Flag whether an email address (or a bare domain) uses a known disposable, temporary, or throwaway-inbox provider (Mailinator, Guerrilla Mail, 10 Minute Mail, YOPmail, Temp-Mail, and more). Lookup-only against a built-in domain list plus a conservative throwaway-keyword heuristic; no DNS/MX/SMTP. Reports the parsed domain, whether it is disposable, the matched provider, and a reason.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "email": {
          "description": "The email address to check — or a bare domain (domain.tld). A 'Name <addr>', 'mailto:addr', or angle-bracketed form is accepted and unwrapped before checking.",
          "type": "string"
        }
      },
      "required": [
        "email"
      ],
      "type": "object"
    }
  }
}