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

Contact verification

Verify an email address is deliverable - syntax validation plus MX record check on the domain.

$0.060 per call · one payment for the whole workflow
POST /api/skill/contact-verify

3 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

An agent collecting contact information needs to verify an email before storing it or sending to it: does the address pass syntax validation, and does the domain actually have mail servers? Catches typos, disposable domains, and dead mailboxes.

Tools in this pack

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

Workflow

  1. Call email-validate to check syntax, domain existence, and mailbox reachability.
  2. Call dns-lookup with host=<domain from email> and type='MX' to independently verify the domain has mail exchange records.
  3. Call spf-check on the domain - a domain that publishes a valid SPF record is configured for legitimate sending, an added deliverability signal beyond MX (and a hint the domain isn't a throwaway).

Call it directly

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

npx agent402-client call contact-verify {"email":"test@gmail.com"}

Run it in Claude

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

Then paste this prompt into Claude:

Verify the email address test@gmail.com using Agent402's contact-verify skill pack: (1) email-validate for syntax and reachability, (2) dns-lookup for MX records on gmail.com, (3) spf-check on gmail.com. Report whether the address is likely deliverable and whether the domain is properly configured for sending.

← All skill packs