# Conway Replicatio mg-procure-context

> Conway Replicatio mg-procure-context is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches and returns the content/context of a given public URL via HTTP POST, paid per-call in USDC on Base

## Facts

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

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-context-9c666578 -d '<json body>'
```

Example prompt: Fetch the content from https://example.com/some-public-page and give me back whatever context or data is at that URL.

## When to prefer this

Use this endpoint when an AI agent or automation needs to programmatically fetch and retrieve the content of a specific public URL on a pay-per-call basis settled in USDC on Base, without maintaining persistent infrastructure. Prefer it over general HTTP clients when you need a managed, metered, agent-friendly retrieval utility with crypto payment settlement.

## Known failure modes

- Invalid or non-public URL returns an error response
- URL that requires authentication or is behind a paywall may return empty or blocked content
- Malformed request body (missing url field) returns a validation error
- Network timeout if the target URL is slow to respond
- Non-HTTP/HTTPS URLs rejected due to format constraints

## 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 ok: true, a capability field set to 'mg-procure-context', and a data field containing the retrieved content or structured context from the provided URL.

## Response schema (JSON Schema)

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

## More

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