# MRU Oracle Country Intelligence Brief – Mauritius (MU)

> MRU Oracle Country Intelligence Brief – Mauritius (MU) 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 comprehensive country intelligence brief for Mauritius combining compliance risk assessment and live economic data across all 7 oracle feeds

## Facts

- Endpoint: GET https://mru-oracle.com/intelligence/country-brief/MU
- 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/mru-oracle-com-d04dbb01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lexkjo6dgqGCPIF6UTCOG

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-d04dbb01
```

Example prompt: Pull the full country intelligence brief for Mauritius — I need the combined compliance risk, AML watchlist exposure, and all live economic data feeds in one shot.

## When to prefer this

Use this endpoint when you need a single consolidated view of Mauritius combining compliance risk, AML signals, and live economic data rather than querying individual feeds separately. Ideal for due diligence workflows, onboarding checks, or periodic country risk monitoring where breadth across all 7 MRU oracle feeds is needed in one call.

## Known failure modes

- Network timeout if upstream oracle feeds are slow to respond
- Partial data if one or more of the 7 underlying feeds is temporarily unavailable
- Payment failure (402) if USDC balance is insufficient
- Rate limiting if too many requests in a short window

## How this service works

Complete country intelligence brief: compliance risk + live economic data. For Mauritius (MU) includes all 7 oracle feeds.

## Output

A comprehensive JSON intelligence brief for Mauritius (MU) combining: compliance and jurisdiction risk assessment, AML/watchlist screening signals, live MUR exchange rates from Bank of Mauritius, retail petroleum prices, Stock Exchange of Mauritius indices (SEMDEX, SEM-10, SEM-ASI, DEMEX), current weather from 35+ meteorological stations, and aggregate risk scoring across all 7 oracle feeds.

## Example request

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

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

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