hotmart-mcp
MCP server for Hotmart digital products platform (Brazil).
Tools (8)
| Tool | Description |
|---|---|
list_sales | List sales history |
get_sale | Get sale details |
list_subscriptions | List subscriptions |
cancel_subscription | Cancel a subscription |
list_products | List products |
get_commission | Get commission summary |
list_users | List users |
refund_purchase | Refund 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
| Variable | Required | Description |
|---|---|---|
HOTMART_CLIENT_ID | Yes | OAuth client ID |
HOTMART_CLIENT_SECRET | Yes | OAuth client secret |
HOTMART_BASIC | Yes | Basic auth token |
License
MIT