Labsco
rmarescu logo

Gumroad

β˜… 25

from rmarescu

Interact with the Gumroad API to access and manage your products, sales, and creator data.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredAdvanced setup

Gumroad MCP Server

<a href="https://smithery.ai/server/@rmarescu/gumroad-mcp"><img alt="Smithery Badge" src="https://smithery.ai/badge/@rmarescu/gumroad-mcp"></a> <video src="https://gist.github.com/user-attachments/assets/3750b072-053c-40a0-9c89-361f861350db" controls autoplay loop muted> Your browser does not support the video tag. </video>

Overview

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

The Model Context Protocol (MCP) allows AI assistants to interact with external tools and services.

Tools

Products

  • gumroad_get_products - Get all products
  • gumroad_get_product - Get a single product by ID
  • gumroad_disable_product - Disable a product
  • gumroad_enable_product - Enable a product

Sales

  • gumroad_get_sales - Get sales data

Offer Codes

  • gumroad_get_offer_codes - Get all offer codes for a product
  • gumroad_get_offer_code - Get a single offer code
  • gumroad_create_offer_code - Create a new offer code
  • gumroad_update_offer_code - Update an existing offer code
  • gumroad_delete_offer_code - Delete an offer code

User

  • gumroad_get_user - Get authenticated user data