tsrs-mcp-server
@hanxuanliang
About tsrs-mcp-server
tushare rust mcp server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is tsrs-mcp-server?
tsrs-mcp-server 是一个基于 Model Context Protocol (MCP) 的 Rust 实现的服务器,封装了 TuShare API,提供一系列股票市场数据查询工具,面向需要获取中国市场股票数据的开发者或量化交易者。
How to use tsrs-mcp-server?
复制 .env.example 为 .env 并设置 TuShare token,然后通过 cargo build --release 构建或直接下载对应平台的 release 产物。支持 Stdio 模式(默认执行 ./tsrs-mcp-server stdio)和 Streamable HTTP 模式(端点 http://127.0.0.1:8999)。
Key features of tsrs-mcp-server
- 提供多个 MCP 工具:连板晋级、热榜、涨跌停、概念题材等。
- 支持同花顺资金流向与板块资金流向数据。
- 支持 A 股分钟级交易数据。
- 基于 Rust 构建,性能高效。
- 支持 Stdio 和 HTTP 两种运行模式。
Use cases of tsrs-mcp-server
- 量化交易策略的回测与实时行情获取。
- 分析涨停板连板数据辅助短线交易决策。
- 监控同花顺热榜及概念板块资金流向。
- 获取开盘啦概念题材及其成分股详情。
FAQ from tsrs-mcp-server
需要哪些依赖或运行时环境?
Rust 和 Cargo 用于构建,运行前需在 .env 中设置 TuShare API token。
tsrs-mcp-server 支持哪些运行模式?
支持 Stdio 模式(默认)和 Streamable HTTP 模式(http://127.0.0.1:8999)。
数据从哪里获取?
所有数据均通过 TuShare API 获取,需用户自行申请 TuShare token。
如何安装和启动?
可以直接下载对应平台的 release 压缩包,执行 ./tsrs-mcp-server stdio 启动;或通过 cargo build --release 构建后运行。
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments