MCP server exposing 2 tools for macau-amcm.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/macau-amcm/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
macau_fx_rates — Daily interbank mid exchange rates for the Macau pataca (MOP / 澳門元) against ~17 currencies (USD, HKD, CNY, EUR, GBP, JPY, KRW, SGD, TWD, AUD, CHF and more), from AMCM, the Monetary Authority of Macao (澳門金融管理局). Returns one dated row per currency per Macau business day with `mop_per_unit` (MOP per unit — the headline rate; MOP is pegged to HKD at ~1.03) and the currency's own conventional `market_quote`. Defaults to the last 7 days ending on the most recent published date; pass `begin`/`end` (YYYY-MM-DD, up to ~1 year per call) for history and `currency` (e.g. "CNY" or "USD,HKD,CNY") to filter. Answers "MOP to USD exchange rate", "Macau pataca vs RMB last week", "澳門元匯率".macau_monia — MONIA — the MOP Overnight Index Average (澳門元隔夜平均指數), Macau's overnight interbank reference rate in percent, published each Macau business day by AMCM, the Monetary Authority of Macao. The MOP equivalent of SOFR/HONIA for pricing pataca-denominated instruments. Defaults to the last 7 days ending on the most recent fixing; pass `begin`/`end` (YYYY-MM-DD, up to ~1 year per call) for history. Answers "Macau overnight interbank rate", "MONIA rate today", "MOP reference rate history".Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/macau-amcm/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io