Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GUMROAD_BASE_URL | No | Custom URL for self-hosted Gumroad instances (the server automatically appends /v2) | |
GUMROAD_ACCESS_TOKEN | Yes | Your Gumroad API access token generated from the Gumroad Settings > Advanced page |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
gumroad_get_user | Retrieves the authenticated user's data. Available with any scope. |
gumroad_get_product | Retrieves a single product by its ID |
gumroad_get_products | Retrieves all of the products |
gumroad_get_sales | Retrieves all of the successful sales |
gumroad_disable_product | Disables a product by its ID |
gumroad_enable_product | Enables a product by its ID |
gumroad_get_offer_codes | Retrieves all offer codes for a product |
gumroad_get_offer_code | Retrieves a single offer code by its ID for a specific product |
gumroad_create_offer_code | Creates a new offer code for a product |
gumroad_update_offer_code | Updates the max purchase count of an existing offer code for a product |
gumroad_delete_offer_code | Deletes an offer code for a product |