email-verifier-mcp
An MCP (Model Context Protocol) server for verifying email addresses using the RightEmails API. Connect it to Claude and verify emails using natural language.
Installation
pip install email-verifier-mcp
Prerequisites
You need a RightEmails account to get:
RIGHTEMAILS_API_KEY— your API keyRIGHTEMAILS_REQUEST_ORIGIN— the email address registered with your API key
Setup with Claude Code
Run this command to add the MCP server:
claude mcp add email-verifier email-verifier-mcp \
-e RIGHTEMAILS_API_KEY=your-api-key \
-e RIGHTEMAILS_REQUEST_ORIGIN=your@email.com
Setup with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"email-verifier": {
"command": "email-verifier-mcp",
"env": {
"RIGHTEMAILS_API_KEY": "your-api-key",
"RIGHTEMAILS_REQUEST_ORIGIN": "your@email.com"
}
}
}
}
Usage
Once connected, just ask Claude naturally:
"Verify this email: john@example.com"
"Check if these emails are valid: alice@company.com, bob@gmail.com, carol@domain.org"
Claude will handle the verification and return results for each email.
Available Tools
| Tool | Description |
|---|---|
verify_emails_and_wait |
Submit emails and wait for results (recommended) |
submit_email_verification |
Submit emails and get a job ID immediately |
check_email_verification_status |
Check status of a submitted job by ID |
check_multiple_verification_statuses |
Check status of multiple jobs at once |
Environment Variables
| Variable | Required | Description |
|---|---|---|
RIGHTEMAILS_API_KEY |
Yes | Your RightEmails API key |
RIGHTEMAILS_REQUEST_ORIGIN |
Yes | Email address registered with your API key |
RIGHTEMAILS_BASE_URL |
No | Override the API base URL (default: https://emailverifier.reachstream.com) |
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file email_verifier_mcp-0.1.1.tar.gz.
File metadata
- Download URL: email_verifier_mcp-0.1.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e740751bae9b1f77ff70fb7cd3111dfe59e95828b07716964caf3b38f2e85d61
|
|
| MD5 |
54040f52587dc0e44d397d7f0e630162
|
|
| BLAKE2b-256 |
24fc130daefa8a26f52e26919fdd5e2598e54c1e6634c591c5f915c073235a00
|
File details
Details for the file email_verifier_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: email_verifier_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fdc240badaac374fcf6baff9256405cd645d4c7297af4d17e978579b56f6aa9
|
|
| MD5 |
f2fff3a514cc82f3242e91e2eac9e29c
|
|
| BLAKE2b-256 |
7a218df4cdf425176978ba0c78dc3c4f4b4f16a0673b99773d52d5825f20ce5b
|