Lemon squeezy

Lemon squeezy

Lemon Squeezy is a platform designed to simplify payments, taxes, and subscriptions for software companies, offering a powerful API and webhooks for seamless integration.

221VIEWS
2864USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app lemon_squeezynpx @composio/cli add cursor --app lemon_squeezynpx @composio/cli add cursor --app lemon_squeezynpx @composio/cli add cursor --app lemon_squeezy

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Customer

Tool to create a new customer. use after verifying the store exists and you need to add a customer to it. example: "create a customer john doe with email johndoe@example.com in store 1."

List All Affiliates

Tool to list all affiliates. use when you need to retrieve affiliates with optional filters and pagination.

List All Checkouts

Tool to list all checkouts. use when you need a paginated list of checkouts, optionally filtering by store or variant.

List All Customers

Tool to list all customers. use when you need a paginated list of customers with optional filters.

List All Discount Redemptions

Tool to list all discount redemptions. use when you need a paginated list of discount redemptions, optionally filtering by discount or order.

List All Discounts

Tool to list all discounts. use when you need a paginated list of discounts after confirming authentication.

List All License Key Instances

Tool to list all license key instances. use when you need a paginated list of license key instances, optionally filtering by license key id.

List All Order Items

Tool to list all order items. use when you need a paginated list of order items, optionally filtered by order, product, or variant.

List All Orders

Tool to list all orders. use when you need a paginated list of orders, optionally filtering by store or user email.

List All Prices

Tool to list all prices. use when you need a paginated list of all prices, optionally filtering by variant.

List All Products

Tool to list all products. use when you need to fetch your full product catalog.

List All Stores

Tool to list all stores. use when you need to retrieve every store belonging to the authenticated account.

List All Subscription Invoices

Tool to list all subscription invoices. use when you need a paginated list of subscription invoices with optional filters.

List All Subscription Items

Tool to list all subscription items. use when you need a paginated list of items across subscriptions for reporting or auditing.

List All Subscriptions

Tool to list all subscriptions. use when you need a paginated list of subscriptions, optionally filtered by store, order, product, or status.

List All Usage Records

Tool to list all usage records. use when you need a paginated list of usage records, optionally filtered by subscription item id.

List All Variants

Tool to list all variants. use after selecting a product to retrieve its variants, optionally filtered by status.

List All Webhooks

Tool to list all webhooks. use when you need to retrieve registered webhooks, optionally filtered by store. use after confirming your store id.

18 actions available