HTTP/1.1 402 PAYMENT REQUIRED · Agentic Finance (AIFI) · x402 + MPP dual-stack 500+ tools · 12 rails · 0% seller fee

Email security

Full email auth posture: SPF, DMARC, DKIM, and composite deliverability score in one call.

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

4 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

Diagnosing email authentication - can this domain be spoofed, and is its mail configuration complete.

Tools in this pack

All 4 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 - flag permissive +all, excessive lookups, or syntax errors.
  2. Parse the DMARC policy - p=none means failures are ignored.
  3. Probe common DKIM selectors and check key strength.
  4. Run the composite deliverability score for an overall grade.

Call it directly

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

npx agent402-client call email-security {"domain":"stripe.com"}

Run it in Claude

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

Then paste this prompt into Claude:

Check email security for stripe.com using Agent402's email-security skill pack. Get (1) SPF check, (2) DMARC policy, (3) DKIM probe, (4) deliverability score. Flag any missing or weak auth records.

← All skill packs