Agent 一键安装

Cursor、Claude Code、Claude Desktop、OpenClaw / 小龙虾 等 Agent 中接入大模型智能报告:先在控制台创建 MCP Key ,在下方选择 Agent(或使用「自行安装」复制 JSON / 模板),配置 3 个 MCP 并加载 Skill。流程说明见 使用教程MCP 与 Skill

接入大模型智能报告:先在控制台创建 MCP Key,再选择你的 Agent,按对应方式安装 3 个 MCP 并加载 Skill。也可选「自行安装」仅复制 JSON / 模板。详见 MCP 与 Skill

选择 Agent

不同客户端配置入口不同;选中最贴近你环境的一项,下方步骤与按钮会随之调整。

1. 安装 MCP(3 个)· Cursor

  1. 在下方填入 MCP Key 后,对每个 MCP 点击「在 Cursor 中安装」;或 Settings → MCP → 粘贴完整 JSON。
  2. 需安装 3 个 MCP(产品目录、字段释义、数据拉取),缺一不可。

Cursor 用户可逐个一键安装;其他方式请使用下方 JSON。

mcp.json(完整 3 个 MCP)
{
  "mcpServers": {
    "haiyushuke-list-report-products": {
      "url": "https://console.haiyushuke.com/api/v1/mcp/list-report-products/stream",
      "headers": {
        "Authorization": "Bearer sk-hyr-你的密钥"
      }
    },
    "haiyushuke-get-report-product-guide": {
      "url": "https://console.haiyushuke.com/api/v1/mcp/get-report-product-guide/stream",
      "headers": {
        "Authorization": "Bearer sk-hyr-你的密钥"
      }
    },
    "haiyushuke-fetch-enterprise-data": {
      "url": "https://console.haiyushuke.com/api/v1/mcp/fetch-enterprise-data/stream",
      "headers": {
        "Authorization": "Bearer sk-hyr-你的密钥"
      }
    }
  }
}

模板文件:mcp-servers.template.json(可与上方 JSON 对照)

2. 加载 Skill · Cursor

  1. Project Rules 中添加 Skill URL,或在 Chat 粘贴「复制发给 Agent 的加载指令」。
  2. Skill 在线地址见下方「加载 Skill」区块。

将下方链接发给 Agent,或粘贴到 Cursor / Claude Code / 小龙虾 等对话框,即可加载智能报告 Skill。

Skill 文件:https://www.haiyushuke.com/download/haiyushuke-report-agent/SKILL.md

3. 开始尽调

让 Agent 先调用 list_report_products,再按 使用教程 完成 guide → fetch → 写报告。