AI看线 - A股技术分析与AI预测工具
About
Python-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
Details
- Author
- QuantML-Github
- GitHub stars
- 333
- Downloads
- 1,220
- Categories
- Finance
Jump to
- 使用AKShare获取A股历史交易、财务和新闻数据
- 计算MA、MACD、KDJ、RSI、布林带等多种技术指标
- 生成静态PNG和交互式HTML K线图及技术指标图表
- 利用多模态AI(如通义千问视觉模型)分析历史数据并预测走势
- 提供简洁美观的Web界面进行交互式分析
- 支持MCP协议,通过LLM自然语言交互随时分析股票
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
AI看线 - A股技术分析与AI预测工具Command (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
支持三种使用方式:命令行运行python main.py --stock_code 000001;启动Web服务python web_app.py后访问http://localhost:5000输入股票代码;或通过MCP Server(uv run mcp_server.py)在LLM客户端配置streamable-http端点http://localhost:8000/mcp交互分析。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ai\u770b\u7ebf - a\u80a1\u6280\u672f\u5206\u6790\u4e0eai\u9884\u6d4b\u5de5\u5177": {
"AI-Kline": {
"command": "python",
"args": [
"main.py",
"--stock_code",
"000001",
"--period",
"1\u5e74",
"--save_path",
"./output"
]
}
}
}
}
McpServers
{
"AI-Kline": {
"command": "python",
"args": [
"main.py",
"--stock_code",
"000001",
"--period",
"1\u5e74",
"--save_path",
"./output"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
