Server data from the Official MCP Registry
Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.
Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.
This is a well-structured MCP server for email validation with appropriate authentication and reasonable permissions. The server correctly requires an API key via environment variables, implements proper error handling, and has no dangerous code patterns. Minor code quality improvements around input validation could be made, but the server is safe to use with appropriate setup. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: YOUR_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"com-bounceprotect-www-mcp": {
"env": {
"YOUR_API_KEY": "your-your-api-key-here"
},
"args": [
"-y",
"@bounceprotect/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Validate email addresses directly from Claude, Cursor, or any MCP-compatible AI assistant.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bounceprotect": {
"command": "node",
"args": ["/path/to/mcp-server/index.js"],
"env": {
"BOUNCEPROTECT_API_KEY": "your-api-key-here"
}
}
}
}
Add to your Cursor MCP settings:
{
"bounceprotect": {
"command": "node",
"args": ["/path/to/mcp-server/index.js"],
"env": {
"BOUNCEPROTECT_API_KEY": "your-api-key-here"
}
}
}
Once configured, you can ask your AI assistant:
Each email validation costs 1 credit. Start with 100 free credits at bounceprotect.com.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.