# Hotmart — MCP server on mcp.ai > Plataforma de produtos digitais Hotmart, vendas (histórico, resumo, comissões), assinaturas (listar, cancelar, reativar) e produtos via API oficial. Gere suas credenciais (Client ID + Client Secret) em Ferramentas → Credenciais de API no painel Hotmart. By: mcp.ai · official Page: https://mcp.ai/hotmart ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_hotmart?ms=1781045700000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/hotmart/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/hotmart/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/hotmart/skill.md Postman collection (v2.1): https://mcp.ai/hotmart/postman.json ## Tools - hotmart_list_accounts(account?: string) — Lista contas Hotmart (creators) vinculadas a este install — id, label e apelido. - hotmart_products(max_results?: integer, page_token?: string, account?: string) — Lista produtos do creator na Hotmart (filtros opcionais: max_results, page_token). - hotmart_sales_commissions(start_date?: string, end_date?: string, product_id?: string, transaction_status?: string, buyer_email?: string, max_results?: integer, page_token?: string, account?: string, product_ids?: string[]) — Leitura de vendas na Hotmart (Payments API). - hotmart_sales_history(start_date?: string, end_date?: string, product_id?: string, transaction_status?: string, buyer_email?: string, max_results?: integer, page_token?: string, account?: string, product_ids?: string[]) — Leitura de vendas na Hotmart (Payments API). - hotmart_sales_price_details(start_date?: string, end_date?: string, product_id?: string, transaction_status?: string, buyer_email?: string, max_results?: integer, page_token?: string, account?: string, product_ids?: string[]) — Leitura de vendas na Hotmart (Payments API). - hotmart_sales_summary(start_date?: string, end_date?: string, product_id?: string, transaction_status?: string, buyer_email?: string, max_results?: integer, page_token?: string, account?: string, product_ids?: string[]) — Leitura de vendas na Hotmart (Payments API). - hotmart_subscriptions_list(subscriber_code?: string, product_id?: string, subscriber_email?: string, status?: string, max_results?: integer, page_token?: string, account?: string, product_ids?: string[]) — Leitura de assinaturas na Hotmart. - hotmart_subscriptions_purchases(subscriber_code?: string, product_id?: string, subscriber_email?: string, status?: string, max_results?: integer, page_token?: string, account?: string, product_ids?: string[]) — Leitura de assinaturas na Hotmart. - hotmart_subscriptions_summary(subscriber_code?: string, product_id?: string, subscriber_email?: string, status?: string, max_results?: integer, page_token?: string, account?: string, product_ids?: string[]) — Leitura de assinaturas na Hotmart. - hotmart_subscriptions_write_cancel(subscriber_codes: string[], send_mail?: boolean, charge?: boolean, account?: string) — Mutações em assinaturas Hotmart. - hotmart_subscriptions_write_reactivate(subscriber_codes: string[], send_mail?: boolean, charge?: boolean, account?: string) — Mutações em assinaturas Hotmart. ## Example prompts - "Quanto vendi na Hotmart nos últimos 30 dias?" - "Liste minhas assinaturas ativas" - "Cancele a assinatura do subscriber_code X" ## Links Docs: https://mcp.ai/docs/mcps/hotmart Website: https://mcp.ai/mcps/hotmart