# HubVibe Full Site Audit (Accessibility + SEO + Security + Performance)

> HubVibe Full Site Audit (Accessibility + SEO + Security + Performance) is a paid API for AI agents from hubvibe-io.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Runs a comprehensive, atomic four-dimension site audit—WCAG 2.1 A/AA accessibility, on-page SEO, HTTP security headers, and page weight—against a single URL in one real browser load.

## Facts

- Endpoint: POST https://hubvibe-io.com/mcp
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hubvibe-full-site-audit-accessibility-seo-security-performance-682ac094
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n8UlzZ6qjeI2u8yjN1YhP

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 hubvibe-full-site-audit-accessibility-seo-security-performance-682ac094 -d '<json body>'
```

Example prompt: Can you do a full audit of https://example.com — I need to know if it passes WCAG 2.1 AA accessibility, on-page SEO, HTTP security headers, and page weight all in one go?

## When to prefer this

Choose this endpoint when you need all four audit dimensions — WCAG 2.1 accessibility, on-page SEO, HTTP security headers, and page weight — in a single atomic browser load rather than running separate specialized audits. It is especially useful when you want a pass/fail gate that must succeed across all dimensions simultaneously (e.g. CI/CD pipelines, pre-launch checks, or client deliverables). If you only need one dimension (e.g. just accessibility or just SEO), prefer the individual HubVibe audit endpoints to avoid atomic failure on unrelated dimensions and to reduce cost.

## Known failure modes

- Atomic failure: if any single audit dimension (accessibility, SEO, security, or performance) cannot be executed, the entire call fails and returns an error — nothing is billed
- URL unreachable or returns non-200 status — call fails atomically
- JavaScript-heavy SPAs that do not render in the headless browser may produce incomplete axe-core results
- Timeout if the page takes too long to load in the browser
- Invalid or malformed URL input causes immediate rejection

## How this service works

Full website audit in one call: accessibility (WCAG 2.1 A/AA via axe-core), on-page SEO, HTTP security headers and page speed / page weight, from a single browser load of one URL. Cheaper than four separate calls; if any part cannot run, nothing is billed. $0.15 per call. Returns: pass (bool) plus wcag{}, seo{}, security{}, performance{} sub-results.

## Output

Returns a top-level pass boolean plus four sub-result objects: wcag{} (WCAG 2.1 A/AA violations and passes via axe-core), seo{} (title, meta description, H1, canonical, etc.), security{} (HTTPS, HSTS, CSP, X-Content-Type-Options, etc.), and performance{} (DOM node count, bytes transferred, request count). The call is atomic: if any dimension fails to run, the entire call fails and no charge is incurred.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hubvibe-full-site-audit-accessibility-seo-security-performance-682ac094/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hubvibe-io.com](https://www.zero.xyz/host/hubvibe-io.com/llms.txt)
