# Conway Replicatio MG Pricing Audit

> Conway Replicatio MG Pricing 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).

Audits pricing on a given public URL, analyzing merchant or product pricing for anomalies, competitiveness, or compliance issues

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-pricing-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-pricing-audit-72997d80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0mXKQred-h6N25KKJfDPW

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-pricing-audit-72997d80 -d '<json body>'
```

Example prompt: Can you run a pricing audit on https://example-shop.com/products/widget and let me know if the pricing looks off or inconsistent?

## When to prefer this

Use this endpoint when you need automated, pay-per-call pricing analysis on a publicly accessible URL — especially when evaluating e-commerce pages, merchant listings, or product pricing for anomalies, competitiveness, or compliance. Prefer this over manual scraping when you want structured audit output without building your own pricing logic.

## Known failure modes

- Invalid or inaccessible URL returns an error or empty data object
- Non-public or paywalled URLs may fail to load for auditing
- Malformed request body (missing required 'url' field) returns a validation error
- Payment failure via x402 prevents the call from being processed
- URL pointing to non-pricing content may yield incomplete or irrelevant audit results

## 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

A JSON response with an 'ok' boolean, a 'capability' field confirming 'mg-pricing-audit', and a 'data' object containing the pricing audit results for the submitted URL — including detected pricing details, anomalies, or evaluation findings.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-pricing-audit-72997d80/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)
