# Conway Replicatio mg-procure-extract

> Conway Replicatio mg-procure-extract 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-14).

Fetches a remote HTTP endpoint and extracts structured data from its response, settling payment in USDC on Base via x402.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-procure-extract
- Price: $0.03/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-procure-extract-cf4665bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jNG_rv3dyHBSZupdAVVj9

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-procure-extract-cf4665bf -d '<json body>'
```

Example prompt: Fetch the data at https://api.example.com/products and extract the structured content from its JSON response — pay via x402 USDC.

## When to prefer this

Choose this endpoint when you need a pay-per-call, agent-native way to fetch and extract data from a remote public HTTP URL without managing infrastructure. It is especially useful in agentic workflows where each data retrieval should settle micropayments in USDC on Base and the target endpoint accepts POST requests with JSON, form-data, or text bodies.

## Known failure modes

- Invalid or unreachable URL returns an error response
- Non-public or protected URLs may return authorization errors
- Malformed body type or body schema causes a 400-level rejection
- Payment failure or insufficient USDC balance prevents execution
- Target server timeout or rate limiting causes extraction failure

## 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

A JSON object with an 'ok' boolean indicating success, a 'data' object containing the extracted content from the target URL's response, and a 'capability' field confirming the endpoint used ('mg-procure-extract').

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-procure-extract-cf4665bf/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)
