# ScriptMasterLabs Compliance Audit API

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

Runs a pay-per-call compliance audit against a bank or financial institution, returning compliance status and findings via the x402 micropayment protocol.

## Facts

- Endpoint: POST https://mcp-x402-discovery.onrender.com/x402/compliance-audit
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-compliance-audit-api-d4582572
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ccDjmdSXErzscfXYV4-AU

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 scriptmasterlabs-compliance-audit-api-d4582572 -d '<json body>'
```

Example prompt: Can you run a compliance audit on the bank with ID 'BANK-001234' and tell me whether it passes federal regulatory standards?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call compliance audit on a specific bank by ID, especially within a workflow that already uses x402 micropayment infrastructure on Base (USDC) or Robinhood Chain (USDG). It is well-suited for agents doing one-off due diligence or regulatory checks without a subscription.

## Known failure modes

- Missing or invalid bank_id returns an error or empty result
- Payment not provided or insufficient funds triggers a 402 Payment Required response
- Unrecognized bank_id may return no findings or a not-found error
- Service may be unavailable if the Render.com host is cold-starting
- Rate limiting or invalid API key returns 401/403

## 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

Returns a compliance audit result object for the specified bank ID, likely including compliance status (pass/fail), regulatory findings, flags, and relevant audit details. The example response schema is sparse, so exact fields may vary.

## 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/scriptmasterlabs-compliance-audit-api-d4582572/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp-x402-discovery.onrender.com](https://www.zero.xyz/host/mcp-x402-discovery.onrender.com/llms.txt)
