Gumroad MCPServer

rmarescu
GitHub
E-commerceAPI IntegrationDeveloper Tools

Loading subscription status...

💡 Description

Model Context Protocol (MCP) server implementation for Gumroad, allowing MCP-compatible AI clients like Claude Desktop to interact with the Gumroad API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gumroad": {
        "env": {
          "GUMROAD_ACCESS_TOKEN": "<YOUR_TOKEN>"
        },
        "args": [
          "-y",
          "gumroad-mcp@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

gumroad_get_productsgumroad_get_productgumroad_disable_productgumroad_enable_productgumroad_get_salesgumroad_get_offer_codesgumroad_get_offer_codegumroad_create_offer_codegumroad_update_offer_codegumroad_delete_offer_codegumroad_get_user

Features

  • Manage Gumroad products
  • Track sales data
  • Handle offer codes
  • Access user information

💬 Example Queries

  • How were sales last month and a year ago?
  • Generate an interactive graph showing sales from last year.
  • List the best-selling products on Gumroad last year.
  • Show monthly trends for the best-selling products from last year.
  • Disable the product 'Product Name'.
  • Enable the product 'Product Name'.
  • List all offer codes for 'Product Name'.
  • Create a new offer code 'FAFO' that gives 99% off on 'Product Name'.
  • Delete the offer code 'abc123' from 'Product Name'.