MCP Hub
Back to servers

hotmart-mcp

An MCP server for the Hotmart digital products platform that enables management of sales, subscriptions, and products. It provides tools for listing users, processing refunds, and monitoring commissions.

glama
Updated
Apr 1, 2026

hotmart-mcp

MCP server for Hotmart digital products platform (Brazil).

Tools (8)

ToolDescription
list_salesList sales history
get_saleGet sale details
list_subscriptionsList subscriptions
cancel_subscriptionCancel a subscription
list_productsList products
get_commissionGet commission summary
list_usersList users
refund_purchaseRefund a purchase

Quick Start

{
  "mcpServers": {
    "hotmart": {
      "command": "npx",
      "args": ["-y", "@theyahia/hotmart-mcp"],
      "env": {
        "HOTMART_CLIENT_ID": "<YOUR_HOTMART_CLIENT_ID>",
        "HOTMART_CLIENT_SECRET": "<YOUR_HOTMART_CLIENT_SECRET>",
        "HOTMART_BASIC": "<YOUR_HOTMART_BASIC>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
HOTMART_CLIENT_IDYesOAuth client ID
HOTMART_CLIENT_SECRETYesOAuth client secret
HOTMART_BASICYesBasic auth token

License

MIT

Reviews

No reviews yet

Sign in to write a review