Overview
What is tsrs-mcp-server?
The tsrs-mcp-server is a Rust-based data server that implements the Model Context Protocol (MCP) to provide a series of stock market data query interfaces using the TuShare API.
How to use tsrs-mcp-server?
To use the tsrs-mcp-server, you need to set up your TuShare API token in the .env file and then build and run the server using Rust and Cargo.
Key features of tsrs-mcp-server?
- Provides multiple tools for querying stock market data.
- Supports various data retrieval functions such as daily stock limits, hot stock rankings, and minute-level trading data.
- Easy integration with TuShare API for accessing financial data.
Use cases of tsrs-mcp-server?
- Retrieving daily stock limit data for analysis.
- Accessing hot stock rankings for investment decisions.
- Analyzing minute-level trading data for high-frequency trading strategies.
FAQ from tsrs-mcp-server?
- How do I set up the TuShare API token?
Copy the
.env.examplefile to.envand set your TuShare token in the.envfile.
- What programming language is used for this project?
The project is implemented in Rust.
- Is there any documentation available?
Yes, detailed documentation is provided in the project repository.