macau_gaming_revenue
Pack: macau-stats · Endpoint: https://gateway.pipeworx.io/macau-stats/mcp
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”.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/macau-stats/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"macau_gaming_revenue","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('macau_gaming_revenue', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"macau-stats": {
"url": "https://gateway.pipeworx.io/macau-stats/mcp"
}
}
}
See Getting Started for client-specific install steps.