Mailboxvalidator
@MailboxValidator
Email validation MCP server using MailboxValidator API
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.