{"name":"disposable-email-check","description":"Detects disposable and throwaway email addresses before they get through your signup form. Checks the email's domain against a 100k+ disposable-domain blocklist, flags role-style local-parts (admin@, info@, noreply@, support@), and verifies a live MX record via Cloudflare DNS-over-HTTPS so dead domains can't pass. Use it as a temp-mail, fake email, or 10minutemail filter, a Mailinator + Guerrilla Mail + Yopmail blocklist, fraud signup defense, role-account flagger, MX-record validator, or signup-form abuse guard.","price":"$0.005","method":"POST","input_schema":{"properties":{"email":{"type":"string","description":"Email address to evaluate (e.g. 'user@mailinator.com'). Only the domain and local-part shape are used; the address is not contacted."}},"required":["email"]},"input_example":{"email":"test@mailinator.com"},"output_example":{"email":"test@mailinator.com","domain":"mailinator.com","is_disposable":true,"is_role_account":false,"matched_blocklist_domain":"mailinator.com","has_mx_record":true,"mx_records":["mail.mailinator.com"],"risk":"high"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}