Metadata-Version: 2.4
Name: mcp_stock_calculator
Version: 0.1.0
Summary: A股技术指标计算器 - 提供MACD, RSI, KDJ, BOLL等常用技术指标计算
Home-page: https://github.com/yorkqqcom/mcp_stock_calculator
Author: YORK
Author-email: 27123167@qq.com
Keywords: stock,technical indicator,a-share,chinese stock,finance
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: flask>=2.0.0
Requires-Dist: pandas>=1.0.0
Requires-Dist: numpy>=1.18.0
Requires-Dist: akshare>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# mcp_stock_calculator

A股技术指标计算器，提供MACD, RSI, KDJ, BOLL, OBV, ATR等指标计算，并生成投资建议。

## 功能特性

- 支持多种技术指标计算
- 提供智能投资建议
- 生成适合大模型分析的提示词
- 简单的RESTful API服务

## 安装

```bash
pip install mcp_calculator_kel
