Skip to main content
Glama
iguha0

Email Verifier MCP Server

by iguha0

Email Verifier MCP Server — 从 Claude、Cursor 或任何代理验证电子邮件地址

让您的 AI 助手能够检查电子邮件地址是否真实。 此 Actor 是一个 MCP 服务器:只需连接一次,您的代理即可在对话中验证地址——在它起草外联邮件、丰富 CRM 记录或向您提供潜在客户列表之前。

每验证 1,000 个地址收费 $0.30。无需 Verimailx 账户——您使用 Apify 令牌进行身份验证。


您的代理可以做什么

工具

功能

verify_email

检查一个地址。返回判定、0–100 的可投递性评分以及每项单独检查。

verify_email_list

一次调用最多检查 25 个地址。返回每个地址的记录以及按判定分类的汇总计数。

每次检查都会执行 RFC 语法验证、DNS 解析、MX 记录检查和 SMTP 握手,并标记一次性邮箱和基于角色的邮箱。绝不会发送任何邮件——SMTP 握手会询问接收服务器邮箱是否存在,然后断开连接,因此不会联系您列表中的任何人。

判定结果为 valid(可安全发送)、invalid(会退信)、risky(一次性、基于角色或 catch-all 域)和 unknown(服务器超时或响应不明确)。


Related MCP server: sabit-mcp

连接它

Claude Desktop / Claude Code

将此添加到您的 MCP 配置中,使用 Apify API 令牌

{
  "mcpServers": {
    "verimailx": {
      "url": "https://cold-email-master--verimailx-email-mcp.apify.actor/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_APIFY_API_TOKEN>"
      }
    }
  }
}

Cursor、Windsurf 以及其他 MCP 客户端

相同的 URL,相同的 bearer 令牌。服务器通过 Streamable HTTP 传输使用 MCP 协议。

该 Actor 以 Standby 模式 运行,因此实例保持热状态并立即响应——无需启动运行。


使用效果示例

您: 在我导入这些之前,其中有没有会退信的? founder@stripe.com, info@mailinator.com, nobody@thisdomaindoesnotexist.xyz

Claude: (调用 verify_email_list 三个中有一个可以安全发送。founder@stripe.com 有效,评分 98。info@mailinator.com 有风险——它是一次性地址和角色邮箱。nobody@thisdomaindoesnotexist.xyz 无效;该域没有 MX 记录。


定价

每验证 1,000 个地址收费 $0.30——按地址计费,而非按调用或运行计费。

数量

费用

100 个地址

$0.03

1,000 个地址

$0.30

10,000 个地址

$3.00

失败的查询不收费。Apify 的平台费用已包含在费率中。

如果您为运行设置了最高收费,服务器会在验证任何内容之前检查剩余预算。一旦预算用完,它会明确说明——它不会继续验证无法向您收费的地址,并且部分列表调用会准确告诉您它未验证哪些地址。


一次验证超过 25 个

此服务器专为对话式使用而构建——代理在任务中检查少量地址。如需大规模列表清理,请改用批量 Actor:Bulk Email Verifier & Validator。它接受 CSV 链接、Apify 数据集 ID 或粘贴的列表,每次运行可处理数万个地址,价格相同。


常见问题

问:我需要 Verimailx 账户吗? 答:不需要。Actor 携带 Verimailx 凭据;您使用 Apify 令牌进行身份验证,并通过 Apify 计费。

问:这会向我要检查的地址发送电子邮件吗? 答:不会。验证在 SMTP 握手处停止。不会投递任何消息,收件人不会看到任何内容。

问:catch-all 检测的准确度如何? 答:catch-all 域——配置为接受任何地址邮件的域——会被报告为 risky 而非 valid,因为无法确认 catch-all 背后的单个邮箱。将它们视为有效是“干净”列表上最常见的退信原因。

问:我检查的地址会怎样? 答:它们会被发送到 Verimailx API 进行验证,此 Actor 不会将其写入任何持久化存储。

问:我可以在没有 AI 代理的情况下使用它吗? 答:对于脚本化使用,REST Actor 更合适——MCP 专为工具调用客户端设计。


支持

  • 此 Actor 的问题: 在 Actor 的 Issues 标签页上打开一个问题

  • 批量定价(10 万+ 地址): 通过 Apify 消息联系我们

  • Verimailx API: verimailx.com


更新日志

0.0.1 — 初始版本

  • 通过 Streamable HTTP 提供 verify_emailverify_email_list 工具,通过 Actor Standby 提供服务。

  • 按事件计费,按验证的地址收费。

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Enables AI agents to create temporary email addresses, receive confirmation emails, and extract verification links, automating sign-up and email verification workflows without manual intervention.
    6
    35
    59
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to verify email addresses through a multi-signal probabilistic pipeline, returning confidence scores and honest statuses (safe/risky/invalid/unknown) with evidence.
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to verify email deliverability and find business emails via the Verifox API, supporting single and bulk operations.
    6
    76
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Wraps the Emailable API for email verification, enabling AI agents to verify email addresses through natural language queries.
    13
    MIT

View all related MCP servers

Related MCP Connectors

  • Email verification for AI agents — verify, clean & validate emails; self-onboard + crypto pay

  • Verify emails — deliverability, disposable/role/free detection, MX validity, domain age.

  • Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iguha0/verimailx-mcp-actor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server