Metadata-Version: 2.4
Name: mcp-akshare-hust
Version: 0.1.0
Summary: A Model Context Protocol server for AKShare stock data
Author-email: Your Name <your.email@example.com>
Maintainer-email: Your Name <your.email@example.com>
Project-URL: Homepage, https://github.com/okevinok/stock-analysis-mcp/tree/main/mcp-akshare-main
Keywords: mcp,akshare,stock,financial-data,model-context-protocol
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: akshare>=1.16.76
Requires-Dist: fastmcp>=2.0.0
Requires-Dist: pandas>=2.3.1
Requires-Dist: urllib3>=2.2.3
Requires-Dist: requests>=2.32.3
Requires-Dist: beautifulsoup4>=4.12.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: isort>=5.12; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"

# mcp-akshare 项目

将akshare数据接口转换为MCP工具格式的Python项目

## 功能

- 将akshare数据接口转换为标准的MCP工具格式
- 提供统一的API调用方式
- 支持多种金融数据接口

## mcp使用
### 直接使用
```json
{
  "mcpServers": {
    "mcp-akshare": {
      "command": "uvx",
      "args": [
        "mcp-akshare-hust"
      ]
    }
}
```
### 源码使用
```bash
git clone https://github.com/August1996/mcp-akshare.git
```

> 其中mcp-akshare_dir是mcp-akshare项目的路径
```json
{
  "mcpServers": {
    "mcp-akshare": {
      "command": "uvx",
      "args": [
        "mcp-akshare_dir"
      ]
    }
}
```

## 贡献
更多接口参考：https://akshare.akfamily.xyz/data/stock/stock.html
欢迎新增更多实用的数据接口提交Pull Request或Issue



## 许可证

MIT License
