# MG Policy Evidence Compare

> MG Policy Evidence Compare is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Compares two public URLs to analyze and contrast their policy evidence or document content

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-policy-evidence-compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-policy-evidence-compare-80e9fdee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qU9jqC4GFafU7HdJdjW-y

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 mg-policy-evidence-compare-80e9fdee -d '<json body>'
```

Example prompt: Can you compare the policy evidence at https://example.com/policy-a and https://example.com/policy-b and tell me what's different between them?

## When to prefer this

Use this endpoint when you need to programmatically compare the content of two public policy or evidence documents by URL — particularly in compliance, insurance, legal, or regulatory workflows where you want a machine-readable diff or analysis without manual reading. It is well-suited for agents that need to flag discrepancies between two versions of a policy page or compare competing vendors' policy evidence.

## Known failure modes

- Invalid or inaccessible URL returns an error (non-public or gated URLs will fail)
- Network timeout if either URL is slow to respond
- Malformed URL format triggers schema validation error
- Non-policy or binary content at the URL may produce empty or low-quality comparison
- Payment failure in USDC/x402 prevents the call from being processed

## 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 and a data field containing the structured comparison result between the two policy evidence URLs, including identified differences, matching content, and relevant analysis.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-policy-evidence-compare-80e9fdee/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)
