# Verifi.Email — MCP server on mcp.ai > Connect your Verifi.Email account and use 3 tools for email straight from your AI agent. Connect with your own API key. Verifi.Email validates email addresses and checks domain email-security configuration through its public API. By: mcp.ai · official Page: https://mcp.ai/verifi_email ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_verifi_email?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/verifi_email/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/verifi_email/ 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/verifi_email/skill.md Postman collection (v2.1): https://mcp.ai/verifi_email/postman.json ## Tools - verifi_email_check_domain_health(domain: string, selector?: string) — Check a bare domain's SPF, DKIM, DMARC, and BIMI configuration and return protocol scores plus provider recommendations. - verifi_email_validate_email(email: string) — Validate one non-empty email address and return its overall validity plus syntax, MX, spoofing, and disposable-address signals. - verifi_email_validate_emails(emails: string[]) — Validate 1-10 email address strings in one synchronous request and return one ordered result per input, including malformed strings as invalid results. ## Example prompts - "What can I do in Verifi.Email?" - "Show me a summary of my Verifi.Email account" ## Links Docs: https://mcp.ai/docs/mcps/verifi_email Website: https://mcp.ai/mcps/verifi_email