[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-lemon-squeezy-automation":3,"mdc-vnhx7t-key":53,"related-repo-composio-lemon-squeezy-automation":1203,"related-org-composio-lemon-squeezy-automation":1289},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":48,"sourceUrl":51,"mdContent":52},"lemon-squeezy-automation","Lemon Squeezy Automation","automate Lemon Squeezy store management","Automate Lemon Squeezy store management -- products, orders, subscriptions, customers, discounts, and checkout tracking -- using natural language through the Composio MCP integration.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[14,16,19,22,25],{"name":10,"slug":9,"type":15},"tag",{"name":17,"slug":18,"type":15},"Automation","automation",{"name":20,"slug":21,"type":15},"MCP","mcp",{"name":23,"slug":24,"type":15},"E-commerce","e-commerce",{"name":26,"slug":27,"type":15},"Payments","payments",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:46:58.890362",null,7603,[34,35,36,18,37,38,39,9,40,41,42,21,43,44,45,46,47],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":29,"stars":28,"forks":32,"topics":49,"description":50},[34,35,36,18,37,38,39,9,40,41,42,21,43,44,45,46,47],"A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows","https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills\u002Ftree\u002FHEAD\u002Fcomposio-skills\u002Flemon-squeezy-automation","---\nname: Lemon Squeezy Automation\ndescription: \"Automate Lemon Squeezy store management -- products, orders, subscriptions, customers, discounts, and checkout tracking -- using natural language through the Composio MCP integration.\"\ncategory: e-commerce\nrequires:\n  mcp:\n    - rube\n---\n\n# Lemon Squeezy Automation\n\nManage your Lemon Squeezy digital products business -- track orders, monitor subscriptions, analyze customers, review discounts, and audit checkouts -- all through natural language commands.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Flemon_squeezy](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Flemon_squeezy)\n\n---\n\n## Setup\n\n1. Add the Composio MCP server to your client configuration:\n   ```\n   https:\u002F\u002Frube.app\u002Fmcp\n   ```\n2. Connect your Lemon Squeezy account when prompted (API key authentication).\n3. Start issuing natural language commands to manage your store.\n\n---\n\n## Core Workflows\n\n### 1. Discover Stores and Products\nList all stores to get store IDs, then retrieve products and variants for a specific store.\n\n**Tools:** `LEMON_SQUEEZY_LIST_ALL_STORES`, `LEMON_SQUEEZY_LIST_ALL_PRODUCTS`, `LEMON_SQUEEZY_LIST_ALL_VARIANTS`\n\n**Example prompt:**\n> \"List all my Lemon Squeezy stores and their products\"\n\n**Key parameters:**\n- `LEMON_SQUEEZY_LIST_ALL_STORES` -- No parameters required\n- `LEMON_SQUEEZY_LIST_ALL_PRODUCTS` -- Filter by `filter[store_id]`\n- `LEMON_SQUEEZY_LIST_ALL_VARIANTS` -- Filter by `filter[product_id]`, `filter[status]` (pending\u002Fdraft\u002Fpublished)\n\n---\n\n### 2. Track Orders and Order Items\nRetrieve all orders with optional filtering by store, user email, or order number, and drill into individual order items.\n\n**Tools:** `LEMON_SQUEEZY_LIST_ALL_ORDERS`, `LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS`\n\n**Example prompt:**\n> \"Show all orders from johndoe@example.com in my Lemon Squeezy store\"\n\n**Key parameters for orders:**\n- `filter[store_id]` -- Filter by store ID\n- `filter[user_email]` -- Filter by customer email\n- `filter[order_number]` -- Filter by specific order number\n- `page[number]` \u002F `page[size]` -- Pagination (max 100 per page)\n\n**Key parameters for order items:**\n- `filter[order_id]`, `filter[product_id]`, `filter[variant_id]` -- Filter by related entity\n\n---\n\n### 3. Monitor Subscriptions\nList all subscriptions with rich filtering options to track recurring revenue.\n\n**Tool:** `LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS`\n\n**Example prompt:**\n> \"Show all active subscriptions in my Lemon Squeezy store\"\n\n**Key parameters:**\n- `filter[status]` -- Filter by status (e.g., `active`, `cancelled`)\n- `filter[store_id]` -- Filter by store\n- `filter[product_id]` -- Filter by product\n- `filter[user_email]` -- Filter by subscriber email\n- `filter[variant_id]` -- Filter by variant\n- `page[number]` \u002F `page[size]` -- Pagination (max 100 per page)\n\n---\n\n### 4. Manage Customers\nRetrieve customer records with details including email, MRR, total revenue, and customer portal URLs.\n\n**Tool:** `LEMON_SQUEEZY_LIST_ALL_CUSTOMERS`\n\n**Example prompt:**\n> \"Find the Lemon Squeezy customer with email johndoe@example.com\"\n\n**Key parameters:**\n- `filter[email]` -- Filter by exact email address\n- `filter[store_id]` -- Filter by store ID\n- `page[number]` \u002F `page[size]` -- Pagination (max 100 per page)\n\n---\n\n### 5. Audit Discounts and Redemptions\nList all discount codes and track how they have been redeemed across orders.\n\n**Tools:** `LEMON_SQUEEZY_LIST_ALL_DISCOUNTS`, `LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS`\n\n**Example prompt:**\n> \"Show all discounts for store 12345 and their redemption history\"\n\n**Key parameters for discounts:**\n- `filter[store_id]` -- Filter by store\n- `page[number]` \u002F `page[size]` -- Pagination\n\n**Key parameters for redemptions:**\n- `filter[discount_id]` -- Filter by discount\n- `filter[order_id]` -- Filter by order\n\n---\n\n### 6. Review Checkouts\nList all checkout sessions with optional filtering by store or variant.\n\n**Tool:** `LEMON_SQUEEZY_LIST_ALL_CHECKOUTS`\n\n**Example prompt:**\n> \"Show all checkouts for variant 42 in my Lemon Squeezy store\"\n\n**Key parameters:**\n- `filter[store_id]` -- Filter by store ID\n- `filter[variant_id]` -- Filter by variant ID\n\n---\n\n## Known Pitfalls\n\n- **Store ID is foundational**: Most filters require a `store_id`. Always call `LEMON_SQUEEZY_LIST_ALL_STORES` first to discover valid store IDs before filtering other resources.\n- **Pagination is mandatory for large datasets**: All list endpoints use `page[number]` \u002F `page[size]` pagination (max 100 per page). Do not assume the first page is complete.\n- **Filter parameter naming**: Lemon Squeezy uses bracket notation for filters (e.g., `filter[store_id]`, `page[number]`). Ensure exact parameter names are used.\n- **Subscription invoices vs. orders**: Subscription invoices (`LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_INVOICES`) are separate from one-time orders. Use the appropriate endpoint for your use case.\n\n---\n\n## Quick Reference\n\n| Action | Tool Slug | Required Params |\n|---|---|---|\n| List stores | `LEMON_SQUEEZY_LIST_ALL_STORES` | None |\n| List products | `LEMON_SQUEEZY_LIST_ALL_PRODUCTS` | None (optional filters) |\n| List variants | `LEMON_SQUEEZY_LIST_ALL_VARIANTS` | None (optional filters) |\n| List orders | `LEMON_SQUEEZY_LIST_ALL_ORDERS` | None (optional filters) |\n| List order items | `LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS` | None (optional filters) |\n| List subscriptions | `LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS` | None (optional filters) |\n| List customers | `LEMON_SQUEEZY_LIST_ALL_CUSTOMERS` | None (optional filters) |\n| List discounts | `LEMON_SQUEEZY_LIST_ALL_DISCOUNTS` | None (optional filters) |\n| List discount redemptions | `LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS` | None (optional filters) |\n| List checkouts | `LEMON_SQUEEZY_LIST_ALL_CHECKOUTS` | None (optional filters) |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":54,"body":57},{"name":5,"description":7,"category":24,"requires":55},{"mcp":56},[44],{"type":58,"children":59},"root",[60,67,73,93,97,104,137,140,146,153,158,188,196,205,213,267,270,276,281,302,309,325,333,387,395,422,425,431,436,451,458,466,473,556,559,565,570,584,591,605,612,650,653,659,664,685,692,700,708,736,744,768,771,777,782,796,803,811,818,840,843,849,941,944,950,1185,1188],{"type":61,"tag":62,"props":63,"children":64},"element","h1",{"id":4},[65],{"type":66,"value":5},"text",{"type":61,"tag":68,"props":69,"children":70},"p",{},[71],{"type":66,"value":72},"Manage your Lemon Squeezy digital products business -- track orders, monitor subscriptions, analyze customers, review discounts, and audit checkouts -- all through natural language commands.",{"type":61,"tag":68,"props":74,"children":75},{},[76,82,84],{"type":61,"tag":77,"props":78,"children":79},"strong",{},[80],{"type":66,"value":81},"Toolkit docs:",{"type":66,"value":83}," ",{"type":61,"tag":85,"props":86,"children":90},"a",{"href":87,"rel":88},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Flemon_squeezy",[89],"nofollow",[91],{"type":66,"value":92},"composio.dev\u002Ftoolkits\u002Flemon_squeezy",{"type":61,"tag":94,"props":95,"children":96},"hr",{},[],{"type":61,"tag":98,"props":99,"children":101},"h2",{"id":100},"setup",[102],{"type":66,"value":103},"Setup",{"type":61,"tag":105,"props":106,"children":107},"ol",{},[108,127,132],{"type":61,"tag":109,"props":110,"children":111},"li",{},[112,114],{"type":66,"value":113},"Add the Composio MCP server to your client configuration:\n",{"type":61,"tag":115,"props":116,"children":120},"pre",{"className":117,"code":119,"language":66},[118],"language-text","https:\u002F\u002Frube.app\u002Fmcp\n",[121],{"type":61,"tag":122,"props":123,"children":125},"code",{"__ignoreMap":124},"",[126],{"type":66,"value":119},{"type":61,"tag":109,"props":128,"children":129},{},[130],{"type":66,"value":131},"Connect your Lemon Squeezy account when prompted (API key authentication).",{"type":61,"tag":109,"props":133,"children":134},{},[135],{"type":66,"value":136},"Start issuing natural language commands to manage your store.",{"type":61,"tag":94,"props":138,"children":139},{},[],{"type":61,"tag":98,"props":141,"children":143},{"id":142},"core-workflows",[144],{"type":66,"value":145},"Core Workflows",{"type":61,"tag":147,"props":148,"children":150},"h3",{"id":149},"_1-discover-stores-and-products",[151],{"type":66,"value":152},"1. Discover Stores and Products",{"type":61,"tag":68,"props":154,"children":155},{},[156],{"type":66,"value":157},"List all stores to get store IDs, then retrieve products and variants for a specific store.",{"type":61,"tag":68,"props":159,"children":160},{},[161,166,167,173,175,181,182],{"type":61,"tag":77,"props":162,"children":163},{},[164],{"type":66,"value":165},"Tools:",{"type":66,"value":83},{"type":61,"tag":122,"props":168,"children":170},{"className":169},[],[171],{"type":66,"value":172},"LEMON_SQUEEZY_LIST_ALL_STORES",{"type":66,"value":174},", ",{"type":61,"tag":122,"props":176,"children":178},{"className":177},[],[179],{"type":66,"value":180},"LEMON_SQUEEZY_LIST_ALL_PRODUCTS",{"type":66,"value":174},{"type":61,"tag":122,"props":183,"children":185},{"className":184},[],[186],{"type":66,"value":187},"LEMON_SQUEEZY_LIST_ALL_VARIANTS",{"type":61,"tag":68,"props":189,"children":190},{},[191],{"type":61,"tag":77,"props":192,"children":193},{},[194],{"type":66,"value":195},"Example prompt:",{"type":61,"tag":197,"props":198,"children":199},"blockquote",{},[200],{"type":61,"tag":68,"props":201,"children":202},{},[203],{"type":66,"value":204},"\"List all my Lemon Squeezy stores and their products\"",{"type":61,"tag":68,"props":206,"children":207},{},[208],{"type":61,"tag":77,"props":209,"children":210},{},[211],{"type":66,"value":212},"Key parameters:",{"type":61,"tag":214,"props":215,"children":216},"ul",{},[217,227,243],{"type":61,"tag":109,"props":218,"children":219},{},[220,225],{"type":61,"tag":122,"props":221,"children":223},{"className":222},[],[224],{"type":66,"value":172},{"type":66,"value":226}," -- No parameters required",{"type":61,"tag":109,"props":228,"children":229},{},[230,235,237],{"type":61,"tag":122,"props":231,"children":233},{"className":232},[],[234],{"type":66,"value":180},{"type":66,"value":236}," -- Filter by ",{"type":61,"tag":122,"props":238,"children":240},{"className":239},[],[241],{"type":66,"value":242},"filter[store_id]",{"type":61,"tag":109,"props":244,"children":245},{},[246,251,252,258,259,265],{"type":61,"tag":122,"props":247,"children":249},{"className":248},[],[250],{"type":66,"value":187},{"type":66,"value":236},{"type":61,"tag":122,"props":253,"children":255},{"className":254},[],[256],{"type":66,"value":257},"filter[product_id]",{"type":66,"value":174},{"type":61,"tag":122,"props":260,"children":262},{"className":261},[],[263],{"type":66,"value":264},"filter[status]",{"type":66,"value":266}," (pending\u002Fdraft\u002Fpublished)",{"type":61,"tag":94,"props":268,"children":269},{},[],{"type":61,"tag":147,"props":271,"children":273},{"id":272},"_2-track-orders-and-order-items",[274],{"type":66,"value":275},"2. Track Orders and Order Items",{"type":61,"tag":68,"props":277,"children":278},{},[279],{"type":66,"value":280},"Retrieve all orders with optional filtering by store, user email, or order number, and drill into individual order items.",{"type":61,"tag":68,"props":282,"children":283},{},[284,288,289,295,296],{"type":61,"tag":77,"props":285,"children":286},{},[287],{"type":66,"value":165},{"type":66,"value":83},{"type":61,"tag":122,"props":290,"children":292},{"className":291},[],[293],{"type":66,"value":294},"LEMON_SQUEEZY_LIST_ALL_ORDERS",{"type":66,"value":174},{"type":61,"tag":122,"props":297,"children":299},{"className":298},[],[300],{"type":66,"value":301},"LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS",{"type":61,"tag":68,"props":303,"children":304},{},[305],{"type":61,"tag":77,"props":306,"children":307},{},[308],{"type":66,"value":195},{"type":61,"tag":197,"props":310,"children":311},{},[312],{"type":61,"tag":68,"props":313,"children":314},{},[315,317,323],{"type":66,"value":316},"\"Show all orders from ",{"type":61,"tag":85,"props":318,"children":320},{"href":319},"mailto:johndoe@example.com",[321],{"type":66,"value":322},"johndoe@example.com",{"type":66,"value":324}," in my Lemon Squeezy store\"",{"type":61,"tag":68,"props":326,"children":327},{},[328],{"type":61,"tag":77,"props":329,"children":330},{},[331],{"type":66,"value":332},"Key parameters for orders:",{"type":61,"tag":214,"props":334,"children":335},{},[336,346,357,368],{"type":61,"tag":109,"props":337,"children":338},{},[339,344],{"type":61,"tag":122,"props":340,"children":342},{"className":341},[],[343],{"type":66,"value":242},{"type":66,"value":345}," -- Filter by store ID",{"type":61,"tag":109,"props":347,"children":348},{},[349,355],{"type":61,"tag":122,"props":350,"children":352},{"className":351},[],[353],{"type":66,"value":354},"filter[user_email]",{"type":66,"value":356}," -- Filter by customer email",{"type":61,"tag":109,"props":358,"children":359},{},[360,366],{"type":61,"tag":122,"props":361,"children":363},{"className":362},[],[364],{"type":66,"value":365},"filter[order_number]",{"type":66,"value":367}," -- Filter by specific order number",{"type":61,"tag":109,"props":369,"children":370},{},[371,377,379,385],{"type":61,"tag":122,"props":372,"children":374},{"className":373},[],[375],{"type":66,"value":376},"page[number]",{"type":66,"value":378}," \u002F ",{"type":61,"tag":122,"props":380,"children":382},{"className":381},[],[383],{"type":66,"value":384},"page[size]",{"type":66,"value":386}," -- Pagination (max 100 per page)",{"type":61,"tag":68,"props":388,"children":389},{},[390],{"type":61,"tag":77,"props":391,"children":392},{},[393],{"type":66,"value":394},"Key parameters for order items:",{"type":61,"tag":214,"props":396,"children":397},{},[398],{"type":61,"tag":109,"props":399,"children":400},{},[401,407,408,413,414,420],{"type":61,"tag":122,"props":402,"children":404},{"className":403},[],[405],{"type":66,"value":406},"filter[order_id]",{"type":66,"value":174},{"type":61,"tag":122,"props":409,"children":411},{"className":410},[],[412],{"type":66,"value":257},{"type":66,"value":174},{"type":61,"tag":122,"props":415,"children":417},{"className":416},[],[418],{"type":66,"value":419},"filter[variant_id]",{"type":66,"value":421}," -- Filter by related entity",{"type":61,"tag":94,"props":423,"children":424},{},[],{"type":61,"tag":147,"props":426,"children":428},{"id":427},"_3-monitor-subscriptions",[429],{"type":66,"value":430},"3. Monitor Subscriptions",{"type":61,"tag":68,"props":432,"children":433},{},[434],{"type":66,"value":435},"List all subscriptions with rich filtering options to track recurring revenue.",{"type":61,"tag":68,"props":437,"children":438},{},[439,444,445],{"type":61,"tag":77,"props":440,"children":441},{},[442],{"type":66,"value":443},"Tool:",{"type":66,"value":83},{"type":61,"tag":122,"props":446,"children":448},{"className":447},[],[449],{"type":66,"value":450},"LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS",{"type":61,"tag":68,"props":452,"children":453},{},[454],{"type":61,"tag":77,"props":455,"children":456},{},[457],{"type":66,"value":195},{"type":61,"tag":197,"props":459,"children":460},{},[461],{"type":61,"tag":68,"props":462,"children":463},{},[464],{"type":66,"value":465},"\"Show all active subscriptions in my Lemon Squeezy store\"",{"type":61,"tag":68,"props":467,"children":468},{},[469],{"type":61,"tag":77,"props":470,"children":471},{},[472],{"type":66,"value":212},{"type":61,"tag":214,"props":474,"children":475},{},[476,501,511,521,531,541],{"type":61,"tag":109,"props":477,"children":478},{},[479,484,486,492,493,499],{"type":61,"tag":122,"props":480,"children":482},{"className":481},[],[483],{"type":66,"value":264},{"type":66,"value":485}," -- Filter by status (e.g., ",{"type":61,"tag":122,"props":487,"children":489},{"className":488},[],[490],{"type":66,"value":491},"active",{"type":66,"value":174},{"type":61,"tag":122,"props":494,"children":496},{"className":495},[],[497],{"type":66,"value":498},"cancelled",{"type":66,"value":500},")",{"type":61,"tag":109,"props":502,"children":503},{},[504,509],{"type":61,"tag":122,"props":505,"children":507},{"className":506},[],[508],{"type":66,"value":242},{"type":66,"value":510}," -- Filter by store",{"type":61,"tag":109,"props":512,"children":513},{},[514,519],{"type":61,"tag":122,"props":515,"children":517},{"className":516},[],[518],{"type":66,"value":257},{"type":66,"value":520}," -- Filter by product",{"type":61,"tag":109,"props":522,"children":523},{},[524,529],{"type":61,"tag":122,"props":525,"children":527},{"className":526},[],[528],{"type":66,"value":354},{"type":66,"value":530}," -- Filter by subscriber email",{"type":61,"tag":109,"props":532,"children":533},{},[534,539],{"type":61,"tag":122,"props":535,"children":537},{"className":536},[],[538],{"type":66,"value":419},{"type":66,"value":540}," -- Filter by variant",{"type":61,"tag":109,"props":542,"children":543},{},[544,549,550,555],{"type":61,"tag":122,"props":545,"children":547},{"className":546},[],[548],{"type":66,"value":376},{"type":66,"value":378},{"type":61,"tag":122,"props":551,"children":553},{"className":552},[],[554],{"type":66,"value":384},{"type":66,"value":386},{"type":61,"tag":94,"props":557,"children":558},{},[],{"type":61,"tag":147,"props":560,"children":562},{"id":561},"_4-manage-customers",[563],{"type":66,"value":564},"4. Manage Customers",{"type":61,"tag":68,"props":566,"children":567},{},[568],{"type":66,"value":569},"Retrieve customer records with details including email, MRR, total revenue, and customer portal URLs.",{"type":61,"tag":68,"props":571,"children":572},{},[573,577,578],{"type":61,"tag":77,"props":574,"children":575},{},[576],{"type":66,"value":443},{"type":66,"value":83},{"type":61,"tag":122,"props":579,"children":581},{"className":580},[],[582],{"type":66,"value":583},"LEMON_SQUEEZY_LIST_ALL_CUSTOMERS",{"type":61,"tag":68,"props":585,"children":586},{},[587],{"type":61,"tag":77,"props":588,"children":589},{},[590],{"type":66,"value":195},{"type":61,"tag":197,"props":592,"children":593},{},[594],{"type":61,"tag":68,"props":595,"children":596},{},[597,599,603],{"type":66,"value":598},"\"Find the Lemon Squeezy customer with email ",{"type":61,"tag":85,"props":600,"children":601},{"href":319},[602],{"type":66,"value":322},{"type":66,"value":604},"\"",{"type":61,"tag":68,"props":606,"children":607},{},[608],{"type":61,"tag":77,"props":609,"children":610},{},[611],{"type":66,"value":212},{"type":61,"tag":214,"props":613,"children":614},{},[615,626,635],{"type":61,"tag":109,"props":616,"children":617},{},[618,624],{"type":61,"tag":122,"props":619,"children":621},{"className":620},[],[622],{"type":66,"value":623},"filter[email]",{"type":66,"value":625}," -- Filter by exact email address",{"type":61,"tag":109,"props":627,"children":628},{},[629,634],{"type":61,"tag":122,"props":630,"children":632},{"className":631},[],[633],{"type":66,"value":242},{"type":66,"value":345},{"type":61,"tag":109,"props":636,"children":637},{},[638,643,644,649],{"type":61,"tag":122,"props":639,"children":641},{"className":640},[],[642],{"type":66,"value":376},{"type":66,"value":378},{"type":61,"tag":122,"props":645,"children":647},{"className":646},[],[648],{"type":66,"value":384},{"type":66,"value":386},{"type":61,"tag":94,"props":651,"children":652},{},[],{"type":61,"tag":147,"props":654,"children":656},{"id":655},"_5-audit-discounts-and-redemptions",[657],{"type":66,"value":658},"5. Audit Discounts and Redemptions",{"type":61,"tag":68,"props":660,"children":661},{},[662],{"type":66,"value":663},"List all discount codes and track how they have been redeemed across orders.",{"type":61,"tag":68,"props":665,"children":666},{},[667,671,672,678,679],{"type":61,"tag":77,"props":668,"children":669},{},[670],{"type":66,"value":165},{"type":66,"value":83},{"type":61,"tag":122,"props":673,"children":675},{"className":674},[],[676],{"type":66,"value":677},"LEMON_SQUEEZY_LIST_ALL_DISCOUNTS",{"type":66,"value":174},{"type":61,"tag":122,"props":680,"children":682},{"className":681},[],[683],{"type":66,"value":684},"LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS",{"type":61,"tag":68,"props":686,"children":687},{},[688],{"type":61,"tag":77,"props":689,"children":690},{},[691],{"type":66,"value":195},{"type":61,"tag":197,"props":693,"children":694},{},[695],{"type":61,"tag":68,"props":696,"children":697},{},[698],{"type":66,"value":699},"\"Show all discounts for store 12345 and their redemption history\"",{"type":61,"tag":68,"props":701,"children":702},{},[703],{"type":61,"tag":77,"props":704,"children":705},{},[706],{"type":66,"value":707},"Key parameters for discounts:",{"type":61,"tag":214,"props":709,"children":710},{},[711,720],{"type":61,"tag":109,"props":712,"children":713},{},[714,719],{"type":61,"tag":122,"props":715,"children":717},{"className":716},[],[718],{"type":66,"value":242},{"type":66,"value":510},{"type":61,"tag":109,"props":721,"children":722},{},[723,728,729,734],{"type":61,"tag":122,"props":724,"children":726},{"className":725},[],[727],{"type":66,"value":376},{"type":66,"value":378},{"type":61,"tag":122,"props":730,"children":732},{"className":731},[],[733],{"type":66,"value":384},{"type":66,"value":735}," -- Pagination",{"type":61,"tag":68,"props":737,"children":738},{},[739],{"type":61,"tag":77,"props":740,"children":741},{},[742],{"type":66,"value":743},"Key parameters for redemptions:",{"type":61,"tag":214,"props":745,"children":746},{},[747,758],{"type":61,"tag":109,"props":748,"children":749},{},[750,756],{"type":61,"tag":122,"props":751,"children":753},{"className":752},[],[754],{"type":66,"value":755},"filter[discount_id]",{"type":66,"value":757}," -- Filter by discount",{"type":61,"tag":109,"props":759,"children":760},{},[761,766],{"type":61,"tag":122,"props":762,"children":764},{"className":763},[],[765],{"type":66,"value":406},{"type":66,"value":767}," -- Filter by order",{"type":61,"tag":94,"props":769,"children":770},{},[],{"type":61,"tag":147,"props":772,"children":774},{"id":773},"_6-review-checkouts",[775],{"type":66,"value":776},"6. Review Checkouts",{"type":61,"tag":68,"props":778,"children":779},{},[780],{"type":66,"value":781},"List all checkout sessions with optional filtering by store or variant.",{"type":61,"tag":68,"props":783,"children":784},{},[785,789,790],{"type":61,"tag":77,"props":786,"children":787},{},[788],{"type":66,"value":443},{"type":66,"value":83},{"type":61,"tag":122,"props":791,"children":793},{"className":792},[],[794],{"type":66,"value":795},"LEMON_SQUEEZY_LIST_ALL_CHECKOUTS",{"type":61,"tag":68,"props":797,"children":798},{},[799],{"type":61,"tag":77,"props":800,"children":801},{},[802],{"type":66,"value":195},{"type":61,"tag":197,"props":804,"children":805},{},[806],{"type":61,"tag":68,"props":807,"children":808},{},[809],{"type":66,"value":810},"\"Show all checkouts for variant 42 in my Lemon Squeezy store\"",{"type":61,"tag":68,"props":812,"children":813},{},[814],{"type":61,"tag":77,"props":815,"children":816},{},[817],{"type":66,"value":212},{"type":61,"tag":214,"props":819,"children":820},{},[821,830],{"type":61,"tag":109,"props":822,"children":823},{},[824,829],{"type":61,"tag":122,"props":825,"children":827},{"className":826},[],[828],{"type":66,"value":242},{"type":66,"value":345},{"type":61,"tag":109,"props":831,"children":832},{},[833,838],{"type":61,"tag":122,"props":834,"children":836},{"className":835},[],[837],{"type":66,"value":419},{"type":66,"value":839}," -- Filter by variant ID",{"type":61,"tag":94,"props":841,"children":842},{},[],{"type":61,"tag":98,"props":844,"children":846},{"id":845},"known-pitfalls",[847],{"type":66,"value":848},"Known Pitfalls",{"type":61,"tag":214,"props":850,"children":851},{},[852,877,900,923],{"type":61,"tag":109,"props":853,"children":854},{},[855,860,862,868,870,875],{"type":61,"tag":77,"props":856,"children":857},{},[858],{"type":66,"value":859},"Store ID is foundational",{"type":66,"value":861},": Most filters require a ",{"type":61,"tag":122,"props":863,"children":865},{"className":864},[],[866],{"type":66,"value":867},"store_id",{"type":66,"value":869},". Always call ",{"type":61,"tag":122,"props":871,"children":873},{"className":872},[],[874],{"type":66,"value":172},{"type":66,"value":876}," first to discover valid store IDs before filtering other resources.",{"type":61,"tag":109,"props":878,"children":879},{},[880,885,887,892,893,898],{"type":61,"tag":77,"props":881,"children":882},{},[883],{"type":66,"value":884},"Pagination is mandatory for large datasets",{"type":66,"value":886},": All list endpoints use ",{"type":61,"tag":122,"props":888,"children":890},{"className":889},[],[891],{"type":66,"value":376},{"type":66,"value":378},{"type":61,"tag":122,"props":894,"children":896},{"className":895},[],[897],{"type":66,"value":384},{"type":66,"value":899}," pagination (max 100 per page). Do not assume the first page is complete.",{"type":61,"tag":109,"props":901,"children":902},{},[903,908,910,915,916,921],{"type":61,"tag":77,"props":904,"children":905},{},[906],{"type":66,"value":907},"Filter parameter naming",{"type":66,"value":909},": Lemon Squeezy uses bracket notation for filters (e.g., ",{"type":61,"tag":122,"props":911,"children":913},{"className":912},[],[914],{"type":66,"value":242},{"type":66,"value":174},{"type":61,"tag":122,"props":917,"children":919},{"className":918},[],[920],{"type":66,"value":376},{"type":66,"value":922},"). Ensure exact parameter names are used.",{"type":61,"tag":109,"props":924,"children":925},{},[926,931,933,939],{"type":61,"tag":77,"props":927,"children":928},{},[929],{"type":66,"value":930},"Subscription invoices vs. orders",{"type":66,"value":932},": Subscription invoices (",{"type":61,"tag":122,"props":934,"children":936},{"className":935},[],[937],{"type":66,"value":938},"LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_INVOICES",{"type":66,"value":940},") are separate from one-time orders. Use the appropriate endpoint for your use case.",{"type":61,"tag":94,"props":942,"children":943},{},[],{"type":61,"tag":98,"props":945,"children":947},{"id":946},"quick-reference",[948],{"type":66,"value":949},"Quick Reference",{"type":61,"tag":951,"props":952,"children":953},"table",{},[954,978],{"type":61,"tag":955,"props":956,"children":957},"thead",{},[958],{"type":61,"tag":959,"props":960,"children":961},"tr",{},[962,968,973],{"type":61,"tag":963,"props":964,"children":965},"th",{},[966],{"type":66,"value":967},"Action",{"type":61,"tag":963,"props":969,"children":970},{},[971],{"type":66,"value":972},"Tool Slug",{"type":61,"tag":963,"props":974,"children":975},{},[976],{"type":66,"value":977},"Required Params",{"type":61,"tag":979,"props":980,"children":981},"tbody",{},[982,1004,1025,1045,1065,1085,1105,1125,1145,1165],{"type":61,"tag":959,"props":983,"children":984},{},[985,991,999],{"type":61,"tag":986,"props":987,"children":988},"td",{},[989],{"type":66,"value":990},"List stores",{"type":61,"tag":986,"props":992,"children":993},{},[994],{"type":61,"tag":122,"props":995,"children":997},{"className":996},[],[998],{"type":66,"value":172},{"type":61,"tag":986,"props":1000,"children":1001},{},[1002],{"type":66,"value":1003},"None",{"type":61,"tag":959,"props":1005,"children":1006},{},[1007,1012,1020],{"type":61,"tag":986,"props":1008,"children":1009},{},[1010],{"type":66,"value":1011},"List products",{"type":61,"tag":986,"props":1013,"children":1014},{},[1015],{"type":61,"tag":122,"props":1016,"children":1018},{"className":1017},[],[1019],{"type":66,"value":180},{"type":61,"tag":986,"props":1021,"children":1022},{},[1023],{"type":66,"value":1024},"None (optional filters)",{"type":61,"tag":959,"props":1026,"children":1027},{},[1028,1033,1041],{"type":61,"tag":986,"props":1029,"children":1030},{},[1031],{"type":66,"value":1032},"List variants",{"type":61,"tag":986,"props":1034,"children":1035},{},[1036],{"type":61,"tag":122,"props":1037,"children":1039},{"className":1038},[],[1040],{"type":66,"value":187},{"type":61,"tag":986,"props":1042,"children":1043},{},[1044],{"type":66,"value":1024},{"type":61,"tag":959,"props":1046,"children":1047},{},[1048,1053,1061],{"type":61,"tag":986,"props":1049,"children":1050},{},[1051],{"type":66,"value":1052},"List orders",{"type":61,"tag":986,"props":1054,"children":1055},{},[1056],{"type":61,"tag":122,"props":1057,"children":1059},{"className":1058},[],[1060],{"type":66,"value":294},{"type":61,"tag":986,"props":1062,"children":1063},{},[1064],{"type":66,"value":1024},{"type":61,"tag":959,"props":1066,"children":1067},{},[1068,1073,1081],{"type":61,"tag":986,"props":1069,"children":1070},{},[1071],{"type":66,"value":1072},"List order items",{"type":61,"tag":986,"props":1074,"children":1075},{},[1076],{"type":61,"tag":122,"props":1077,"children":1079},{"className":1078},[],[1080],{"type":66,"value":301},{"type":61,"tag":986,"props":1082,"children":1083},{},[1084],{"type":66,"value":1024},{"type":61,"tag":959,"props":1086,"children":1087},{},[1088,1093,1101],{"type":61,"tag":986,"props":1089,"children":1090},{},[1091],{"type":66,"value":1092},"List subscriptions",{"type":61,"tag":986,"props":1094,"children":1095},{},[1096],{"type":61,"tag":122,"props":1097,"children":1099},{"className":1098},[],[1100],{"type":66,"value":450},{"type":61,"tag":986,"props":1102,"children":1103},{},[1104],{"type":66,"value":1024},{"type":61,"tag":959,"props":1106,"children":1107},{},[1108,1113,1121],{"type":61,"tag":986,"props":1109,"children":1110},{},[1111],{"type":66,"value":1112},"List customers",{"type":61,"tag":986,"props":1114,"children":1115},{},[1116],{"type":61,"tag":122,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":66,"value":583},{"type":61,"tag":986,"props":1122,"children":1123},{},[1124],{"type":66,"value":1024},{"type":61,"tag":959,"props":1126,"children":1127},{},[1128,1133,1141],{"type":61,"tag":986,"props":1129,"children":1130},{},[1131],{"type":66,"value":1132},"List discounts",{"type":61,"tag":986,"props":1134,"children":1135},{},[1136],{"type":61,"tag":122,"props":1137,"children":1139},{"className":1138},[],[1140],{"type":66,"value":677},{"type":61,"tag":986,"props":1142,"children":1143},{},[1144],{"type":66,"value":1024},{"type":61,"tag":959,"props":1146,"children":1147},{},[1148,1153,1161],{"type":61,"tag":986,"props":1149,"children":1150},{},[1151],{"type":66,"value":1152},"List discount redemptions",{"type":61,"tag":986,"props":1154,"children":1155},{},[1156],{"type":61,"tag":122,"props":1157,"children":1159},{"className":1158},[],[1160],{"type":66,"value":684},{"type":61,"tag":986,"props":1162,"children":1163},{},[1164],{"type":66,"value":1024},{"type":61,"tag":959,"props":1166,"children":1167},{},[1168,1173,1181],{"type":61,"tag":986,"props":1169,"children":1170},{},[1171],{"type":66,"value":1172},"List checkouts",{"type":61,"tag":986,"props":1174,"children":1175},{},[1176],{"type":61,"tag":122,"props":1177,"children":1179},{"className":1178},[],[1180],{"type":66,"value":795},{"type":61,"tag":986,"props":1182,"children":1183},{},[1184],{"type":66,"value":1024},{"type":61,"tag":94,"props":1186,"children":1187},{},[],{"type":61,"tag":68,"props":1189,"children":1190},{},[1191],{"type":61,"tag":1192,"props":1193,"children":1194},"em",{},[1195,1197],{"type":66,"value":1196},"Powered by ",{"type":61,"tag":85,"props":1198,"children":1201},{"href":1199,"rel":1200},"https:\u002F\u002Fcomposio.dev",[89],[1202],{"type":66,"value":10},{"items":1204,"total":1288},[1205,1219,1235,1244,1254,1266,1275],{"slug":1206,"name":1207,"fn":1208,"description":1209,"org":1210,"tags":1211,"stars":28,"repoUrl":29,"updatedAt":1218},"21risk-automation","-21risk-automation","automate 21risk compliance and safety tasks","Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1212,1213,1214,1215],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1216,"slug":1217,"type":15},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1220,"name":1221,"fn":1222,"description":1223,"org":1224,"tags":1225,"stars":28,"repoUrl":29,"updatedAt":1234},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1226,1227,1230,1231],{"name":17,"slug":18,"type":15},{"name":1228,"slug":1229,"type":15},"Communications","communications",{"name":20,"slug":21,"type":15},{"name":1232,"slug":1233,"type":15},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1236,"name":1236,"fn":1237,"description":1238,"org":1239,"tags":1240,"stars":28,"repoUrl":29,"updatedAt":1243},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1241,1242],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},"2026-07-12T08:09:55.453088",{"slug":1245,"name":1245,"fn":1246,"description":1247,"org":1248,"tags":1249,"stars":28,"repoUrl":29,"updatedAt":1253},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1250,1251,1252],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:45:16.470309",{"slug":1255,"name":1255,"fn":1256,"description":1257,"org":1258,"tags":1259,"stars":28,"repoUrl":29,"updatedAt":1265},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1260,1261,1262],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":1263,"slug":1264,"type":15},"Security","security","2026-07-15T05:56:20.013366",{"slug":1267,"name":1267,"fn":1268,"description":1269,"org":1270,"tags":1271,"stars":28,"repoUrl":29,"updatedAt":1274},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1272,1273],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},"2026-07-15T05:54:50.762889",{"slug":1276,"name":1276,"fn":1277,"description":1278,"org":1279,"tags":1280,"stars":28,"repoUrl":29,"updatedAt":1287},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1281,1282,1283,1286],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1284,"slug":1285,"type":15},"CRM","crm",{"name":20,"slug":21,"type":15},"2026-07-15T05:48:43.429136",860,{"items":1290,"total":1394},[1291,1298,1305,1310,1316,1322,1327,1334,1348,1361,1374,1384],{"slug":1206,"name":1207,"fn":1208,"description":1209,"org":1292,"tags":1293,"stars":28,"repoUrl":29,"updatedAt":1218},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1294,1295,1296,1297],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1216,"slug":1217,"type":15},{"slug":1220,"name":1221,"fn":1222,"description":1223,"org":1299,"tags":1300,"stars":28,"repoUrl":29,"updatedAt":1234},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1301,1302,1303,1304],{"name":17,"slug":18,"type":15},{"name":1228,"slug":1229,"type":15},{"name":20,"slug":21,"type":15},{"name":1232,"slug":1233,"type":15},{"slug":1236,"name":1236,"fn":1237,"description":1238,"org":1306,"tags":1307,"stars":28,"repoUrl":29,"updatedAt":1243},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1308,1309],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"slug":1245,"name":1245,"fn":1246,"description":1247,"org":1311,"tags":1312,"stars":28,"repoUrl":29,"updatedAt":1253},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1313,1314,1315],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"slug":1255,"name":1255,"fn":1256,"description":1257,"org":1317,"tags":1318,"stars":28,"repoUrl":29,"updatedAt":1265},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1319,1320,1321],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":1263,"slug":1264,"type":15},{"slug":1267,"name":1267,"fn":1268,"description":1269,"org":1323,"tags":1324,"stars":28,"repoUrl":29,"updatedAt":1274},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1325,1326],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"slug":1276,"name":1276,"fn":1277,"description":1278,"org":1328,"tags":1329,"stars":28,"repoUrl":29,"updatedAt":1287},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1330,1331,1332,1333],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1284,"slug":1285,"type":15},{"name":20,"slug":21,"type":15},{"slug":1335,"name":1335,"fn":1336,"description":1337,"org":1338,"tags":1339,"stars":28,"repoUrl":29,"updatedAt":1347},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1340,1341,1344],{"name":17,"slug":18,"type":15},{"name":1342,"slug":1343,"type":15},"Documents","documents",{"name":1345,"slug":1346,"type":15},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1349,"name":1349,"fn":1350,"description":1351,"org":1352,"tags":1353,"stars":28,"repoUrl":29,"updatedAt":1360},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1354,1355,1356,1357],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1358,"slug":1359,"type":15},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1362,"name":1362,"fn":1363,"description":1364,"org":1365,"tags":1366,"stars":28,"repoUrl":29,"updatedAt":1373},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1367,1368,1369,1370],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1284,"slug":1285,"type":15},{"name":1371,"slug":1372,"type":15},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1375,"name":1375,"fn":1376,"description":1377,"org":1378,"tags":1379,"stars":28,"repoUrl":29,"updatedAt":1383},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1380,1381,1382],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:47:51.742515",{"slug":1385,"name":1385,"fn":1386,"description":1387,"org":1388,"tags":1389,"stars":28,"repoUrl":29,"updatedAt":1393},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1390,1391,1392],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:45:05.303254",863]