Skip to main content
Glama

hotmart-mcp

将 Claude(或任何 MCP 客户端)连接到您的 Hotmart 账户。涵盖销售、订阅、会员专区、产品、优惠券等功能。

安装

pip install git+https://github.com/thaleslaray/hotmart-mcp.git

配置

  1. developers.hotmart.com 获取您的凭据 → 创建应用 → 复制 Client IDClient SecretBasic

  2. 将其粘贴到 .mcp.json(或 claude_desktop_config.json)中:

{
  "mcpServers": {
    "hotmart": {
      "command": "hotmart-mcp",
      "env": {
        "HOTMART_CLIENT_ID": "cole_aqui",
        "HOTMART_CLIENT_SECRET": "cole_aqui",
        "HOTMART_BASIC_AUTH": "cole_aqui"
      }
    }
  }
}
  1. 重启 Claude。完成。

功能介绍

用自然语言提问:

  • “我上个月卖了多少?”

  • “列出本周取消的订阅”

  • “为产品 X 创建一个 20% 的优惠券”

  • “谁观看了超过 80% 的模块 Y?”

  • “退款销售 HP12345”

遇到问题?

请提交 issue

许可证

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thaleslaray/hotmart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server