MCP server exposing 6 tools for macau-stats.
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-stats/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
macau_indicators — Catalogue of Macau's 143 official key statistical indicators (population, visitor arrivals, gaming revenue, CPI, unemployment, crime, births/deaths, and more) from DSEC (Macao Statistics and Census Service / 澳門統計暨普查局). Returns each indicator's id, name in English, 中文 (Traditional Chinese) and Portuguese, and reporting frequency. Pass `query` to filter by keyword (matches any language); omit it to list all 143. Use this to find the right id/name for `macau_indicator`. Answers "what economic indicators does Macau publish", "find Macau's tourism statistics".macau_indicator — Latest published value (and, when a reliable match exists, recent history) for one of Macau's 143 DSEC key indicators. Pass either the numeric `id` from `macau_indicators`, or a `name` keyword (English, 中文 or Portuguese, e.g. "gross revenue of games of chance", "population", "turismo"). Always returns the current value with its reference period and unit; `periods` (default 24) additionally attempts a historical series by matching the indicator against DSEC's general statistics database — this succeeds for many series but not all (some key indicators, notably gaming revenue, exist only as a curated latest-value widget with no general-catalog counterpart), in which case `history` is null and `history_note` explains why. Sourced from DSEC's public TimeSeriesDatabase.asmx web service.macau_gaming_revenue — Macau's monthly gross revenue of games of chance (澳門博彩毛收入 / receita bruta dos jogos de fortuna ou azar) — the headline casino-gaming-revenue figure, in million MOP, from DSEC. This is the SAME monthly number the gaming regulator DICJ publishes as an HTML table, sourced here as clean structured data. Answers "what was Macau's gaming revenue in August 2026", "Macau casino revenue this month".macau_population — Macau's total resident population (澳門總人口 / população total de Macau), quarterly, from DSEC. Answers "what is Macau's population".macau_tourism — Macau visitor arrivals (訪澳旅客人數 / chegadas de visitantes a Macau), monthly, from DSEC — the headline tourism-volume figure. Answers "how many tourists visited Macau", "Macau visitor arrivals this month".macau_employment — Macau's labour-market snapshot from DSEC: overall unemployment rate, total employment and overall median monthly employment earnings (each on its own DSEC reporting cycle — unemployment/employment are rolling 3-month, earnings quarterly). Answers "what is Macau's unemployment rate", "Macau employment statistics".Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/macau-stats/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io