Skip to main content
Glama
BounceProtect

@bounceprotect/mcp

Official

BounceProtect MCP Server

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

Related MCP server: Email MCP Server

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

  1. Sign up at https://bounceprotect.com

  2. Go to Dashboard → API Keys

  3. 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.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    A lightweight Model Context Protocol (MCP) server that enables your LLM to validate email addresses. This tool checks email format, domain validity, and deliverability using the AbstractAPI Email Validation API. Perfect for integrating email validation into AI applications like Claude Desktop.
    Last updated
    1
    4
  • F
    license
    -
    quality
    D
    maintenance
    Enables Claude Desktop to send emails through Mailjet's API using the Model Context Protocol over Server-Sent Events. Provides secure email sending capabilities with API token authentication and user-provided credentials.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that enables Claude Desktop to manage emails via SMTP and IMAP. Send emails, fetch unread messages, and create draft replies directly from conversations.
    Last updated
    MIT
  • -
    license
    -
    quality
    D
    maintenance
    Enables Claude to read, search, send, and manage emails across multiple IMAP/SMTP accounts via a single deployment.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Email verification for AI agents — verify, clean & validate emails; self-onboard + crypto pay

  • Verify emails — deliverability, disposable/role/free detection, MX validity, domain age.

  • Verify email deliverability & find business emails (single or bulk) via the Verifox API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BounceProtect/bounceprotect-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server