check_blacklist
Check a domain or IP against 80+ blacklists to assess mail reputation before sending bulk email or onboarding a new SMTP server.
Instructions
Read-only query against ~80 public DNSBL/RBL/URIBL feeds. Provide either domain (resolves to MX IPs, all checked) or ip (checked directly) — at least one is required, throws otherwise. Returns per-feed listed/clean status, response codes, and aggregate count of blocking feeds. Use for inbound mail reputation pre-checks before sending bulk mail or onboarding a new SMTP server; not a removal-request service. No auth, typical latency 3-10s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain name, e.g. example.com | |
| ip | No | IPv4 or IPv6 address to check directly |