← 返回
未分类 中文

Pipeworx disify

Detect disposable and temporary email addresses — validate emails and check domains against known throwaway services
Detect disposable and temporary email addresses — validate emails and check domains against known throwaway services
brucegutman
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 360
下载
💾 0
安装
1
版本
#latest

概述

Disify — Disposable Email Detection

Is that email real or a throwaway? Disify checks email addresses and domains against a database of known disposable email services like Mailinator, Guerrilla Mail, and Temp Mail. Useful for form validation, anti-fraud, and user quality checks.

Tools

  • validate_email — Check if an email address is disposable or malformed. Returns format validity and disposable status.
  • check_domain — Check if a domain is associated with disposable email services (e.g., "mailinator.com").

When to use

  • Validating sign-up forms to block throwaway emails
  • Screening lead generation forms for quality
  • Checking if a domain in your user database is disposable
  • Anti-abuse pipelines that need to flag temporary email usage

Example

curl -s -X POST https://gateway.pipeworx.io/disify/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"validate_email","arguments":{"email":"test@mailinator.com"}}}'
{
  "email": "test@mailinator.com",
  "format_valid": true,
  "disposable": true,
  "domain": "mailinator.com"
}

MCP config

{
  "mcpServers": {
    "pipeworx-disify": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/disify/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 13:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 297 📥 141,314
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 273 📥 100,539
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 211 📥 69,032