macau_population
Pack: macau-stats · Endpoint: https://gateway.pipeworx.io/macau-stats/mcp
Macau’s total resident population (澳門總人口 / população total de Macau), quarterly, from DSEC. Answers “what is Macau’s population”.
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_population","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('macau_population', {});
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.