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.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Nginx UI
0xJackyYet another WebUI for Nginx
评论