MCP.so
登录

QMT-MCP-Server

@nnquant

关于 QMT-MCP-Server

QMT-MCP-Server

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

nnquant

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "qmt-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is QMT-MCP-Server?

QMT-MCP-Server is a server application based on the Model Context Protocol (MCP) that connects to the Xuntou QMT trading system, enabling large language models to execute stock trading operations. It is intended for learning and exchange purposes only and should be used cautiously in live trading environments.

How to use QMT-MCP-Server?

Install the uv package manager, clone the repository, run uv sync to install dependencies, then execute uv run main.py. On first run, the server prompts for the MiniQMT path and funding account, saving configuration to xttrader.yaml. The server exposes an SSE endpoint at http://localhost:8001/sse for MCP clients.

Key features of QMT-MCP-Server

  • Account asset query
  • Position information query
  • Place orders
  • Cancel orders

Use cases of QMT-MCP-Server

  • Query current account holdings
  • Buy a specified number of shares at a given price
  • Purchase stocks with a percentage of available capital
  • Combine with other MCP services for end‑to‑end stock selection and trading

FAQ from QMT-MCP-Server

What are the runtime requirements?

Python 3.10 or higher, a valid QMT trading account, and a locally running MiniQMT instance.

How is the configuration stored?

Configuration (MiniQMT path and funding account) is saved automatically in the xttrader.yaml file after the first run.

What format should stock codes use?

All stock codes must include the exchange suffix, e.g., .SH for Shanghai or .SZ for Shenzhen.

Can stock names be used directly in orders?

Stock names may not be correctly converted to codes by some models; using stock codes is recommended for reliability.

Is this server safe for live trading?

No. The project is for learning and communication only. The author assumes no responsibility for any losses incurred from using this software in live environments.

评论

其他 分类下的更多 MCP 服务器