# Conway Replicatio MG Trust Security Evidence

> Conway Replicatio MG Trust Security Evidence 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-14).

Fetches trust and security evidence for a given public URL via an HTTP POST call, paid per-use in USDC on Base

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-trust-sec-evidence
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-trust-security-evidence-63c67f7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PoUzs2_oik3uE5thqElbI

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-trust-security-evidence-63c67f7e -d '<json body>'
```

Example prompt: Can you fetch the trust and security evidence for https://example.com and tell me what signals you find?

## When to prefer this

Choose this endpoint when you need per-call, pay-as-you-go trust and security evidence for a specific public URL without committing to a subscription, and when payment via USDC on Base (x402 protocol) is acceptable. Prefer it for lightweight, single-URL trust checks in agent pipelines where cost control matters.

## Known failure modes

- Invalid or non-public URL returns an error response
- Malformed request body (missing required fields) causes a 400-level error
- URL is unreachable or times out during evidence gathering
- Payment not settled in USDC causes request to be rejected by x402 protocol
- Unexpected upstream failure returns ok:false with error details

## 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 ok:true, a capability identifier 'mg-trust-sec-evidence', and a data object containing trust and security evidence signals gathered for the submitted URL.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-trust-security-evidence-63c67f7e/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)
