# Mauritius Oracle Forex Rate Lookup

> Mauritius Oracle Forex Rate Lookup 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 live buy/mid/sell exchange rates for a specified currency against the Mauritian Rupee (MUR), sourced from Mauritius data feeds.

## Facts

- Endpoint: GET https://mru-oracle.com/forex/%7Bcurrency%7D
- 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/mauritius-oracle-forex-rate-lookup-d506c05f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_orUvGuKV2Xlb982urkX_b

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-forex-rate-lookup-d506c05f
```

Example prompt: What are the current buy, mid, and sell rates for USD in Mauritius right now — pull it from the Mauritius Oracle forex feed?

## When to prefer this

Use this endpoint when you specifically need official Mauritian Rupee (MUR) exchange rates — buy, mid, and sell — as published by Mauritius data sources. Prefer this over generic forex APIs when the Mauritius market rate or STC-sourced pricing is required, or when integrating into a compliance-aware workflow that pairs forex data with SENTINEL AML/CFT screening.

## Known failure modes

- Unsupported or invalid currency code returns an error or empty response
- Stale data if the Mauritius source has not been recently scraped (check scrapedAt timestamp)
- Payment failure if the x402 USDC micropayment on Base cannot be processed
- Rate temporarily unavailable if the upstream Mauritius data feed is down

## How this service works

Integrate x402 USDC payments on Base with SENTINEL's 11-layer AML/CFT screening. Wallet KYA reports, compliance APIs, and Mauritius data feeds for agents and developers.

## Output

A JSON object containing the currency code, buy rate, mid rate, sell rate (all as numeric values), a human-readable currency label (e.g. 'USD 1'), and a scrapedat timestamp indicating when the rate was last fetched from the Mauritius data source.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "name": "SENTINEL",
  "rate": {
   "buy": 45.21,
   "mid": 46.04,
   "sell": 46.87,
   "currency": "USD 1"
  },
  "currency": "USD",
  "scrapedAt": "2026-03-03T22:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mauritius-oracle-forex-rate-lookup-d506c05f/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)
