Gumroad for your agents.
Connect Gumroad once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Gumroad.
What agents can do with Gumroad
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
gumroad_list_productsList all products for the authenticated user.
gumroad_get_userGet the authenticated user public info.
gumroad_list_salesList all sales with optional date filtering.
gumroad_list_subscribersList subscribers for a product.
gumroad_verify_licenseVerify a product license key. This endpoint does not require authentication.
gumroad_get_productGet details of a specific product by its ID.
gumroad_enable_licenseEnable a previously disabled license key for a product.
gumroad_disable_licenseDisable a license key so it can no longer be verified.
gumroad_create_productCreate a new product with name, description, price, and file URL.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Settings, then Advanced.
- Scroll to the API section and click Create Application.
- Enter a name and use http://127.0.0.1 as the Redirect URI.
- Click Generate access token and copy the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Gumroad to Even: call connect_begin("gumroad") on the even-connect MCP and walk me through it.
Query Gumroad sales and subscriber lists, then verify product license keys for customers.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.