# Conway Replicatio MG Research Proof Context

> Conway Replicatio MG Research Proof 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-23).

Fetches and synthesizes contextual proof or evidence from a public URL to support research or verification tasks

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-research-proof-context
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-23
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-research-proof-context-ffb8ecbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0Iu32mZ1AsiU7SjYDZLOU

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-research-proof-context-ffb8ecbb -d '<json body>'
```

Example prompt: Can you pull the research proof context from this public URL — https://example.com/study — and give me the supporting evidence or contextual data it contains?

## When to prefer this

Choose this endpoint when you need to programmatically extract research-relevant proof or contextual evidence from a specific, publicly accessible URL — particularly in agentic workflows where verifying or grounding claims against source material is required. It is well-suited for fact-checking pipelines, research automation, and citation validation where the input is a direct URL pointing to a document, article, or report.

## Known failure modes

- Invalid or inaccessible URL returns an error or empty data object
- URL behind authentication or paywalls cannot be fetched and will likely return a failure or empty result
- Malformed input schema (missing required fields) results in a validation error
- Non-public URLs or private network addresses may be rejected for security reasons
- Rate limiting or payment failure (USDC/x402) will prevent the call from completing

## 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 status, a 'capability' field identifying this as 'mg-research-proof-context', and a 'data' object containing extracted research proof context and supporting evidence derived from the submitted public URL.

## Response schema (JSON Schema)

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

## More

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