hotmart-mcp

thaleslaray/hotmart-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated today
Hotmart API MCP server — sales, subscriptions, club, products, coupons, tickets, negotiation. Auto-generated from OpenAPI.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hotmart-mcp": {
      "command": "uvx",
      "args": [
        "hotmart-mcp"
      ]
    }
  }
}

Or install with pip: pip install hotmart-mcp

README Excerpt

Hotmart API MCP server — 28 tools auto-generated from the official Hotmart OpenAPI 3.0.3 spec, exposed via [FastMCP](https://github.com/jlowin/fastmcp). Optional Code Mode collapses everything into 3 meta-tools (`search`, `get_schema`, `execute`) when available. An MCP server that wraps the public Hotmart Developer API (`developers.hotmart.com`) so Claude or any MCP client can manage sales, subscriptions, club (members area), products, coupons, support tickets, and negotiation flows.