MailboxValidator Email Validation MCP Server

MailboxValidator Email Validation MCP Server

Email validation MCP server using MailboxValidator API to determine validity of an email address.

Category
访问服务器

README

MailboxValidator MCP server

This is a simple Model Context Protocol (MCP) server implementation for MailboxValidator API. It will return validation result for an email address.

mcp-mailboxvalidator MCP server

Features

  • Comprehensive Email Validation: Checking an email address to see if an email is reachable by checking the syntax, DNS, MX server, high risk, suppressed list, and more.
  • Disposable Email: Checking an email address to see if it's from a temporary/disposable email provider.
  • Free Email: Checking an email address to see if it's from a free email provider.

Requirement

This MCP server requires an API key. You can also sign up for a free API key and enjoy up to 300 queries per month.

The setup also use Node.js and npm, which can be downloaded at Node.js website.

Setup

Follow the steps to use this MCP server with Claude Desktop:

  1. Download the repository to your local.
  2. Run the following commands while inside the project folder to install dependencies and build the server.
npm install
npm run build
  1. Make sure you have installed the Claude Desktop, if you haven't, kindly download from here for Windows and MacOS users, or follow this guide for Linux user.
  2. Open the claude_desktop_config.json in your choice of editor, if you do not having one yet, follow this guide to create one.
  3. Add the following to your claude_desktop_config.json:
{
  "mcpServers": {
    "mailboxvalidator": {
      "command": "node",
      "args": [
        "C:\\path\\to\\mcp-mailboxvalidator\\build\\index.js"
      ],
      "env": {
        "MAILBOXVALIDATOR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
  1. Remember to replace the path for the index.js with your actual path to your MailboxValidator MCP server on your local machine.
  2. To get your API key, just login to your dashboard and get it from there. Replaced the <YOUR_API_KEY> in the above with your actual API key.
  3. Restart the Claude Desktop after save the changes, and you should see it appear in the Search and tools menu.

Usage

Just enter your query about the email address in a chat in Claude Desktop. Some of the example query will be:

  • Is (email) a valid enail address?
  • Is (email) a fake email?
  • Is (email) a free email?

In Claude Desktop, the model will automatically generate the output based on the result returned by MailboxValidator MCP server.

Environment Variable

MAILBOXVALIDATOR_API_KEY

The free MailboxValidator API key allows you to query up to 300 emails per month. If you require more, you can sign up for a paid API plan.

Tool

validate_email

Description Validates the email address given. It helps users to determine if an email address is potentially reachable by checking the syntax, DNS, MX server, disposable list and more.

Arguments email (str): The email address to validate.

Returns A JSON string containing the validation data. The result includes the following fields:

  • Syntax: Checks that the email address conforms to how an email address should look like.
  • DNS & MX Server: Checks that the domain DNS has an MX server specified.
  • Network & Connectivity: Attempts connection to the MX server to make sure it's operational.
  • Greylisting: Checks if MX server is using greylisting that could cause email sent to that address to bounce.
  • Disposable List: Checks if the email domain is from a temporary or disposable email provider.
  • High Risk & Suppressed List: Checks if email username looks high-risk or if the email address is found in a suppression list.
  • Others: Checks the reputation score for the email and so much more..

If the request fails, the tool will return an error message as a string.

check_disposable_email

Description Checks if the email address given is from a disposable email provider.

Arguments email (str): The email address to check.

Returns A JSON string containing the disposable email data. The result includes the following fields:

  • Disposable List: Checks if the email domain is from a temporary or disposable email provider.

If the request fails, the tool will return an error message as a string.

check_free_email

Description Checks if the email address given is from a free email provider.

Arguments email (str): The email address to check.

Returns A JSON string containing the free email data. The result includes the following fields:

  • Free Email List: Checks if the email domain is from a free email provider.

If the request fails, the tool will return an error message as a string.

License

See the LICENSE file.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选