# MG Vendor Due Diligence Decision

> MG Vendor Due Diligence Decision 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-14).

Performs automated due diligence decision-making on a vendor by fetching and analyzing data from a provided public URL, returning a structured decision outcome.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-vendor-dd-decision
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-vendor-due-diligence-decision-1503ccd4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ut5CP9oTLEw8e0z-IaJzW

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 mg-vendor-due-diligence-decision-1503ccd4 -d '<json body>'
```

Example prompt: Run a due diligence decision on this vendor — their public info page is at https://acme-corp.com/about — and tell me whether they pass or fail.

## When to prefer this

Choose this endpoint when you need an automated, pay-per-call due diligence decision on a vendor given only their public URL — ideal for lightweight procurement automation, supplier onboarding pipelines, or agent-driven vendor screening where you want a structured pass/fail decision without standing up your own analysis infrastructure.

## Known failure modes

- Invalid or inaccessible URL returns an error — the vendor URL must be a publicly reachable URI
- Malformed input schema (missing required 'url' field) causes a 400-style rejection
- Non-JSON body type may cause parsing issues if the downstream vendor endpoint returns unexpected content
- Network timeouts fetching the vendor URL may result in an inconclusive or failed decision
- The endpoint returns ok:false if the due diligence engine cannot reach a decision

## 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 'capability' field confirming 'mg-vendor-dd-decision', and a 'data' object containing the structured due diligence decision outcome for the provided vendor URL.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-vendor-due-diligence-decision-1503ccd4/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)
