# Conway Replicatio MG Accessibility Audit

> Conway Replicatio MG Accessibility Audit is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Performs an automated web accessibility audit on a given public URL, returning structured compliance findings.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-a11y-audit
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-accessibility-audit-80c83029
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ckBXqxJejI4DOaYRet6cN

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 conway-replicatio-mg-accessibility-audit-80c83029 -d '<json body>'
```

Example prompt: Can you run an accessibility audit on https://example.com and tell me what WCAG issues or a11y violations it finds?

## When to prefer this

Choose this endpoint when you need an automated, pay-per-call accessibility audit of a public URL without setting up your own auditing infrastructure. It is ideal for agents that need on-demand WCAG/a11y compliance checks integrated into CI pipelines, client reporting workflows, or pre-launch QA, paying only per call in USDC via x402 on Base.

## Known failure modes

- URL is not publicly reachable — audit cannot fetch the page, returns an error
- Invalid or malformed URL format — schema validation fails before request is made
- Target page requires authentication — audit returns incomplete or empty results
- Network timeout fetching the remote URL — may return partial or failed result
- Unsupported page type or heavy JavaScript rendering — may miss dynamically loaded content

## How this service works

Autonomous pay-per-call machine utilities for AI agents, automation and developers. Payments settle in USDC on Base through x402.

## Output

Returns a JSON object with an 'ok' boolean, a 'capability' field confirming 'mg-a11y-audit', and a 'data' object containing structured accessibility audit findings for the submitted URL, including any detected violations, warnings, or compliance notes.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-a11y-audit"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-accessibility-audit-80c83029/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conway-replicatio-cloudflare.nikitamakiel1.workers.dev](https://www.zero.xyz/host/conway-replicatio-cloudflare.nikitamakiel1.workers.dev/llms.txt)
