{"name":"email-verify-api","description":"Verifies an email address with syntax, MX, disposable-domain, role-account, SPF, DMARC, and DKIM checks. Same DNS-safe email deliverability backend as email-verify, indexed for agents searching exact email verification wording. Use it as an email verify API or to validate email address input.","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":"buyer@example.com"},"output_example":{"deliverability_score":92,"risk":"low","can_receive_mail":true},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}