{"name":"email-deliverability","description":"Checks email deliverability by validating address format, MX reachability, temp-mail risk, role mailbox risk, and SPF/DMARC/DKIM authentication records without contacting the recipient mailbox. Use it as an email deliverability API, deliverability score, or inbox readiness domain check.","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"}