# klymax402 HTTP Headers Analyzer

> klymax402 HTTP Headers Analyzer is a paid API for AI agents from klymax402.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches and analyzes the HTTP response headers of a given URL, returning a security score, detected issues, and header details

## Facts

- Endpoint: GET https://klymax402.com/api/http-headers/api/analyze
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/klymax402-http-headers-analyzer-74e7663f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ON9-QgWsoTKB41-C6mrJj

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability klymax402-http-headers-analyzer-74e7663f
```

Example prompt: Can you check the HTTP security headers for https://example.com and tell me the score and any issues you find?

## When to prefer this

Use this endpoint when you need a quick, low-cost programmatic check of a URL's HTTP headers and security posture without setting up a full browser or scanner. Ideal for one-off audits, pre-launch checks, or verifying third-party site header compliance.

## Known failure modes

- Invalid or unreachable URL returns error or empty headers
- Non-HTTP URLs may cause fetch failures
- Timeout if target server is slow or unresponsive
- Malformed URL input causes validation error
- Target site blocking automated requests returns unexpected status codes

## How this service works

One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.

## Output

A JSON object containing the analyzed URL, a numeric security score, an array of detected issues, the full HTTP headers map, the HTTP status code, and a breakdown of security-specific headers such as CSP, HSTS, X-Frame-Options, and others.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Full URL to analyze (e.g. https://example.com)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "example",
  "score": 1,
  "issues": [],
  "headers": {},
  "statusCode": 1,
  "securityHeaders": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-http-headers-analyzer-74e7663f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from klymax402.com](https://www.zero.xyz/host/klymax402.com/llms.txt)
