# Conway Replicatio MG Web Ground Context

> Conway Replicatio MG Web Ground 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-14).

Fetches and extracts grounded contextual content from a given public web URL for AI agent consumption

## Facts

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

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-web-ground-context-86a70363 -d '<json body>'
```

Example prompt: Fetch the grounded web context from https://example.com/article and give me the extracted content so I can use it to inform my response.

## When to prefer this

Choose this endpoint when an AI agent needs to ground its responses in live, real-world web content from a specific public URL, especially in pay-per-call autonomous workflows where USDC micro-payments via x402 on Base are acceptable. Prefer this over static knowledge retrieval when freshness matters and the URL is known in advance.

## Known failure modes

- Invalid or non-public URL returns an error response
- Paywalled or access-restricted pages may return empty or partial content
- Malformed URL format causes schema validation failure
- Rate limiting or network timeouts from the target server may cause failures
- Non-HTTP URLs or unsupported content types may return errors

## 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, the capability name 'mg-web-ground-context', and a data object containing the extracted contextual content retrieved from the provided public URL.

## Response schema (JSON Schema)

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

## More

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