AtData SafeToSend MCP Server
@avivshafir
About AtData SafeToSend MCP Server
atdata-email-verification-mcp-server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"atdata-email-verification-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AtData SafeToSend MCP Server?
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 developers and AI assistants that need reliable email validation.
How to use AtData SafeToSend MCP Server?
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).
Key features of AtData SafeToSend MCP Server
- 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
Use cases of AtData SafeToSend MCP Server
- Verifying email addresses before sending marketing campaigns
- Batch-cleaning email lists to improve deliverability
- Integrating email validation into AI assistants via MCP
- Reducing bounce rates by filtering invalid or high‑risk emails
FAQ from AtData SafeToSend MCP Server
What does this server do?
It verifies email addresses using the AtData SafeToSend API, providing status, deliverability, and risk level for each email.
What are the runtime requirements?
Python, plus the dependencies managed by uv or pip. The FastMCP framework is used.
How do I authenticate?
Set the environment variable ATDATA_API_KEY with your AtData API key before running the server.
Can I verify multiple emails at once?
Yes, the batch_verify_emails tool accepts a list of emails and returns per‑result details plus a summary (total, successful, failed, success rate).
What happens if the API rate limit is exceeded?
The server detects HTTP 429 responses and handles them gracefully, returning an appropriate error message.
More Communication MCP servers
Telegram MCP Server
kfastovTelegram user console client and archiver
飞书MCP服务器
sdd330MCP server provides feishu related operations
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Comments