ZeroBounce MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ZeroBounce MCP Servervalidate john.doe@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ZeroBounce MCP Server
This is a Model Context Protocol (MCP) server for interacting with the ZeroBounce email validation service. It uses the official ZeroBounce Python API v2 library.
Features
Validate individual email addresses
Check your remaining API credits
Upload files for bulk validation
Check file status, retrieve, and delete bulk validation files
Search for email patterns used by a domain
Related MCP server: Hatch MCP Server
Setup
System Requirements
Python 3.10+
API key from ZeroBounce
Installation
Clone this repository:
git clone https://github.com/avivshafir/zerobounce-mcp-server
cd zerobounce-mcp-serverInstall the required dependencies:
pip install -r requirements.txtSet up your environment variables:
Option 1: Using a .env file (recommended)
Create a .env file with your ZeroBounce API key:
ZEROBOUNCE_API_KEY=your_zerobounce_api_keyOption 2: Setting environment variables directly
export ZEROBOUNCE_API_KEY="your_zerobounce_api_key"
You can get your API key from your ZeroBounce account dashboard.
Add the following configuration to the mcp.json file, replacing the directory path with the actual path to where you've installed this server:
{
"mcpServers": {
"zerobounce": {
"command": "python",
"args": ["/path/to/your/zerobounce-mcp-server/main.py"]
}
}
}Restart Cursor to apply the changes
Now you can use the ZeroBounce MCP server directly within Cursor's AI assistant.
Available Tools
The server provides the following tools:
validate_email: Validate a single email addressvalidate_email(email: str, ip_address: str = "") -> dictget_credits: Check remaining credits in your ZeroBounce accountget_credits() -> dictupload_file: Upload a file for bulk validationupload_file(file_path: str, email_column: int, ...) -> dictcheck_file_status: Check the status of a bulk validation filecheck_file_status(file_id: str) -> dictget_file: Get the results of a bulk validationget_file(file_id: str) -> dictdelete_file: Delete a bulk validation filedelete_file(file_id: str) -> dictdomain_search: Search for email patterns used by a domaindomain_search(domain: str) -> dict
Dependencies
zerobounce-python-api-v2: The official ZeroBounce API library
python-dotenv: For loading environment variables from .env file
mcp: The Model Context Protocol library
asyncio: For asynchronous operations
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides integration with the Have I Been Pwned API to check if your accounts or passwords have been compromised in data breaches.42MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server for Hatch API integration that provides tools for finding and verifying contact information including emails, phone numbers, LinkedIn profiles, and company data.51
- Flicense-qualityDmaintenanceA Model Context Protocol server that integrates with Prospeo API to find work emails and enrich LinkedIn profiles.1
- FlicenseBqualityDmaintenanceA Model Context Protocol server that integrates with NeverBounce API to validate email addresses, checking if they are valid, deliverable, and safe to send to.1
Related MCP Connectors
MCP server for Tomba email finder, verification, and contact enrichment API
A Model Context Protocol server for Wix AI tools
A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/avivshafir/zerobounce-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server