🎯

wind-mcp-skill

🎯Skill

from wind-alice/alicemarket

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add wind-alice/alicemarket --skill wind-mcp-skill
skills.sh Install⚠ Installs to .agents/skills/
$npx skills add wind-alice/alicemarket --skill wind-mcp-skill
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/wind-mcp-skill/SKILL.md
VibeIndex|
What it does
|

A Claude Code skill that connects to Wind financial data services, providing structured access to stock, fund, index, bond, macro-economic, and news data across Chinese and global markets through seven local MCP endpoints.

Overview

Wind MCP Skill connects Claude Code to Wind's authoritative financial data platform through seven specialized MCP servers. It routes queries by asset type (stocks, funds, indices, bonds, economic indicators, financial documents, and cross-asset analytics) and executes them via a local CLI. All answers are derived strictly from Wind's returned data, with no hallucinated commentary or supplementary guesses.

Key Features

  • Seven domain-specific data servers: stock_data (screening, quotes, K-lines, financials, shareholders), fund_data (funds/ETFs, NAV, holdings, performance), index_data (indices and sector boards), bond_data (bond profiles, issuer financials, valuations), financial_docs (announcements, annual/quarterly reports, news), economic_data (macro indicators, industry stats, exchange rates), and analytics_data (cross-asset aggregation, weighted averages, rankings)
  • Automatic intent routing: A structured four-step pipeline (route, call, read receipt, finalize) determines which server and tool to invoke based on the user's question, with a clear priority order for ambiguous queries
  • Multi-market coverage: Supports A-shares (Shanghai/Shenzhen), Hong Kong stocks, US stocks, and global macro indicators, with screening filters for market cap, price movement, sector, and more
  • Strict contract-based parameters: Each server has a dedicated reference contract file; the skill reads only the relevant contract and never fills parameters from memory

Who is this for?

  • Financial analysts and portfolio managers who need reliable, structured market data from Wind inside their coding workflow
  • Quant developers building screening and analysis pipelines who want to query Wind data directly from Claude Code
  • Researchers tracking macro-economic indicators, industry statistics, or corporate filings across Chinese and global markets
wind-mcp-skill

SKILL.md

154,075Installs
-
AddedSep 10, 2026