hongkong_unemployment_rate
Pack: censtatd-hk · Endpoint: https://gateway.pipeworx.io/censtatd-hk/mcp
Hong Kong’s headline labour-market figures in ONE call — unemployment rate (seasonally adjusted and
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
months | number | no | How many recent periods to return in the series (1-120, default 12). The headline fields always describe the newest. |
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/censtatd-hk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"hongkong_unemployment_rate","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('hongkong_unemployment_rate', {});
More examples
{
"months": 6
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"censtatd-hk": {
"url": "https://gateway.pipeworx.io/censtatd-hk/mcp"
}
}
}
See Getting Started for client-specific install steps.