ecommerce
Gumroad MCP, CLI, and Lua Integration for AI Agents
Gumroad integration docs for AI agents: MCP gateway setup, Gumroad CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Gumroad for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
gumroad- route_slug
gumroad- package
gumroad- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Gumroad CLIHeadless setup and direct function calls. Gumroad MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Gumroad MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Gumroad.
Claude Code Gumroad MCP setup for Claude Code. Cursor Gumroad MCP setup for Cursor. Codex Gumroad MCP setup for Codex. OpenAI Agents Gumroad MCP setup for OpenAI Agents SDK. Claude Agent SDK Gumroad MCP setup for Claude Agent SDK. Vercel AI SDK Gumroad MCP setup for Vercel AI SDK. LangChain Gumroad MCP setup for LangChain. LangGraph Gumroad MCP setup for LangGraph. CrewAI Gumroad MCP setup for CrewAI. MCP clients Gumroad MCP setup for Generic MCP Clients.
Gumroad CLI Matrix
Use these pages for direct Gumroad CLI workflows in scripts, CI, cron, and agent wrappers.
CI Gumroad CLI for CI. Cron Jobs Gumroad CLI for cron jobs. Shell Scripts Gumroad CLI for shell scripts. Headless Automation Gumroad CLI for headless automation. Coding Agents Gumroad CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
gumroad.gumroad_list_products | Read read | 0 | List all digital products in your Gumroad account. Returns product names, IDs, prices, and metadata. |
gumroad.gumroad_get_product | Read read | 1 | Get detailed information about a single Gumroad product by its ID. Returns full product data including description, price, variants, and purchase URL. |
gumroad.gumroad_list_sales | Read read | 4 | List sales from your Gumroad account. Optionally filter by product ID, date range, or page. Returns sale details including buyer info, amount, and product. |
gumroad.gumroad_list_subscribers | Read read | 2 | List all subscribers in your Gumroad account. Optionally filter by product ID to get subscribers for a specific membership or product. |
gumroad.gumroad_get_subscriber | Read read | 1 | Get detailed information about a single Gumroad subscriber by their ID. Returns subscriber status, email, and subscription details. |
gumroad.gumroad_list_offers | Read read | 0 | List all offers (discount codes) in your Gumroad account. Returns offer codes, discount amounts, and associated products. |
gumroad.gumroad_get_current_user | Read read | 0 | Get the profile of the currently authenticated Gumroad user. Useful to verify the connection and see account details. |