QMT-MCP-Server
About
An MCP server that interfaces with the locally running MiniQMT trading system.
Details
- Author
- nnquant
- Downloads
- 505
- Categories
- Other, Finance
Jump to
- Account asset query
- Position information query
- Place orders
- Cancel orders
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
QMT-MCP-ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"qmt-mcp-server": {
"qmt-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"qmt-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
QMT-MCP-Server 是一个基于 MCP (Model Control Protocol) 的服务器应用,用于对接迅投 QMT 交易系统,提供股票交易相关的功能接口。
- Python >= 3.10
- 开通QMT交易权限,且本地已启动miniqmt
安装方法请参考https://docs.astral.sh/uv/getting-started/installation/#github-releases
git clone https://github.com/nnquant/qmt-mcp-server
{ "mcpServers": { "qmt-mcp-server": { "url": "http://localhost:8001/sse" } } }
- 请帮我查询我的账户持仓
- 以10元的价格购买100股600000.SH股票
- 以11元的价格购买100股平安银行股票
- (由于不同大模型的差异,部分情况下可能无法正确转换股票名称到股票代码,使用股票名称下单请谨慎)
- 使用前请确保 MiniQMT 系统正常运行
- 交易前请仔细核对账户信息
- 所有股票代码需要包含交易所后缀(.SH 或 .SZ)
- 本程序仅用于交流和学习,请谨慎用于实盘,本人不承担任何使用者使用本程序所造成的损失
AI trading memory layer for MT5/forex with 15 MCP tools — store/recall trades, pattern discovery, strategy evolution, and Outcome-Weighted Memory.
EUR settlement for AI agents. USDC/EURC to EUR via SEPA Instant. Trust scoring (KYA 0-100), market data, crypto analytics, AI tools.
Full-lifecycle algorithmic trading: describe strategies in plain English, AI generates code, backtest on real data, deploy live to 10+ brokers. Stocks, options, crypto, futures. Free tier available.
MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs
Free MCP server for real-time cryptocurrency data. 5 tools: get_price, get_market_overview, get_token_info, get_historical_prices, get_trending. 70+ tokens supported via CoinGecko API.
Provides real-time cryptocurrency market data using the CoinGecko API.
Live Stock Market Data, SEC Filings, Stock Screener, and analysis
Crypto research & trading MCP — swaps, earn, perps, Polymarket across major chains.
Financial market intelligence with 12 tools: real-time stock quotes, crypto prices, technical analysis (RSI, MACD, Bollinger Bands), market overview, and portfolio tracking. Zero API keys required.
Institutional-grade orderflow intelligence for AI agents. Detects spoofing, buy-absorption, and liquidity events with a 15-30s lead time over price action. Audited by Manus AI (0.85 confidence)
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



