# ScriptMasterLabs Excluded Parties Check API

> ScriptMasterLabs Excluded Parties Check API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Checks whether a given entity appears on federal excluded parties or sanctions lists, settled via x402 micropayment in USDC on Base.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/excluded-parties-check
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-excluded-parties-check-api-13211751
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rY3a-vWlkMFcwZPI5HWUy

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-excluded-parties-check-api-13211751
```

Example prompt: Can you check whether Acme Construction LLC is on any federal excluded parties or debarment lists before we onboard them as a government contractor?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call federal excluded parties and debarment screening settled in USDC via x402 micropayments — ideal for agent workflows requiring on-demand compliance checks without subscription commitments, particularly for federal contracting, vendor onboarding, or RWA-adjacent due diligence scenarios.

## Known failure modes

- Missing or malformed entity name input returns an error or empty result
- Entity name ambiguity may produce false negatives if spelling differs from listed record
- Payment failure via x402 prevents the call from completing
- Service unavailability on the Render-hosted endpoint returns a 5xx error
- No result found does not guarantee the entity is clear — only that no exact match was found

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns a compliance result indicating whether the queried entity appears on federal excluded parties, debarment, or sanctions lists, along with any matching record details such as exclusion type, agency, and effective dates.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-excluded-parties-check-api-13211751/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
