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.

コメント

「その他」の他のコンテンツ