theYahia/hotmart-mcp
MCP server for Hotmart — digital products, sales, affiliates (Brazil)
Platform-specific configuration:
{
"mcpServers": {
"hotmart-mcp": {
"command": "npx",
"args": [
"-y",
"hotmart-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Hotmart digital products platform (Brazil).
| 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 |
{
"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>"
}
}
}
}| Variable | Required | Description | |---|---|---| | HOTMART_CLIENT_ID | Yes | OAuth client ID | | HOTMART_CLIENT_SECRET | Yes | OAuth client secret | | HOTMART_BASIC | Yes | Basic auth token |
MIT
Loading reviews...