Skip to main content
Glama

atdata-email-verification-mcp-server

batch_verify_emails

Verify multiple email addresses in bulk using AtData's SafeToSend API. This tool processes each email individually, providing detailed results and summary statistics for batch verification.

Instructions

Verify multiple email addresses using AtData's SafeToSend API. This tool allows you to verify multiple email addresses in batch, processing each one individually through the SafeToSend API. Args: emails: List of email addresses to verify api_key: AtData API key (if not provided, will try to get from ATDATA_API_KEY env var) Returns: Dictionary containing: - results: List of verification results for each email - summary: Summary statistics of the batch verification

Input Schema

NameRequiredDescriptionDefault
api_keyNo
emailsYes

Input Schema (JSON Schema)

{ "properties": { "api_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Api Key" }, "emails": { "items": { "type": "string" }, "title": "Emails", "type": "array" } }, "required": [ "emails" ], "type": "object" }

Other Tools from atdata-email-verification-mcp-server

Related Tools

    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/atdata-email-verification-mcp-server'

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