# Script Master Labs — Compliance Audit API (x402)

> Script Master Labs — Compliance Audit API (x402) is a paid API for AI agents from mcp-x402.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns U.S. federal compliance audit data for a specified bank, paid per-call in USDC via x402 on Base.

## Facts

- Endpoint: POST https://mcp-x402.onrender.com/x402/compliance-audit
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/script-master-labs-compliance-audit-api-x402-241d4015
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0HMWhgZac0u9sl6X0DT7Z

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 script-master-labs-compliance-audit-api-x402-241d4015 -d '<json body>'
```

Example prompt: Pull the federal compliance audit report for bank ID 'FDIC-12345' — I need to check its regulatory standing.

## When to prefer this

Choose this endpoint when you need pay-per-call U.S. federal compliance audit data for a specific bank and want settlement via USDC on Base using the x402 protocol. It is suitable for on-demand compliance lookups without subscription overhead, especially in automated fintech, due diligence, or regulatory monitoring workflows.

## Known failure modes

- Invalid or unrecognized bank_id returns an error or empty result
- Payment failure via x402/USDC results in a 402 Payment Required response and no data
- Network or service unavailability on the Render.com host causes timeouts
- Missing required bank_id field in the request body causes a validation error
- Bank ID format mismatch may return no matching records

## How this service works

Pay-per-call crypto, RWA, federal, SEC, Section 8/HUD housing, and compliance APIs via x402. Primary: USDC on Base (eip155:8453). Also accepts Global Dollar (USDG) on Robinhood Chain (eip155:4663) via sovereign X-PAYMENT-TX. Hyphen routes only (e.g. /x402/gas-tracker, /x402/pha-lookup, /x402/sec-8k). MARKETPLACE REVIEW: use free /x402/playground/* (no key, no payment). Production /x402/* returns 402 unless paid via x402 or X-Api-Market-Key / X-API-Key from seller dashboard.

## Output

A compliance audit report containing U.S. federal regulatory data for the specified bank, including compliance status, audit findings, and related regulatory details. The exact schema of the response is not fully documented, but the output is expected to contain structured federal compliance data tied to the provided bank_id.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "bank_id": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/script-master-labs-compliance-audit-api-x402-241d4015/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp-x402.onrender.com](https://www.zero.xyz/host/mcp-x402.onrender.com/llms.txt)
