TuShare (Chinese Financial Data)
Summary
A Rust-based MCP server for TuShare financial data API, providing structured access to Chinese market data including stock listings, concept themes, money flow statistics, and minute-level price data. The implementation uses a custom derive macro system to handle API responses and includes models for various financial data types like limit-up stocks, concept lists, and trading statistics. The server supports multiple platforms through GitHub Actions workflows that build releases for macOS, Windows, and both x86_64 and ARM architectures.
Available Actions(9)
limit_step
获取每天连板个数晋级的股票. Parameters: trade_date, start_date, end_date, nums
ths_hot
获取同花顺App热榜数据. Parameters: trade_date
kpl_list
获取涨跌停板数据. Parameters: tag, start_date, end_date
kpl_concept
获取开盘啦概念题材列表. Parameters: trade_date
kpl_concept_cons
获取开盘啦概念题材的成分股. Parameters: trade_date, ts_code
limit_cpt_list
获取每天涨停股票最多的概念板块. Parameters: trade_date, start_date, end_date
moneyflow_ths
获取同花顺个股资金流向数据. Parameters: ts_code, trade_date, start_date, end_date
moneyflow_cnt_ths
获取同花顺概念板块每日资金流向. Parameters: trade_date, start_date, end_date
stk_mins
获取A股分钟数据. Parameters: ts_code, freq, start_date, end_date
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation