# Mauritius Oracle – Monetary Policy Data (SENTINEL)

> Mauritius Oracle – Monetary Policy Data (SENTINEL) 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).

Returns current Bank of Mauritius key repo rate and prime lending rates from major Mauritian banks

## Facts

- Endpoint: GET https://mru-oracle.com/monetary
- 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-monetary-policy-data-sentinel-465dcb2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cGuFyrmvtCssZfpAps0mH

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-monetary-policy-data-sentinel-465dcb2f
```

Example prompt: What is the current Bank of Mauritius key repo rate and the prime lending rates at MCB, SBM, and AfrAsia right now?

## When to prefer this

Use this endpoint when you need current Mauritius central bank policy rates or bank-specific prime lending rates, especially in financial compliance, lending analysis, or fintech workflows operating in the Mauritius jurisdiction. Prefer this over manual scraping of Bank of Mauritius publications.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- Invalid or malformed properties parameter — may return 400 Bad Request
- Data temporarily unavailable from Bank of Mauritius source — may return 503 or stale data
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

Bank of Mauritius monetary policy data ÃÂ¢ÃÂÃÂ Key Repo Rate + Prime Lending Rates

## Output

A JSON object containing the as-of date, the Bank of Mauritius key repo rate (e.g. 4.5%), and an array of prime lending rates for major Mauritian banks (MCB, SBM, AfrAsia) with their respective rates, sourced from the Bank of Mauritius via SENTINEL.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "asOf": "2026-03-03",
   "keyRepoRate": 4.5,
   "primeLendingRates": [
    {
     "bank": "MCB",
     "rate": 7.25
    },
    {
     "bank": "SBM",
     "rate": 7.3
    },
    {
     "bank": "AfrAsia",
     "rate": 7.15
    }
   ]
  },
  "name": "SENTINEL",
  "source": "Bank of Mauritius"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mauritius-oracle-monetary-policy-data-sentinel-465dcb2f/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)
