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

DNS & network ops

End-to-end DNS health check: records, multi-resolver propagation, WHOIS, ASN, robots.txt, and reachability.

$0.080 per call · one payment for the whole workflow
POST /api/skill/dns-network-ops

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

Investigating a DNS-related outage, debugging propagation after a record change, or onboarding a new domain and checking the operator chain.

Tools in this pack

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

Workflow

  1. Resolve A/AAAA/MX/TXT/NS/CAA records on the apex with dns-lookup to baseline what the authoritative answer should be.
  2. Run dns-propagation across Cloudflare/Google/Quad9/OpenDNS in parallel - divergent answers mean a stale cache somewhere or a botched TTL during a migration.
  3. Look up the ASN and prefix that the apex resolves into with asn-info (Team Cymru DNS-based whois - no auth needed). Useful for spotting an unexpected hosting move.
  4. Pull whois for ownership, expiry, and registrar - catches the 'we forgot to renew' class of outage.
  5. Run http-check for status code, response time, and final URL after redirects - the fastest 'is it actually up' read.
  6. Spot-check robots.txt with robots-check to make sure a redeploy didn't accidentally Disallow: / the whole site.

Call it directly

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

npx agent402-client call dns-network-ops {"domain":"example.com"}

Run it in Claude

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

Then paste this prompt into Claude:

Run a DNS health check on example.com. Use Agent402 to: pull the apex DNS records, check propagation across major public resolvers, look up the ASN/prefix, pull whois for ownership and expiry, run an HTTP reachability check, and confirm robots.txt isn't broken. Report any inconsistency or near-expiry.

← All skill packs