HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · MONAD · CELO · AVALANCHE · SEI · OPTIMISM · STELLAR · ALGORAND · ROBINHOOD · USDC · USDG

Email deliverability

Diagnose why a domain's email lands in spam: SPF posture, DMARC policy, DKIM key strength, MX targets, and a composite 0–100 score.

$0.10 per call · one payment for the whole workflow
POST /api/skill/email-deliverability

6 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.

When to use this pack

Marketing or transactional email is landing in spam, or you're rolling out a new sending domain and want to verify the auth posture before the first campaign.

Tools in this pack

All 6 run inside the single $0.10 call above. Each is also callable on its own if you only need one part.

Workflow

  1. Parse the SPF record - the tool flags the most common failures (>10 DNS lookups, +all permissive directive, syntax errors).
  2. Parse the DMARC policy - p=none means receivers ignore SPF/DKIM failures, which usually explains a 'we set it all up but it still goes to spam' problem.
  3. Probe 14 common DKIM selectors and warn on <1024-bit keys and testing-mode (t=y) records. Most sending platforms publish under a predictable selector this catches.
  4. Run the composite deliverability score (25 points each for SPF + DMARC + DKIM + MX) for a single integer to report back to the team.
  5. Validate a single recipient address with email-validate to confirm the MX is actually reachable.
  6. Spot-check the MX records with dns-lookup type=MX to verify the chain matches the sending platform's documented setup.

Call it directly

Any x402 client pays the 402 and gets the whole workflow back in one response:

npx agent402-client call email-deliverability {"domain":"example.com"}

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Diagnose email deliverability for sender@example.com. Use Agent402 to check SPF, DMARC, DKIM (probe common selectors), and the composite email-deliverability score. If the score is below 75, explain which auth records are missing or weak and how to fix each one.

← All skill packs