🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@bounceprotect/mcp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bounceprotect/mcp

Email validation and SMTP verification for AI assistants. Validate emails directly inside Claude Desktop, Cursor, and Claude Code.

Source
npmnpm
Version
1.2.5
Version published
Weekly downloads
84
-39.13%
Maintainers
1
Weekly downloads
 
Created
Source

BounceProtect MCP Server

Validate email addresses directly from Claude, Cursor, or any MCP-compatible AI assistant.

Tools available

  • validate_email — validate a single email
  • validate_emails_bulk — validate up to 100 emails at once
  • check_credits — check your credit balance

Setup

Get your API key

  • Sign up at https://bounceprotect.com
  • Go to Dashboard → API Keys
  • Create a new key

Install and configure

Claude Desktop

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"
      }
    }
  }
}

Cursor

Add to your Cursor MCP settings:

{
  "bounceprotect": {
    "command": "node",
    "args": ["/path/to/mcp-server/index.js"],
    "env": {
      "BOUNCEPROTECT_API_KEY": "your-api-key-here"
    }
  }
}

Example usage

Once configured, you can ask your AI assistant:

  • "Validate the email john@acmecorp.com"
  • "Check if these 5 emails are valid: [list]"
  • "How many BounceProtect credits do I have left?"
  • "Validate all the emails in this list and tell me which ones to remove"

Pricing

Each email validation costs 1 credit. Start with 100 free credits at bounceprotect.com.

Keywords

mcp

FAQs

Package last updated on 24 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts