KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Gumroad MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Gumroad.

Gumroad CLI Matrix

Use these pages for direct Gumroad CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.