# Verifiedemail — MCP server on mcp.ai > Connect your Verifiedemail account and use 9 tools for email straight from your AI agent. Connect with your own API key. VerifiedEmail offers real-time email verification and bulk email list cleaning services to ensure the accuracy and deliverability of email communications. By: mcp.ai · official Page: https://mcp.ai/verifiedemail ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_verifiedemail?ms=1787293620000 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/verifiedemail/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/verifiedemail/ 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/verifiedemail/skill.md Postman collection (v2.1): https://mcp.ai/verifiedemail/postman.json ## Tools - verifiedemail_check_credits() — Tool to retrieve the remaining verification credits. Call before VERIFIEDEMAIL_VERIFY_EMAIL operations—especially in bulk or repeated workflows—as VERIFIEDEMAIL_VERIFY_EMAIL fails immediately when cre - verifiedemail_check_file_status(file_id: string) — Tool to check the status of a previously uploaded file. Use after uploading a file when polling for verification progress. - verifiedemail_get_entitlements() — Tool to retrieve information about available credits across different entitlement types. Use when you need to check credit availability before performing operations that consume credits. - verifiedemail_get_shared_credentials() — Tool to retrieve a list of shared credential IDs. Use when you need to fetch all credentials shared to your account after authentication. - verifiedemail_get1_click_user_data(identityUuid: string) — Tool to retrieve data for a user who has completed a 1-Click Signup flow. Use after you have the identityUuid to fetch the verified user's full profile. - verifiedemail_list_downloads(limit?: string, offset?: string, sortField?: string, sortOrder?: string) — Tool to get a list of previously created download requests. Use when you need to retrieve information about download requests that have been created for verification results. - verifiedemail_list_lists(limit?: string, offset?: string, sortField?: string, sortOrder?: string) — Tool to get all email lists in your account. Use when you need to retrieve and view all verification lists with optional pagination and sorting. - verifiedemail_post1_click_credentials_update(uuid: string, credentials: object) — Tool to update 1-Click credentials. Use after obtaining a 1-Click session uuid when you need to update user-provided credential values in a non-hosted or trusted flow. - verifiedemail_verify_email(email: string) — Tool to verify the deliverability and validity of an email address. Use when you need to confirm if an email can receive mail by checking server existence, mailbox status, and more. For bulk use, call ## Example prompts - "What can I do in Verifiedemail?" - "Show me a summary of my Verifiedemail account" ## Links Docs: https://mcp.ai/docs/mcps/verifiedemail Website: https://mcp.ai/mcps/verifiedemail