QMT-MCP-Server
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"qmt-mcp-server": {
"url": "http://localhost:8001/sse"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
QMT-MCP-Server 是一个基于 MCP (Model Control Protocol) 的服务器应用,用于对接迅投 QMT 交易系统,提供股票交易相关的功能接口。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Model Context Protocol Extension of Coinbase Agentkit
MaverickMCP - Personal Stock Analysis MCP Server
MCP Security Weekly
Get CVE alerts and security updates for Qmt Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
赋予大模型执行股票交易的能力!
QMT-MCP-Server 是一个基于 MCP (Model Control Protocol) 的服务器应用,用于对接迅投 QMT 交易系统,提供股票交易相关的功能接口。
本项目仅供交流学习使用,请谨慎用于实盘环境
使用前请先安装python包管理工具 uv
安装方法请参考 https://docs.astral.sh/uv/getting-started/installation/#github-releases
git clone https://github.com/nnquant/qmt-mcp-server
uv sync
uv run main.py
首次运行时,系统会提示输入必要的配置信息:
配置信息将自动保存在 xttrader.yaml 文件中。
{
"mcpServers": {
"qmt-mcp-server": {
"url": "http://localhost:8001/sse"
}
}
}