Metadata-Version: 2.4
Name: jiaoling-433-mcp
Version: 0.1.13
Summary: 郊零 433 MCP 服务，返回结构化数据与面向大模型的攻略提示词
Project-URL: Homepage, http://119.29.160.124:9292/
Project-URL: Documentation, http://119.29.160.124:9292/
Project-URL: Source, http://119.29.160.124:9292/
Author-email: JiaoLing Strategy Lab <support@example.com>
License: MIT
License-File: LICENSE
Keywords: etf,finance,market-data,mcp,stocks
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.11
Requires-Dist: fastmcp<3.0.0,>=2.10.6
Requires-Dist: httpx<1.0.0,>=0.27.0
Requires-Dist: pydantic<3.0.0,>=2.8.0
Description-Content-Type: text/markdown

# 郊零 433 MCP

这是一个可通过 `uvx` 启动的 MCP 服务，负责向大模型返回结构化数据和对应的攻略提示词。

## 本地运行

```bash
cd MCP
uvx --from . jiaoling-433-mcp
```

如需切换后端地址：

```bash
JIAOLING_API_BASE_URL=http://127.0.0.1:8000 uvx --from . jiaoling-433-mcp
```

## 主要工具

- `list_curated_products_data`
- `get_data`

## 说明

- 工具返回结果中包含 `prompt` 字段，上层模型应优先遵循
- `get_data` 接收 `amout` 参数，用于生成与预算相关的结构化结果
- 具体路由与内部配置属于部署细节，不在文档中展开
