gumroad-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GUMROAD_ACCESS_TOKEN | Yes | Your Gumroad access token for API authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_productsA | Get all products from your Gumroad store |
| get_productB | Get a specific product by ID or name |
| get_salesB | Get recent sales from your Gumroad store |
| get_sales_summaryA | Get a summary of your Gumroad sales including total sales, revenue, and refunds |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct retrieval need: product list vs individual product detail, and recent sales vs aggregate sales summary. The singular/plural and 'summary' qualifiers make it easy for an agent to choose the right one.
All tool names follow the same get_<resource> pattern with consistent snake_case and a clear singular/plural convention. There are no mixed styles or vague verbs.
Four tools is a narrow, focused scope for a read-only Gumroad store data server. Each tool provides a distinct and useful view of the store without redundancy.
The read-only product and sales retrieval surface is reasonably complete, covering list/detail for products and list/summary for sales. Minor gaps remain such as no individual sale detail endpoint and no write operations, but these may be outside the server's intended scope.