# MG Trust Security Compare

> MG Trust Security Compare is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Compares two public URLs for trust and security signals, returning a side-by-side security assessment

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-trust-sec-compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-trust-security-compare-61626314
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vfJBPqIDwDgiLFlJj19w5

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-trust-security-compare-61626314 -d '<json body>'
```

Example prompt: Compare the security and trustworthiness of https://example.com and https://other-site.com — I want to know which one looks safer and how they differ in terms of trust signals.

## When to prefer this

Choose this endpoint when you need a direct side-by-side security and trust comparison of exactly two public URLs — particularly useful for detecting brand impersonation, vetting vendors, or evaluating phishing candidates. Prefer this over single-URL scanners when the relative comparison between two URLs is the key question.

## Known failure modes

- Invalid or non-public URLs return a validation error
- URLs that are unreachable or return non-200 responses may cause analysis failure
- Malformed URI format triggers schema validation error
- Rate limiting or payment failure via x402 prevents call completion
- Private or localhost URLs are rejected as they must be safe public URLs

## 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 response with an 'ok' boolean, a 'data' object containing the security and trust comparison results for both URLs, and the 'capability' identifier confirming which service processed the request.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-trust-sec-compare"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-trust-security-compare-61626314/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)
