stock-mcp-query
Stock MCP Query
Query historical stock market data including daily OHLCV, financial reports, index data, ETF data, and more through the MCP protocol.
Prerequisites
This skill requires:
- STOCK_MCP_TOKEN environment variable — a JWT token purchased from the management platform (nps_enhanced)
- STOCK_MCP_SERVER_URL environment variable (optional) — the MCP server URL, defaults to the URL provided at purchase time
Setup Check
Before using any data query tools, verify the environment is configured:
# Check if token exists
echo ${STOCK_MCP_TOKEN:+Token is set}${STOCK_MCP_TOKEN:-ERROR: STOCK_MCP_TOKEN not set}
More from yourdaylight/stock_datasource
stock-rt-subscribe
Subscribe to real-time stock market data via WebSocket long connection from receiver nodes (A-shares, HK stocks, ETFs). Use this skill when the user wants to monitor live stock prices, set up real-time alerts, or stream minute-level K-line data. The skill provides a WebSocket server that connects to receiver nodes and pushes real-time price updates to all connected clients.
44tushare-plugin-builder
This skill should be used when the user provides a Tushare API document URL and asks to generate a full plugin in this codebase, including extractor, schema, config, query service, and agent/MCP/http usage with testable curl examples.
11mcp-api-key-auth
This skill should be used when the user needs to set up, manage, or troubleshoot MCP API Key authentication and tool usage tracking for this stock data service. Use it when configuring external MCP clients (Claude Code, Cursor) to connect to the data service.
8stock-data-assistant
>
3