# Emailable — MCP server on mcp.ai > Connect your Emailable account and use 5 tools for email straight from your AI agent. Connect with your own API key. Emailable provides an email verification API that allows developers to integrate real-time email validation into their applications, ensuring the accuracy and deliverability of email addresses. By: mcp.ai · official Page: https://mcp.ai/emailable ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_emailable?ms=1787291520000 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/emailable/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/emailable/ 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/emailable/skill.md Postman collection (v2.1): https://mcp.ai/emailable/postman.json ## Tools - emailable_get_account_info() — Tool to retrieve account information including owner email and available credits. Use when you need to confirm account status before sending email verifications. - emailable_get_batch_status(batch_id: string) — Tool to get the status and results of a batch verification job. Use after submitting a batch to check its progress. - emailable_o_auth_authorize(state?: string, client_id: string, redirect_uri: string, response_type?: string) — Build an OAuth 2.0 authorization URL for the Emailable authorization code flow. Returns a URL to redirect users to for authorization. Upon successful authorization, users are redirected to your redire - emailable_verify_batch_emails(emails: string[]) — Submit a batch of email addresses for asynchronous verification. Returns a batch ID immediately. Use this for bulk email validation (2 to 50,000 emails). For single emails, use EMAILABLE_VERIFY_EMAIL - emailable_verify_email(email: string) — Tool to verify a single email address and return detailed results. Use when you need to check email deliverability and risk. ## Example prompts - "What can I do in Emailable?" - "Show me a summary of my Emailable account" ## Links Docs: https://mcp.ai/docs/mcps/emailable Website: https://mcp.ai/mcps/emailable