$ man email-deliverability-check
/email-deliverability-check
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
uncategorized
STATUS
● live
NAME
email-deliverability-check — email deliverability verification / email validation / email verifier / email checker / mx lookup / disposable email risk / role-account…
SYNOPSIS
POST https://x402.agentutility.ai/email-deliverability-check
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Email deliverability verification / email validation / email verifier / email checker / MX lookup / disposable email risk / role-account detection / SPF DMARC DKIM posture. Validates syntax, checks whether the domain can receive mail, scores domain-level deliverability risk, detects temp-mail/disposable domains, flags role accounts, and summarizes SPF/DMARC/DKIM records. No mailbox-level SMTP probing; privacy-safe DNS + public blocklist only.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| string | Email address to validate and score, e.g. '[email protected]'. | required | |
| dkim_selectors | array | Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| string | — | |
| domain | string | — |
| deliverability_score | string | — |
| risk | string | — |
| can_receive_mail | string | — |
| is_disposable | string | — |
| is_role_account | string | — |
| mx_records | string | — |
| verification_level | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/email-deliverability-check \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the email-deliverability-check tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- web-probeemaildeliverabilitycheckemail-deliverability-check
- methods
- POST
- cluster
- webprobe
- price
- $0.005 USDC per call
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| disposable-email-check | Disposable email detector / temp-mail / throwaway email / fake email / 10minutemail filter / Mailinator + Guerrilla Mail + Yopmail blockl… | $0.005 |
| domain-availability | Domain availability / RDAP lookup / WHOIS replacement / domain registration checker / expiry date lookup. | $0.005 |
| email-deliverability | Email deliverability API / email deliverability score / inbox readiness domain check. | $0.005 |
| email-validator | Email validator / email syntax and domain validation / MX record checker / disposable email checker. | $0.005 |
| email-verify | Email verifier / email verification API / validate email address / check email deliverability. | $0.005 |
| github-stars-history | GitHub stars history / star growth chart / repo popularity over time / trending tracker. | $0.005 |
| link-extract | Link extractor / extract links from URL / list all anchor links / page outlink crawler / scrape outbound links / get hrefs from page. | $0.005 |
| mcp-tools-list | MCP tools-list / Model Context Protocol discovery / list MCP server tools / tools/list JSON-RPC / agent capability discovery / MCP catalo… | $0.005 |
SEE ALSO