# Mauritius FSC Licensee & Offshore Leaks AML Screen

> Mauritius FSC Licensee & Offshore Leaks AML Screen is a paid API for AI agents from mru-oracle.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Screens an entity name against Mauritius FSC licensed entities, ICIJ offshore leaks (Panama/Pandora Papers etc.), PEPs, and adverse media across 5,743 Mauritius-specific records

## Facts

- Endpoint: POST https://mru-oracle.com/compliance/mauritius
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mauritius-fsc-licensee-offshore-leaks-aml-screen-07eb531f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TJyluoc_cSZ4_OGCgPL3s

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-fsc-licensee-offshore-leaks-aml-screen-07eb531f -d '<json body>'
```

Example prompt: Run an AML compliance check on 'Apex Capital Management Ltd' against the Mauritius FSC licensee registry, ICIJ offshore leaks, PEP lists, and adverse media using the Sentinel Mauritius database.

## When to prefer this

Choose this endpoint when you specifically need Mauritius-jurisdiction AML intelligence — FSC licensee verification, ICIJ offshore leak screening, or Mauritius-specific PEP and adverse media checks. It complements broader global sanctions screening (use the 1.1M+ record endpoint for OFAC/UN/EU) with deep Mauritius-local coverage. Ideal for onboarding Mauritius-domiciled entities, funds, or individuals in a regulated financial context.

## Known failure modes

- Empty or ambiguous entity name returns no matches or low-confidence results
- Entity name spelling variations may cause false negatives — exact or near-match logic dependent on implementation
- Dataset limited to 5,743 records — may not cover all Mauritius entities
- Payment failure via x402 results in 402 response with no data returned
- Rate limiting or server errors return 5xx responses

## How this service works

Sentinel AML Intelligence: Mauritius FSC licensees, ICIJ offshore leaks, PEPs, adverse media (5 743 records)

## Output

Returns a structured AML intelligence report indicating whether the queried entity matches records across the Mauritius FSC licensee registry, ICIJ offshore leak datasets (Panama Papers, Pandora Papers, etc.), PEP lists, and adverse media, drawn from a corpus of 5,743 Mauritius-specific compliance records. Includes match details, source attribution, and risk indicators.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mauritius-fsc-licensee-offshore-leaks-aml-screen-07eb531f/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)
