Mailboxvalidator
@MailboxValidator
About Mailboxvalidator
Email validation MCP server using MailboxValidator API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mailboxvalidator": {
"command": "npx",
"args": [
"-y",
"mcp-mailboxvalidator"
],
"env": {
"MAILBOXVALIDATOR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mailboxvalidator?
Mailboxvalidator is a Model Context Protocol (MCP) server that validates email addresses using the MailboxValidator API. It returns validation results such as syntax checks, DNS/MX verification, disposable email detection, and more. Designed for Claude Desktop users, it enables natural language queries about email addresses.
How to use Mailboxvalidator?
Install dependencies (npm install), build the server (npm run build), then configure Claude Desktop by adding the server to claude_desktop_config.json with your API key. After restarting Claude Desktop, ask queries like “Is (email) a valid email address?” or “Is (email) a free email?” and the model will automatically generate the validation output.
Key features of Mailboxvalidator
- Comprehensive email validation (syntax, DNS, MX, and more).
- Disposable email detection.
- Free email provider detection.
- Provides JSON output with detailed validation fields.
- Easy integration with Claude Desktop.
Use cases of Mailboxvalidator
- Verify if an email address is reachable and syntactically correct.
- Detect temporary or disposable email addresses.
- Identify free email providers (e.g., Gmail, Yahoo).
- Check for high-risk usernames or suppressed addresses.
- Validate email reputation and greylisting status.
FAQ from Mailboxvalidator
What tools does Mailboxvalidator provide?
Three tools: validate_email (full validation), check_disposable_email (disposable check), and check_free_email (free email check). Each takes an email address and returns a JSON string with relevant fields.
How do I get an API key?
Sign up for a free MailboxValidator account at mailboxvalidator.com/plans. After logging in, retrieve your API key from your dashboard. The free plan supports up to 300 queries per month.
What are the system requirements?
Node.js and npm are required. The server runs locally and communicates with Claude Desktop via the MCP protocol. An internet connection is needed to call the MailboxValidator API.
What does the validate_email tool return?
It returns a JSON object with fields: Syntax, DNS & MX Server, Network & Connectivity, Greylisting, Disposable List, High Risk & Suppressed List, and Others (reputation score, etc.). If the request fails, an error message is returned as a string.
Can I use Mailboxvalidator without an API key?
No. An API key is mandatory. The environment variable MAILBOXVALIDATOR_API_KEY must be set in the Claude Desktop configuration.
Frequently asked questions
What tools does Mailboxvalidator provide?
Three tools: `validate_email` (full validation), `check_disposable_email` (disposable check), and `check_free_email` (free email check). Each takes an email address and returns a JSON string with relevant fields.
How do I get an API key?
Sign up for a free MailboxValidator account at [mailboxvalidator.com/plans](https://www.mailboxvalidator.com/plans). After logging in, retrieve your API key from your dashboard. The free plan supports up to 300 queries per month.
What are the system requirements?
Node.js and npm are required. The server runs locally and communicates with Claude Desktop via the MCP protocol. An internet connection is needed to call the MailboxValidator API.
What does the `validate_email` tool return?
It returns a JSON object with fields: Syntax, DNS & MX Server, Network & Connectivity, Greylisting, Disposable List, High Risk & Suppressed List, and Others (reputation score, etc.). If the request fails, an error message is returned as a string.
Can I use Mailboxvalidator without an API key?
No. An API key is mandatory. The environment variable `MAILBOXVALIDATOR_API_KEY` must be set in the Claude Desktop configuration.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments