# Conway Replicatio MG Geo AI Audit

> Conway Replicatio MG Geo AI Audit is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.07/call, status down (last checked 2026-09-24).

Performs a geospatial AI audit on a given public URL, analyzing location-related data and metadata for compliance, accuracy, or quality signals.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-geo-ai-audit
- Price: $0.07/call
- Payment: x402
- Status: down
- Last checked: 2026-09-24
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-geo-ai-audit-3233288d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n9al7NP32M2U52k80VJrc

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-geo-ai-audit-3233288d -d '<json body>'
```

Example prompt: Run a geo AI audit on https://example.com/store-locations and tell me if the location data looks accurate and complete.

## When to prefer this

Choose this endpoint when you need automated, AI-powered auditing of geospatial or location-related content at a public URL, especially in agent pipelines that require per-call micropayment settlement in USDC on Base. It is particularly useful for validating geographic metadata, checking location data accuracy, or screening URLs before ingestion into geo-dependent workflows.

## Known failure modes

- Invalid or non-public URL returns an error response
- Inaccessible or rate-limited target URL may result in failed fetch
- Malformed request body (missing required fields) returns validation error
- Non-JSON body type mismatch may cause parsing failure
- URL resolving to non-geographic content may yield empty or low-signal audit data
- Payment failure via x402 prevents 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

Returns a JSON object with ok:true, the capability name 'mg-geo-ai-audit', and a data object containing the audit findings for the submitted URL, such as geospatial quality signals, detected issues, or compliance indicators.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-geo-ai-audit"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-geo-ai-audit-3233288d/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)
