# Mauritius Oracle Country Brief

> Mauritius Oracle Country Brief is a paid API for AI agents from mru-oracle.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a country intelligence brief for a given country code, including economic data (forex, macro, monetary) and compliance risk indicators such as FATF status and AML risk level.

## Facts

- Endpoint: GET https://mru-oracle.com/intelligence/country-brief/%7Bcode%7D
- Price: $0.01/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-country-brief-557d5909
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2i02798hm1NRTi1naiLVS

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-country-brief-557d5909
```

Example prompt: Pull the country intelligence brief for Mauritius (country code MU) — I need the FATF compliance status, overall AML risk level, and the latest macro and forex economic data.

## When to prefer this

Use this endpoint when you need a combined country-level economic and AML/CFT compliance brief in a single call, especially for jurisdictions relevant to Mauritius-linked transactions or when FATF status and risk classification are required for due diligence or onboarding workflows.

## Known failure modes

- Invalid or unsupported country code returns an error or empty data
- Payment failure (insufficient USDC balance or x402 protocol error) results in 402 response
- Country code not recognized returns a 404 or status error
- Service temporarily unavailable returns 5xx
- Malformed input schema results in 400 bad request

## How this service works

Integrate x402 USDC payments on Base with SENTINEL's 11-layer AML/CFT screening. Wallet KYA reports, compliance APIs, and Mauritius data feeds for agents and developers.

## Output

A JSON object containing the country code, economic data (forex, macro, monetary sub-objects), and compliance risk details including a risk level classification and FATF monitoring status.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok",
  "country_code": "MU",
  "economic_data": {
   "forex": {},
   "macro": {},
   "monetary": {}
  },
  "compliance_risk": {
   "risk_level": "medium",
   "fatf_status": "monitored"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mauritius-oracle-country-brief-557d5909/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)
