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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
Comments