qmt-mcp-server
20
QMT-MCP-Server is designed to empower large models with the capability to conduct stock trading. It integrates with the XunTou QMT trading system to provide essential trading functionalities such as asset inquiry, order placement, and cancellation. This project is intended for learning and demonstration purposes, emphasizing caution in live trading environments.
QMT-MCP-Server
Empower large models to execute stock trading!
QMT-MCP-Server is a server application based on the Model Control Protocol (MCP) designed to interface with the XunTou QMT trading system, offering stock trading-related functional interfaces.
Features
- Account asset inquiry
- Portfolio information query
- Order placement
- Order cancellation
System Requirements
- Python >= 3.10
- QMT trading permission, MiniQMT must be running locally
Installation Instructions
- Clone the project locally
- Install dependencies using 'uv'
- Run the project with 'uv run main.py'
Configuration
- At the first run, necessary configuration information will be requested.
Usage Tips
- Select an appropriate MCP client and configure the MCP server accordingly.