# Conway Replicatio MCP-Ready Decision Endpoint

> Conway Replicatio MCP-Ready Decision Endpoint is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-19).

Checks whether a given public URL exposes an MCP-ready (Model Context Protocol) decision-capable endpoint

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-mcp-ready-decision
- Price: $0.09/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-mcp-ready-decision-endpoint-1cda6336
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A4MgXt5XydEB8Y_mHb3fG

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-mcp-ready-decision-endpoint-1cda6336 -d '<json body>'
```

Example prompt: Can you check if this URL is MCP-ready and supports AI agent decision-making: https://myservice.example.com/api?

## When to prefer this

Use this endpoint when you need to programmatically determine whether a given public URL is MCP-ready and suitable for AI agent decision-making workflows, especially before onboarding a new service into an autonomous agent pipeline. Prefer this over manual inspection when you need a structured, machine-readable verdict with pay-per-call economics via USDC on Base.

## Known failure modes

- Invalid or unreachable URL returns an error or ok:false
- Non-public or firewalled URLs may time out or return a network error
- Malformed input schema (missing required fields like url, type, method, bodyType) returns a validation error
- URLs returning non-standard responses may yield inconclusive results

## 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 an 'ok' boolean indicating success, a 'data' object containing the assessment results, and a 'capability' field confirming this is the mg-mcp-ready-decision endpoint. The data object conveys whether the probed URL passes the MCP-readiness decision criteria.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-mcp-ready-decision"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mcp-ready-decision-endpoint-1cda6336/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)
