# Mauritius Oracle Watchlist Screening — SENTINEL AML/CFT

> Mauritius Oracle Watchlist Screening — SENTINEL AML/CFT is a paid API for AI agents from mru-oracle.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Screens an entity name or identifier against global sanctions and watchlists using SENTINEL's 11-layer AML/CFT intelligence engine

## Facts

- Endpoint: POST https://mru-oracle.com/compliance/watchlist
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mauritius-oracle-sentinel-watchlist-screening-c89d64e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dodo67XDmrHaueHvL1jQp

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 mauritius-oracle-sentinel-watchlist-screening-c89d64e7 -d '<json body>'
```

Example prompt: Can you screen 'Acme Corporation' against global sanctions and watchlists — I need to know if they appear on OFAC SDN or any other AML/CFT list before we proceed with onboarding?

## When to prefer this

Choose this endpoint when you need multi-layer AML/CFT sanctions screening across global watchlists including OFAC SDN, and want results via a pay-per-call USDC micropayment model at $0.002. Ideal for agents doing compliance due diligence on counterparties, vendors, or wallet owners in a Mauritius or broader regulatory context.

## Known failure modes

- Missing or empty query schema field returns an error
- No matches found returns results array with zero hits and total_hits=0
- Invalid input format may return a 400-level error
- Payment failure via x402 prevents request from being processed
- Watchlist data temporarily unavailable returns service error

## How this service works

Sentinel AML Intelligence: search 1.1M+ OFAC/UN/EU sanctions, PEPs, Interpol, World Bank debarment, crypto watchlists

## Output

Returns a JSON object with the query term, a status field, total hit count, and an array of results — each result includes the watchlist type (e.g. 'sanctions'), the specific source list (e.g. 'OFAC SDN'), and the matched primary name. Powered by SENTINEL AML Intelligence.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "query": "Acme Corp",
  "status": "ok",
  "results": [
   {
    "_list": "sanctions",
    "source_list": "OFAC SDN",
    "primary_name": "ACME CORPORATION"
   }
  ],
  "service": "Sentinel AML Intelligence",
  "total_hits": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mauritius-oracle-sentinel-watchlist-screening-c89d64e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mru-oracle.com](https://www.zero.xyz/host/mru-oracle.com/llms.txt)
