AtData SafeToSend MCP Server
About
A Model Context Protocol (MCP) server that provides email verification services using AtData’s SafeToSend API. It allows you to verify individual or batch email addresses to filter out invalid and high-risk ones, resulting in higher open rates, clicks, and conversions. Built for…
Details
- Author
- avivshafir
- Downloads
- 305
- Categories
- Communication
Jump to
- Email verification for individual addresses
- Batch verification with summary statistics
- Comprehensive error handling for various failure scenarios
- Secure API key management through environment variables
- Rate limiting awareness and proper handling
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AtData SafeToSend MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with uv or pip, and set the ATDATA_API_KEY environment variable. Run the server via python server.py, fastmcp run server.py, or install it for Claude Desktop with fastmcp install server.py. Two main tools are available: verify_email (single email) and batch_verify_emails (multiple emails with summary statistics).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"atdata safetosend mcp server": {
"atdata-email-verification-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"atdata-email-verification-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
AtData SafeToSend MCP Server
A Model Context Protocol (MCP) server that provides email verification services using AtData's SafeToSend API. This server allows you to verify email addresses to filter out invalid and high-risk ones, resulting in higher open rates, clicks, and conversions.
https://docs.atdata.com/reference/safe-to-send
Features
- Email Verification: Verify individual email addresses using AtData's SafeToSend API
- Batch Verification: Verify multiple email addresses at once with summary statistics
- Comprehensive Error Handling: Detailed error messages for different failure scenarios
- Environment Variable Support: Secure API key management through environment variables
- Rate Limiting Awareness: Proper handling of API rate limits
Installation
1. Clone this repository:
git clone <repository-url>
cd atdata-mcp-server
2. Install dependencies using uv (recommended) or pip:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



