# Mauritius Oracle Snapshot — SENTINEL Data Feed

> Mauritius Oracle Snapshot — SENTINEL Data Feed 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-15).

Returns a comprehensive real-time snapshot of Mauritius economic data including forex rates, fuel prices, stock index, macroeconomic indicators, weather, and monetary policy rate.

## Facts

- Endpoint: GET https://mru-oracle.com/snapshot
- Price: $0.005/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-snapshot-sentinel-data-feed-d9b3c4af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iW8_ISTrws3uorr913oZK

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-snapshot-sentinel-data-feed-d9b3c4af
```

Example prompt: Give me the latest Mauritius economic snapshot — I need the current USD/MUR forex rate, mogas95 fuel price, SEMDEX index, inflation and GDP figures, and the key repo rate all in one shot.

## When to prefer this

Choose this endpoint when you need a single aggregated real-time feed of Mauritius-specific economic, financial, and environmental data in one API call rather than querying multiple separate sources. Ideal for agents building Mauritius market dashboards, FX arbitrage monitoring, travel cost estimation, or compliance-adjacent economic context enrichment. The x402 micropayment model ($0.005 USDC) makes it cost-effective for frequent polling.

## Known failure modes

- Payment not provided or insufficient USDC — 402 Payment Required
- Upstream data source unavailable — may return stale or partial snapshot
- Network timeout on Base blockchain payment verification
- Invalid or missing x402 payment header — authentication failure
- Rate limiting if called excessively without valid micropayments

## How this service works

Complete Mauritius economic pulse ÃÂ¢ÃÂÃÂ forex + fuel + stocks + weather + macro + monetary in one call. Designed for AI agents needing full country context.

## Output

A JSON object containing: forex buy/sell rates for major currencies (EUR, USD) in MUR; retail petroleum price for mogas95 in both MUR and USD; SEMDEX stock index value and percent change; macro indicators (GDP growth, inflation, unemployment); Bank of Mauritius key repo rate; weather conditions at Vacoas (temp °C, humidity %); country metadata (name, ISO code, currency); and a snapshotAt timestamp in ISO 8601 format.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "fuel": {
   "mogas95": {
    "price_mur": 54.4,
    "price_usd": 1.18
   }
  },
  "name": "SENTINEL",
  "forex": {
   "EUR": {
    "buy": 53.79,
    "sell": 55.66
   },
   "USD": {
    "buy": 45.21,
    "sell": 46.87
   }
  },
  "macro": {
   "gdpGrowth": 6.8,
   "inflation": 3.9,
   "unemployment": 6.1
  },
  "stocks": {
   "SEMDEX": {
    "value": 2847.35,
    "changePercent": 0.44
   }
  },
  "country": "Mauritius",
  "isoCode": "MU",
  "weather": {
   "vacoas": {
    "temp_c": 23.4,
    "humidity_pct": 78
   }
  },
  "currency": "MUR",
  "monetary": {
   "keyRepoRate": 4.5
  },
  "snapshotAt": "2026-03-03T22:00:00.000Z"
 }
}
```

## More

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