stock-mcp-query
Installation
SKILL.md
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}