{"name":"email-deliverability-check","description":"Checks whether an email address is likely to be deliverable and how risky it looks. Validates syntax, checks whether the domain can receive mail, scores domain-level deliverability risk, detects temp-mail/disposable domains, flags role accounts, and summarizes SPF/DMARC/DKIM records. No mailbox-level SMTP probing; privacy-safe DNS + public blocklist only. Use it as an email deliverability verification API, email spam check, spam-folder risk scorer, email validation/verifier/checker, inbox readiness score, MX lookup, disposable email risk check, role-account detection, or SPF DMARC DKIM posture report.","price":"$0.005","method":"POST","input_schema":{"properties":{"email":{"type":"string","description":"Email address to validate and score, e.g. 'buyer@example.com'."},"dkim_selectors":{"type":"array","items":{"type":"string"},"description":"Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2."}},"required":["email"]},"input_example":{"email":"support@example.com"},"output_example":{"email":"support@example.com","domain":"example.com","deliverability_score":92,"risk":"low","can_receive_mail":true,"is_disposable":false,"is_role_account":true,"mx_records":["10 mail.example.com."],"verification_level":"domain_dns_no_mailbox_probe"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}