# Gumroad (verified)

Sell digital products, memberships, and physical goods directly to your audience. Manage products, track sales, and handle payouts.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add gumroad

# Browse available tools
npx -y @smithery/cli@latest tool list gumroad

# Get full schema for a tool
npx -y @smithery/cli@latest tool get gumroad GUMROAD_GET_RESOURCE_SUBSCRIPTIONS

# Call a tool
npx -y @smithery/cli@latest tool call gumroad GUMROAD_GET_RESOURCE_SUBSCRIPTIONS '{}'
```

## Direct MCP Connection

Endpoint: `https://gumroad.run.tools`

## Tools (5)

- `GUMROAD_GET_RESOURCE_SUBSCRIPTIONS` — Tool to show all active subscriptions of the user for the input resource. Use when you need to review existing webhooks…
- `GUMROAD_GET_SALES` — Tool to retrieve all successful sales by the authenticated user. Use when you need to list your Gumroad sales, optional…
- `GUMROAD_GET_USER` — Tool to retrieve the authenticated user's data. Use when you need the current user's profile details after authenticati…
- `GUMROAD_SUBSCRIBE_TO_RESOURCE` — Tool to subscribe to a resource. Use when you need to receive real-time event webhooks after creating your webhook endp…
- `GUMROAD_UNSUBSCRIBE_FROM_RESOURCE` — Tool to unsubscribe from a resource. Use after verifying the subscription ID exists to remove webhook.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get gumroad <tool-name>
```
