mcpbeat Sign in

Gumroad MCP Server

answering

Gumroad is answering right now. Last checked 11 min ago. It exposes 20 tools. Last commit 1 Sep 2026.

Read products, sales, subscribers and offer codes; verify, enable and disable product licenses.

Uptime history 47 days of history · worst day 21%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
20
Tools
read from the server
163 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Gumroad every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add gumroad --transport http https://gumroad.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gumroad": {
      "url": "https://gumroad.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gumroad]
url = "https://gumroad.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "gumroad": {
      "url": "https://gumroad.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gumroad": {
      "url": "https://gumroad.usefulapi.io/mcp"
    }
  }
}

Available tools 20

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

gumroad
gumroad_create_offer_code
Create a new offer code (discount code) on a product. Gumroad REST: POST /v2/products/{product_id}/offer_codes.
gumroad_disable_license
Disable a product's license key. Gumroad REST: PUT /v2/licenses/disable.
gumroad_disable_product
Disable (unpublish) a product so it can no longer be sold. Gumroad REST: PUT /v2/products/{id}/disable.
gumroad_enable_license
Enable a product's license key. Gumroad REST: PUT /v2/licenses/enable.
gumroad_enable_product
Enable (publish) a product so it can be sold. Gumroad REST: PUT /v2/products/{id}/enable.
gumroad_get_offer_code
Get a single offer code on a product by id. Gumroad REST: GET /v2/products/{product_id}/offer_codes/{id}.
gumroad_get_product
Get a single product by id. Gumroad REST: GET /v2/products/{id}.
gumroad_get_sale
Get a single sale by id. Gumroad REST: GET /v2/sales/{id}.
gumroad_get_subscriber
Get a single subscriber by id. Gumroad REST: GET /v2/subscribers/{id}.
gumroad_get_user
Get the authenticated user associated with the current Gumroad access token. Gumroad REST: GET /v2/user.
gumroad_get_variant_category
Get a single variant category on a product by id. Gumroad REST: GET /v2/products/{product_id}/variant_categories/{id}.
gumroad_list_custom_fields
List a product's custom fields (extra fields collected at checkout). Gumroad REST: GET /v2/products/{product_id}/custom_fields.
gumroad_list_offer_codes
List a product's offer codes (discount codes). Gumroad REST: GET /v2/products/{product_id}/offer_codes.
gumroad_list_products
List all of the authenticated user's products. Gumroad REST: GET /v2/products.
gumroad_list_resource_subscriptions
List the authenticated user's resource subscriptions (webhooks) for a given resource/event name. Gumroad REST: GET /v2/resource_subscriptions.
gumroad_list_sales
List/filter the authenticated user's successful sales, most recent first. Supports date, email, product/order filters and cursor pagination via page_key. Gumroad REST: GET /v2/sales.
gumroad_list_subscribers
List a membership/subscription product's subscribers, optionally filtered by buyer email. Gumroad REST: GET /v2/products/{product_id}/subscribers.
gumroad_list_variant_categories
List a product's variant categories (option groups). Gumroad REST: GET /v2/products/{product_id}/variant_categories.
gumroad_update_offer_code
Update an existing offer code on a product (its code text and/or its max purchase count). Gumroad REST: PUT /v2/products/{product_id}/offer_codes/{id}.
gumroad_verify_license
Verify a license key for a product (checks validity and returns purchase details). By default this does NOT increment the uses count (no side effect). Gumroad REST: POST /v2/licenses/verify.

Endpoints

URLTransportStateLatencyChecked
https://gumroad.usefulapi.io/mcp streamable-http answering 261 ms 11 min ago

Alternatives to Gumroad

same job, measured the same way
Temp Mail
by temp-mail

Disposable email inboxes for AI agents — read messages and verification codes.

answering
Nanocart MCP
by bytebunny-io

Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.

72 installs/wk answering
EmptyInbox
by cnohall

Zero-config disposable email inboxes for AI agents: create, read mail, await verify codes.

459 installs/wk local only
smails
by pexni

Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP.

56 installs/wk local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

381 installs/wk local only
DeployIt Product Expert
by deployit

AI product expert answering from live source code, with sources and a verification status.

3 tools answering
Mailchimp
by usefulapi

Read audiences, members, campaigns and reports; add, update, tag and archive subscribers.

18 tools answering
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

29 installs/wk local only

Gumroad — questions

Answers built from our own checks of this server.

What can Gumroad do?
It exposes 20 tools, read directly from the server on our last check. Among them: gumroad_create_offer_code, gumroad_disable_license, gumroad_disable_product, gumroad_enable_license, gumroad_enable_product, gumroad_get_offer_code and 14 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Gumroad working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 163 ms. The bar chart above shows every period we have measured.
How do I connect Gumroad?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Gumroad need an API key?
No. Gumroad completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 20 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Gumroad?
It answers our handshake in 163 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Gumroad open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.