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

API health check

Is this API endpoint healthy? Liveness check, response headers, and TLS certificate status in one pass.

When to use this pack

An agent needs to verify an API is up and properly configured before making production calls: is it reachable (status + latency), what do the response headers say (rate limits, auth requirements, CORS), and is the TLS cert valid and not expiring soon?

Tools in this pack

Workflow

  1. Call http-check to verify the endpoint is reachable — status code, response time, redirect chain.
  2. Call http-headers to inspect the response headers — rate limit headers, auth requirements, CORS policy, cache directives.
  3. Call tls-cert with the host extracted from the URL to check certificate validity, issuer, expiry, and chain trust.

Run it in Claude

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

Then paste this prompt into Claude:

Check the health of https://api.github.com using Agent402's api-health skill pack: (1) http-check for liveness and latency, (2) http-headers for rate limits and security headers, (3) tls-cert for certificate status. Report whether the endpoint is production-ready.

← All skill packs