# Conway Replicatio MG API Contract Audit

> Conway Replicatio MG API Contract 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 a smart contract or API contract at a given public URL, returning structured findings about security, correctness, or compliance.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-api-contract-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-api-contract-audit-4db91459
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ygQ4lYfuqXK12XzLQTkQ7

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-api-contract-audit-4db91459 -d '<json body>'
```

Example prompt: Can you audit the smart contract at https://example.com/MyToken.sol and tell me if there are any security issues or compliance problems before I deploy it?

## When to prefer this

Use this endpoint when you need an automated, pay-per-call audit of a smart contract or API contract hosted at a public URL, especially in agentic pipelines where you want structured findings without manual tooling setup. Prefer it over generic LLM prompting when you need a consistent, structured output format and repeatable audit logic tied to the specific 'mg-api-contract-audit' capability.

## Known failure modes

- URL is not publicly accessible or returns a non-200 status — audit cannot proceed
- URL points to non-contract content (e.g. HTML page) — may return empty or irrelevant findings
- Malformed URL input causes a validation error before the request is forwarded
- Contract too large or complex — may time out or return partial results
- Payment not settled in USDC on Base — request rejected before processing

## 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' label ('mg-api-contract-audit'), and a 'data' object containing the structured audit findings — such as vulnerabilities, warnings, or compliance notes — derived from the contract or API spec at the provided URL.

## Response schema (JSON Schema)

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

## More

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