# Mauritius Oracle Macro Economic Indicators

> Mauritius Oracle Macro Economic Indicators 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 key Mauritius macroeconomic indicators (GDP growth, inflation, unemployment, tourist arrivals, FDI) sourced from World Bank data via the SENTINEL platform

## Facts

- Endpoint: GET https://mru-oracle.com/macro
- 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-macro-economic-indicators-5bb6d39f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FlSYthA4Ss2e3CNFqfNGa

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-macro-economic-indicators-5bb6d39f
```

Example prompt: Can you pull the latest Mauritius macroeconomic indicators — GDP growth, inflation, unemployment, tourist arrivals, and FDI — for 2024 from the SENTINEL oracle?

## When to prefer this

Use this endpoint when you need official Mauritius macroeconomic statistics (GDP, inflation, unemployment, tourism, FDI) in a structured JSON format, especially within a context requiring x402 micropayment-gated compliance infrastructure or when integrating with SENTINEL's AML/CFT stack. Prefer this over generic economic APIs when Mauritius-specific, World Bank-sourced, pay-per-call data is needed.

## Known failure modes

- Missing or malformed properties parameter may return empty or default dataset
- Payment failure (x402) if USDC balance insufficient — returns 402 Payment Required
- Service unavailability returns 5xx error with no data
- World Bank source data may be lagged or not updated in real time
- Schema mismatch if properties filter references unknown indicator names

## How this service works

All Mauritius macro indicators (GDP, CPI, unemployment, tourism, FDI, population) from World Bank

## Output

A JSON object containing an array of macroeconomic indicators for Mauritius, each with a name, unit, year (2024), and value — sourced from World Bank data via SENTINEL. Includes GDP growth rate (%), CPI inflation (%), unemployment rate (%), tourist arrivals (persons), and FDI inflows (USD million).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "indicators": [
    {
     "name": "GDP Growth Rate",
     "unit": "%",
     "year": 2024,
     "value": 6.8
    },
    {
     "name": "CPI Inflation",
     "unit": "%",
     "year": 2024,
     "value": 3.9
    },
    {
     "name": "Unemployment Rate",
     "unit": "%",
     "year": 2024,
     "value": 6.1
    },
    {
     "name": "Tourist Arrivals",
     "unit": "persons",
     "year": 2024,
     "value": 1430000
    },
    {
     "name": "FDI Inflows",
     "unit": "USD million",
     "year": 2024,
     "value": 312.4
    }
   ]
  },
  "name": "SENTINEL",
  "source": "World Bank"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mauritius-oracle-macro-economic-indicators-5bb6d39f/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)
