Skip to main content
Glama
LiZhuBin

gumroad-mcp

by LiZhuBin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GUMROAD_ACCESS_TOKENYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues