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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
获取每天连板个数晋级的股票. 主要参数: trade_date, start_date, end_date, nums. 返回数据: 股票代码、名称、交易日期、连板次数.
获取同花顺App热榜数据. 主要参数: trade_date. 返回数据: 股票信息、排名、热度、概念等.
获取涨跌停板数据. 主要参数: tag, start_date, end_date. 返回数据: 涨跌停详细信息、成交数据等.
获取开盘啦概念题材列表. 主要参数: trade_date. 返回数据: 题材代码、名称、涨停数量等.
获取开盘啦概念题材的成分股. 主要参数: trade_date, ts_code. 返回数据: 题材成分股详细信息.
获取每天涨停股票最多的概念板块. 主要参数: trade_date, start_date, end_date. 返回数据: 板块代码、名称、连板数据等.
获取同花顺个股资金流向数据. 主要参数: ts_code, trade_date, start_date, end_date. 返回数据: 资金流向详细数据.
获取同花顺概念板块每日资金流向. 主要参数: trade_date, start_date, end_date. 返回数据: 板块资金流向数据.
获取A股分钟数据. 主要参数: ts_code, freq, start_date, end_date. 返回数据: 分钟级别的交易数据.