{"name":"email-trust-report","description":"Vets an email address in one call: deliverability, disposable check, DMARC posture, and a dedupe key. Composite: one call runs email-deliverability-check + disposable-email-check + dmarc-check + match-key-email in parallel and merges them into {deliverability, disposable, email_auth, match_key}. dmarc-check audits the email's domain; match-key-email supplies a normalized record-linkage key. DNS + public blocklist data only; no mailbox probing. Use it as an email verification bundle or email risk data for signup vetting and CRM hygiene agents.","price":"$0.03","method":"POST","input_schema":{"properties":{"email":{"type":"string","description":"Email address to evaluate, e.g. 'buyer@example.com'. Max 320 chars."}},"required":["email"]},"input_example":{"email":"buyer@example.com"},"output_example":{"email":"buyer@example.com","domain":"example.com","deliverability":{"deliverability_score":92,"risk":"low","can_receive_mail":true},"disposable":{"is_disposable":false,"has_mx_record":true,"risk":"low"},"email_auth":{"score":85,"grade":"A","dmarc":{"policy":"reject"}},"match_key":{"normalized":"buyer@example.com","match_key":"buyer@example.com","is_valid_syntax":true},"composed_of":["email-deliverability-check","disposable-email-check","dmarc-check","match-key-email"],"components":[{"name":"email-deliverability-check","ok":true,"ms":431},{"name":"match-key-email","ok":true,"ms":2}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}