Mailboxvalidator
@MailboxValidator
Mailboxvalidator について
Email validation MCP server using MailboxValidator API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mailboxvalidator": {
"command": "npx",
"args": [
"-y",
"mcp-mailboxvalidator"
],
"env": {
"MAILBOXVALIDATOR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント