macau_employment

Pack: macau-stats · Endpoint: https://gateway.pipeworx.io/macau-stats/mcp

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”.

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_employment","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('macau_employment', {});

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.

Regenerated from source · build September 7, 2026