# Easy Email Verification — MCP server on mcp.ai > Connect your Easy Email Verification account and use 5 tools for email straight from your AI agent. Connect with your own API key. Verify individual email addresses or lists and manage asynchronous bulk email verification jobs. By: mcp.ai · official Page: https://mcp.ai/easy_email_verification ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_easy_email_verification?ms=1787293680000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/easy_email_verification/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/easy_email_verification/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/easy_email_verification/skill.md Postman collection (v2.1): https://mcp.ai/easy_email_verification/postman.json ## Tools - easy_email_verification_download_bulk_results(job_id: string) — Download the processed text or CSV result file for a completed bulk verification job. - easy_email_verification_get_bulk_job_status(job_id: string) — Get the status, progress, and verification totals for one asynchronous bulk verification job. - easy_email_verification_list_bulk_jobs() — List all bulk verification jobs associated with the connected API key, including their current status and verification counts when available. - easy_email_verification_upload_bulk_email_file(file: object) — Upload a text or CSV file containing one email address per line and start an asynchronous bulk verification job. Processing consumes one verification credit per address. - easy_email_verification_verify_emails(emails: string[]) — Verify between 1 and 50 email addresses synchronously and return deliverability details for each address. Each address consumes one verification credit. ## Example prompts - "What can I do in Easy Email Verification?" - "Show me a summary of my Easy Email Verification account" ## Links Docs: https://mcp.ai/docs/mcps/easy_email_verification Website: https://mcp.ai/mcps/easy_email_verification