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

Domain age and legitimacy

How old and legit is this domain? WHOIS registration, DNS resolution, and TLS certificate in one pass.

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

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 evaluating a website's trustworthiness needs the basic legitimacy signals: how old is the registration (new domains are higher risk), does it resolve to a real IP, and is the TLS cert valid? Useful for fraud detection, link safety checks, and vendor due diligence.

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 whois to get registration date, registrar, expiry, and age - domains less than 6 months old are higher risk.
  2. Call dns-lookup with host=domain and type='A' to verify the domain resolves to a real IP address.
  3. Call tls-cert with host=domain to check the certificate issuer, validity period, and chain trust.

Call it directly

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

npx agent402-client call domain-age {"domain":"google.com"}

Run it in Claude

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

Then paste this prompt into Claude:

Check the age and legitimacy of google.com using Agent402's domain-age skill pack: (1) whois for registration age and registrar, (2) dns-lookup for A record resolution, (3) tls-cert for certificate validity. Report a trust assessment based on age, DNS health, and cert status.

← All skill packs