# MG MCP Ready Audit

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

Audits a given URL to assess whether it is MCP (Model Context Protocol) ready, returning a structured audit result

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-mcp-ready-audit
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-mcp-ready-audit-a2b6fcc5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jkg1lTnoUoixQzC6MhAgN

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-mcp-ready-audit-a2b6fcc5 -d '<json body>'
```

Example prompt: Can you audit https://myservice.example.com/api to check if it's MCP ready? Use a POST method with a JSON body.

## When to prefer this

Use this endpoint when you need to programmatically determine whether a given URL and its hosted service conforms to MCP (Model Context Protocol) readiness standards, especially useful for developers building or integrating AI agent tools who want automated compliance verification before deployment.

## Known failure modes

- Invalid or inaccessible URL returns an error response
- Non-public or private URLs may fail reachability checks
- Missing required 'url' field in body returns a validation error
- Unsupported body type or method enum mismatch returns a 400-level error
- Target URL returns non-standard responses that cannot be parsed

## 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 object with an 'ok' boolean, a 'capability' field set to 'mg-mcp-ready-audit', and a 'data' object containing the detailed MCP readiness audit findings for the submitted URL.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-mcp-ready-audit-a2b6fcc5/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)
