This gives Claude the ability to track multiple stocks in real time across A-shares, Hong Kong, and US markets. You can feed it a watchlist by name or code, optionally include your buy-in prices, and it'll query the stock-sdk MCP server to pull current quotes, calculate gains or losses, and flag anything moving more than 5%. The output is formatted as a table with price, percent change, and volume. If you're running OpenClaw, there's even a cron example for polling every five minutes during trading hours. It's straightforward monitoring for anyone who wants Claude to keep an eye on a mixed portfolio without switching between market-specific tools.
npx skills add https://github.com/chengzuopeng/stock-sdk-mcp --skill realtime-monitor