logo毛毛虫AI

MCP Configuration Guide

本页面供 AI 助手(如 WorkBuddy、Claude Code、Cursor 等)读取后自动完成 MCP 接入配置。

将此页面链接发给你的 AI,它会自动解析下面的配置并帮你配置好。

🤖 AI Configuration Instruction (fill in your API KEY and send to AI)

复制整段指令,将 YOUR_API_KEY 替换成你的实际 KEY(格式:mmc_xxxx...),然后发给 WorkBuddy / Claude Code / Cursor 等 AI 助手。

Please add the following MCP service to your MCP configuration.

MCP Service Information:
- Service Name: mmc-finrpt
- Display Name: MaoMaoChong Stock Financial Reports MCP
- Service URL: https://mmcai.com.cn/mcp/finreport
- Transport Type: streamable_http
- Authentication: Add to HTTP request headers — Authorization: Bearer YOUR_API_KEY

Configure according to your platform (WorkBuddy / Claude Code / Cursor / Other). After configuration, enable the trust switch on the service.

Step 1: Get API KEY

  1. 打开 注册页面 创建账号
  2. 注册成功后立即保存下发的完整 KEY(格式为 mmc_xxxxxxxxxxx,仅显示一次)
  3. 如需重新生成,登录Dashboard → 我的 API 密钥 → 重新生成密钥

Step 2: Share this page with AI to auto-configure

在你的 AI 工具中输入以下内容:

Please visit https://your-domain/mcp-guide.html and follow the steps above to connect the MaoMaoChong MCP service to my MCP configuration.
My API KEY is: mmc_your_actual_key

Step 3: Manual configuration (if AI cannot auto-configure)

以下为各平台的 MCP 配置文件格式,如你的 AI 无法直接编辑配置,请手动操作:

WorkBuddy

编辑 ~/.workbuddy/mcp.json

{
  "mcpServers": {
    "mmc-finrpt": {
      "url": "https://mmcai.com.cn/mcp/finreport",
      "type": "streamable_http",
      "name": "毛毛虫股票财报MCP服务",
      "disabled": false,
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude Code / VS Code Cline

编辑 Claude Desktop 的 claude_desktop_config.json 或 Cline 的 MCP 设置:

{
  "mcpServers": {
    "mmc-finrpt": {
      "url": "https://mmcai.com.cn/mcp/finreport",
      "transport": "streamable-http",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Cursor

在 Cursor 设置 → MCP 中添加新服务器:

{
  "mcpServers": {
    "mmc-finrpt": {
      "url": "https://mmcai.com.cn/mcp/finreport",
      "transport": "sse"
    }
  }
}

⚠️ Cursor 的 Authorization 头需要在 UI 界面中单独添加,不能写在 JSON 里。在 Cursor MCP 设置的 Headers 栏添加:Authorization: Bearer YOUR_API_KEY

Other MCP-Compatible Platforms

只需提供以下三项信息即可接入任何 MCP 兼容客户端:

Endpoint: https://mmcai.com.cn/mcp/finreport
Transport: Streamable HTTP
Headers: Authorization: Bearer YOUR_API_KEY
Tools: list_reports / read_report / search_in_report / read_report_outline

Step 4: Verify Configuration

配置完成后,在你的 AI 工具中尝试以下对话:

List all available financial reports for Kweichow Moutai (600519)

如果能返回财报列表,说明配置成功 ✅

You can also visit https://mmcai.com.cn/health to check service status.

Available Tools

Tool NameDescription
list_reports列出指定 A 股公司的所有可用财报
read_report读取指定财报的行范围(单次最多 500 行)
search_in_report在财报中搜索关键词,返回匹配行
read_report_outline读取财报大纲(所有标题层级)