# Mauritius Oracle — Jurisdiction Compliance Check

> Mauritius Oracle — Jurisdiction Compliance Check is a paid API for AI agents from mru-oracle.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns AML/CFT compliance risk profile for Mauritius jurisdiction, including FATF status, Basel AML score, and tax haven classification

## Facts

- Endpoint: POST https://mru-oracle.com/compliance/jurisdiction
- 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/mauritius-oracle-jurisdiction-compliance-data-via-sentinel-52dfa136
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9_cFgF2eCq-NXdtV5sD-A

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-jurisdiction-compliance-data-via-sentinel-52dfa136 -d '<json body>'
```

Example prompt: Can you pull the SENTINEL AML compliance profile for Mauritius — I need the FATF status, Basel AML score, and whether it's flagged as a tax haven before we onboard this client?

## When to prefer this

Use this endpoint when you need a structured, multi-dimensional AML/CFT compliance snapshot specifically for Mauritius, including FATF status, Basel AML score, and tax haven classification — especially when integrating crypto-native compliance workflows that support x402 micropayment gating on Base.

## Known failure modes

- Invalid or missing schema field returns error response
- Unsupported jurisdiction may return empty or null data
- Payment failure via x402 results in 402 response blocking data access
- Network timeout if oracle data feeds are unavailable

## How this service works

Sentinel AML Intelligence: 179-country FATF/Basel AML/CPI jurisdiction risk scoring

## Output

Returns a JSON object with status, service name (Sentinel AML Intelligence), risk_level (e.g. 'medium'), FATF monitoring status, ISO country code (MU), country name (Mauritius), tax haven boolean, and Basel AML index score (e.g. 4.71)

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok",
  "service": "Sentinel AML Intelligence",
  "risk_level": "medium",
  "fatf_status": "monitored",
  "country_code": "MU",
  "country_name": "Mauritius",
  "is_tax_haven": true,
  "basel_aml_score": 4.71
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mauritius-oracle-jurisdiction-compliance-data-via-sentinel-52dfa136/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)
