Odel
bounceprotect mcp

bounceprotect mcp

Local
@bounceprotectJavaScriptUpdated 3mo ago

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bounceprotect/mcpv1.0.6

Run

npx -y @bounceprotect/mcp

MCP client config

{
  "mcpServers": {
    "bounceprotect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bounceprotect/mcp"
      ]
    }
  }
}