Loading...
Loading...
Wind MCP Data Bridge Skill (v1.1.0, 6 servers / 19 tools). Route by `server_type`: (1) `quote` for market data (A-shares/Hong Kong stocks snapshots, daily/weekly/monthly K-lines, minute-level data); (2) `fund_data` for fund-related data (profile/finances/holdings/performance/holders/management company); (3) `stock_data` for in-depth stock data (profile/financial fundamentals/equity structure/events/technical indicators/risk); (4) `financial_docs` for document RAG (announcements/financial news); (5) `economic_data` for EDB macro + industry economic indicators; (6) `analytics_data` for general NL → Wind data. WIND_API_KEY is required (obtained by logging into the Developer Center at aimarket.wind.com.cn). Trigger scenarios: A-shares/Hong Kong stock codes/K-lines/minute-level data, any dimension of funds, stock financial reports/valuation, listed company announcements/financial news, macroeconomic data, cross-comparison of targets. **Excluded**: US stocks/European stocks/Japanese stocks, exchange rates/futures quotes, cryptocurrencies, non-financial data.
npx skill4agent add jsoncodechina/wind-skills wind-mcp-skillserver_type| Scenario | server_type |
|---|---|
| Latest market quotes, K-lines, minute-level data for A-shares/Hong Kong stocks | |
| Any dimension of funds (profile/finances/holdings/performance/holders/management company) | |
| Stock profile/financial fundamentals/equity structure/corporate events/technical indicators/risk | |
| Listed company announcements, financial news | |
| Macroeconomic, industry economic indicators (EDB) | |
| Uncertain attribution or cross-domain comprehensive queries (fallback) | |
All commands are run in the skill directory (cwd = skill root).
node scripts/cli.mjs list-tools <server_type>node scripts/cli.mjs call <server_type> <tool_name> '<params_json>'node scripts/cli.mjs open-portal~/.wind-aimarket/config| Tool | Description | Required Parameters |
|---|---|---|
| Real-time market snapshots (latest price/change range/trading volume) | |
| K-lines (daily/weekly/monthly, forward-adjusted/backward-adjusted/unadjusted) | |
| Minute-level market data | |
{question, lang?, version?}question| Tool | Description |
|---|---|
| Basic fund profile (code/abbreviation/investment style/performance benchmark/fees/current manager) |
| Fund finances (profit/net value/revenue/expenses/dividends) |
| Holdings + asset allocation (top holdings/Shenwan Wind CITIC industries/investment style) |
| Performance + rankings + ETF/secondary trading data |
| Holder structure (retail/institutional/subscription & redemption/scale changes) |
| Fund management company profile + manager team indicators |
{question, lang?, version?}question| Tool | Description |
|---|---|
| Basic stock profile (company information/core business/industry classification/IPO listing board) |
| Financial fundamentals (profitability/assets & liabilities/profit/cash flow/growth rate/leverage) |
| Equity + shareholders (total share capital/circulating shares/top 10 shareholders/actual controller/restricted share unlocks) |
| Events + capital operations (IPO/rights issue/placement/merger & acquisition/ST/compliance) |
| Technical indicators + trading (price change/MACD/KDJ/RSI/BOLL/margin trading/龙虎榜/limit up & down) |
| Risk indicators (Beta/Jensen Alpha/volatility/Sharpe) |
| Tool | Description | Parameters |
|---|---|---|
| Corporate announcements/regulatory documents/prospectuses/performance letters/letters to shareholders | |
| Financial news reports | Same as above |
| Tool | Description | Parameters |
|---|---|---|
| EDB macro/industry economic indicators (automatic NL → indicator ID) | |
⚠️ Current backend bug: Occasionalerror when using advanced parameters like specific year/freq/beginDate (reported to Wind backend, 2026-04-29). Simple NL questions pass stably (e.g.,'str' object has no attribute 'get'/"China GDP")."China new energy vehicle production and sales in the past 10 years"
{question, lang?, version?}| Tool | Description |
|---|---|
| Natural language → general Wind data (covers miscellaneous/cross-domain queries beyond fund/stock) |
# Market data
node scripts/cli.mjs call quote quote_get_indicators '{"windcode":"600519.SH","indexes":"NAME,MATCH,CHANGERANGE,VOLUME"}'
node scripts/cli.mjs call quote quote_get_kline '{"windcode":"600519.SH","period":"D","count":30}'
# In-depth stock data
node scripts/cli.mjs call stock_data get_stock_fundamentals '{"question":"Guizhou Moutai ROE and net profit growth rate in 2024"}'
node scripts/cli.mjs call stock_data get_stock_basicinfo '{"question":"Basic profile of 600519.SH"}'
# Fund data
node scripts/cli.mjs call fund_data get_fund_info '{"question":"Profile of E Fund Blue Chip Select 005827.OF"}'
node scripts/cli.mjs call fund_data get_fund_holdings '{"question":"Latest top holdings of 005827.OF"}'
# Document data
node scripts/cli.mjs call financial_docs get_company_announcements '{"query":"Guizhou Moutai 2024 annual report","top_k":3}'
node scripts/cli.mjs call financial_docs get_financial_news '{"query":"Fed interest rate policy","top_k":5}'
# Macroeconomic data
node scripts/cli.mjs call economic_data get_economic_data '{"metricIdsStr":"China GDP"}'
# General fallback
node scripts/cli.mjs call analytics_data get_financial_data '{"question":"Performance of CSI 500 in the past week"}'quotefund_datastock_datafinancial_docseconomic_dataanalytics_datalist-toolsopen-portaleconomic_data