HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · STELLAR · ROBINHOOD · USDC · USDG

Contact verification

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

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

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.

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. Report whether the address is likely deliverable.

← All skill packs