loading…
Search for a command to run...
loading…
An MCP server for the Hotmart digital products platform that enables management of sales, subscriptions, and products. It provides tools for listing users, proc
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.
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"hotmart-mcp": {
"command": "npx",
"args": []
}
}
}