# Conway Replicatio MG API Contract Context

> Conway Replicatio MG API Contract 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-19).

Fetches and extracts contract context from a given public URL via HTTP POST, returning structured contract-related data for AI agents.

## Facts

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

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-api-contract-context-f2f9a546 -d '<json body>'
```

Example prompt: Fetch the contract context from this public URL — https://example.com/contracts/my-agreement.json — using a JSON body POST request, and give me the structured contract details.

## When to prefer this

Use this endpoint when you need to programmatically extract or contextualize contract information from a public URL in a pay-per-call, agent-friendly manner — especially when integrating into autonomous workflows that handle smart contracts, legal agreements, or structured contract documents without requiring a persistent API key subscription.

## Known failure modes

- Invalid or unreachable URL returns an error or empty data object
- Non-public URLs (requiring auth) may return access-denied or empty results
- Malformed JSON body causes request rejection
- URL pointing to non-contract content may return empty or irrelevant context
- Payment failure via x402 protocol prevents call execution

## 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`, a `capability` field set to 'mg-api-contract-context', and a `data` object containing the extracted contract context from the provided URL.

## Response schema (JSON Schema)

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

## More

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