# mru-oracle.com Mauritius Retail Petroleum Prices

> mru-oracle.com Mauritius Retail Petroleum Prices 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-15).

Returns current and historical retail petroleum prices (Mogas and Gas Oil) in Mauritian Rupees from the State Trading Corporation of Mauritius

## Facts

- Endpoint: GET https://mru-oracle.com/fuel
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mru-oracle-com-5efdd3c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ibsjLrucvIB9QbTav0B7L

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 mru-oracle-com-5efdd3c6
```

Example prompt: What are the current retail petrol and diesel prices in Mauritius in MUR per litre, and can you show me how prices have changed over the past year?

## When to prefer this

Use this endpoint when you need official, government-sourced retail fuel prices specifically for Mauritius in MUR, including historical price change records. Prefer this over generic commodity APIs when the specific MUR-denominated Mauritius retail price is required rather than global crude or regional pump prices.

## Known failure modes

- Upstream STC website unavailable — stale or cached data may be returned
- Network timeout if the oracle cannot reach the source
- Empty history array if no historical data is available
- Price data may be delayed if STC has not yet published an update

## How this service works

Retail petroleum prices from State Trading Corporation of Mauritius

## Output

Returns a JSON object with current prices for Mogas (petrol) and Gas Oil (diesel) in MUR per litre, attributed to the State Trading Corporation of Mauritius, plus a dated price history list going back several years with each product's price at each change date, and a link to the official source.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "prices": [
    {
     "product": "Mogas 95 Unleaded",
     "price_mur": 54.4,
     "price_usd": 1.18
    },
    {
     "product": "Mogas 87 Unleaded",
     "price_mur": 50.3,
     "price_usd": 1.09
    },
    {
     "product": "Automotive Diesel",
     "price_mur": 46.5,
     "price_usd": 1.01
    },
    {
     "product": "Liquid Petroleum Gas (12.5kg)",
     "price_mur": 415,
     "price_usd": 9.01
    }
   ]
  },
  "name": "SENTINEL",
  "source": "State Trading Corporation",
  "scrapedAt": "2026-03-03T22:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mru-oracle-com-5efdd3c6/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)
