hk_market_snapshot
Pack: hk-stocks · Endpoint: https://gateway.pipeworx.io/hk-stocks/mcp
Hong Kong stock market snapshot — closing levels and daily change for the whole Hang Seng index family: the Hang Seng Index (恒生指数, HSI), Hang Seng China Enterprises Index (恒生中国企业指数, HSCEI, the H-share benchmark), Hang Seng TECH Index (恒生科技指数, HSTECH), Hang Seng China-Affiliated Corporations Index (恒生香港中资企业指数, HSCCI, red chips), and the HSI Volatility Index (恒指波幅指数, VHSI). Answers ‘Hang Seng index today’, ‘how did Hong Kong stocks close’, ‘恒生指数最新收盘点位和涨跌幅’, ‘恒生科技指数’, ‘HSCEI level’, ‘Hong Kong market close’. Each index returns level, change, change %, open, day high/low and 52-week high/low. Source: Sina (keyless).
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/hk-stocks/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"hk_market_snapshot","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('hk_market_snapshot', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"hk-stocks": {
"url": "https://gateway.pipeworx.io/hk-stocks/mcp"
}
}
}
See Getting Started for client-specific install steps.