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

URL inspector

Quick URL health and metadata check — parse the URL structure, verify reachability, and pull page metadata in one pass.

When to use this pack

An agent needs to verify a URL is live and understand what's behind it before recommending it, embedding it, or crawling it. Combines structural parsing (protocol, host, path), liveness check (status, latency, redirects), and metadata extraction (title, description, OG tags).

Tools in this pack

Workflow

  1. Call url-parse to decompose the URL into protocol, hostname, path, query parameters, and fragment.
  2. Call http-check to verify the URL is reachable — status code, latency, redirect chain.
  3. Call meta to pull the page's title, description, canonical URL, and OpenGraph/Twitter card tags.

Run it in Claude

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

Then paste this prompt into Claude:

Inspect https://stripe.com using Agent402's url-inspector skill pack: (1) url-parse for structure, (2) http-check for reachability and latency, (3) meta for page metadata and OG tags. Report the URL health status and key metadata.

← All skill packs