# MG Policy Evidence Extractor

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

Extracts policy evidence and structured data from a publicly accessible URL, likely an insurance or compliance policy document

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-policy-evidence-extract
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-policy-evidence-extractor-5cee7a83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k7WTe9a9aQ8YYQjn_vIvY

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-extractor-5cee7a83 -d '<json body>'
```

Example prompt: Can you extract the policy evidence from this insurance document page? Here's the URL: https://example-insurer.com/policies/auto-policy-12345

## When to prefer this

Use this endpoint when you need to programmatically extract structured evidence from a publicly accessible insurance or compliance policy document URL. It is ideal for agents automating policy analysis, compliance workflows, or insurance document processing pipelines where a direct URL to the document is available.

## Known failure modes

- Invalid or inaccessible URL returns an error response
- Non-policy or unrecognized page structure may yield empty or partial data
- Private or authentication-gated URLs will fail since only public URLs are supported
- Malformed URL format triggers schema validation error
- Network timeout if the target URL is slow to respond

## 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 extracted policy evidence and structured information parsed from the provided URL, along with the capability identifier 'mg-policy-evidence-extract'.

## Response schema (JSON Schema)

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

## More

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