> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# MCP Prompts

MCP prompts 是 MCP 服务暴露的可复用工作流。它们帮助用户提出一致的问题，也帮助 AI 客户端选择正确工具。

<h2 id="recommended-prompts">
  推荐 prompts
</h2>

| Prompt                           | 用途                  |
| -------------------------------- | ------------------- |
| market\_overview                 | 汇总选定交易对的市场状态。       |
| market\_microstructure\_analysis | 分析价差、深度、近期成交和流动性情况。 |
| portfolio\_risk\_assessment      | 审查仓位、敞口、保证金和清算风险。   |
| position\_management             | 帮助用户理解仓位状态和可选动作。    |
| liquidation\_protection          | 识别清算风险和降风险方案。       |
| funding\_rate\_opportunity       | 对比资金费率和可能机会。        |
| create\_optimal\_order           | 在预览前规划订单参数。         |
| hedging\_strategy                | 探索已有敞口的对冲方案。        |
| trading\_consultation            | 输出结构化交易分析，不执行订单。    |

<h2 id="prompt-safety-rules">
  提示词安全规则
</h2>

* 不应把提示词输出视为财务建议。
* 除非用户明确要求，不调用交易工具。
* create 前必须预览。
* 解释假设和数据来源。
* 公开文档优先使用测试网示例。