# Bulk Email Checker — MCP server on mcp.ai > Connect your Bulk Email Checker account and use 1 tools for email straight from your AI agent. Connect with your own API key. Bulk Email Checker verifies email addresses in real time and reports deliverability, mailbox, domain, risk, and mail-server details. By: mcp.ai · official Page: https://mcp.ai/bulk_email_checker ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bulk_email_checker?ms=1787291400000 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/bulk_email_checker/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bulk_email_checker/ 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/bulk_email_checker/skill.md Postman collection (v2.1): https://mcp.ai/bulk_email_checker/postman.json ## Tools - bulk_email_checker_verify_email(email: string, label?: string) — Verify one email address and return its deliverability result, reason, suggested correction, risk flags, mail-server enrichment, and remaining account quota. A passed or failed check may consume one c ## Example prompts - "What can I do in Bulk Email Checker?" - "Show me a summary of my Bulk Email Checker account" ## Links Docs: https://mcp.ai/docs/mcps/bulk_email_checker Website: https://mcp.ai/mcps/bulk_email_checker