Check if email is disposable
documentedDetect whether the input email is from a disposable email provider using the v1 API.
GET /v1/email/disposableEmailsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mailboxvalidator.com/v1/email/disposable?email={{$email}}&format={{$format}}&key={{MAILBOXVALIDATOR_API_KEY}}" \
-X GET \
-H "Accept: application/json"