# Conway Replicatio MG X402 Ready Evidence Checker

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

Checks whether a given public URL is x402-ready by examining its evidence of payment-gated access compliance

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-x402-ready-evidence
- Price: $0.06/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-x402-ready-evidence-checker-ffe61e3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5L66RRdgZJuj8f4r1PwpI

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-x402-ready-evidence-checker-ffe61e3f -d '<json body>'
```

Example prompt: Can you check whether this URL is x402-ready and has evidence of supporting pay-per-call USDC payments: https://example-api.com/some-endpoint

## When to prefer this

Use this endpoint when you need to programmatically verify whether a remote URL has implemented x402 payment-gating before integrating it into an agent workflow or listing it in a service registry. It is specifically designed for x402 protocol compliance checking, not general HTTP health checks or link validation.

## Known failure modes

- Invalid or unreachable URL returns an error response with ok:false
- Non-public or firewall-blocked URLs may fail to be inspected
- URL that does not implement x402 returns evidence of non-compliance rather than a hard error
- Malformed request body (missing required fields) returns a validation error

## 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 indicating success, a 'capability' field set to 'mg-x402-ready-evidence', and a 'data' object containing the evidence findings about whether the target URL demonstrates x402 payment-readiness.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-x402-ready-evidence"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-x402-ready-evidence-checker-ffe61e3f/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)
