AI / MCP Ready
Companion MCP Server — one command to integrate with Cursor / Claude / Gemini and 4 built-in quantitative analysis Skills
Zero-dependency, lightweight SDK for browser and Node.js to get real-time quotes and K-line data for A-Share / HK / US stocks and funds
import { StockSDK } from 'stock-sdk';
const sdk = new StockSDK();
// Get A-Share real-time quotes
const quotes = await sdk.getSimpleQuotes(['sh000001', 'sz000858', 'sh600519']);
quotes.forEach(q => {
console.log(`${q.name}: ${q.price} (${q.changePercent}%)`);
});If you're a frontend engineer, you may have encountered these problems:
Stock SDK's goal is simple:
Let frontend engineers elegantly get stock quote data using familiar JavaScript / TypeScript.
One command to give your AI assistant real-time stock data capabilities:
{
"mcpServers": {
"stock-sdk": {
"command": "npx",
"args": ["-y", "stock-sdk-mcp"]
}
}
}After configuration, ask directly in Cursor / Claude:
👉 Full MCP setup guide | 📖 Learn about AI Skills
🌐 Stock Dashboard | 📦 NPM | 🎮 Playground