KosmoKrator

ecommerce

Lemon Squeezy MCP, CLI, and Lua Integration for AI Agents

Lemon Squeezy integration docs for AI agents: MCP gateway setup, Lemon Squeezy CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write API key auth

Lemon Squeezy 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
lemon-squeezy
route_slug
lemon-squeezy
package
lemon-squeezy
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Lemon Squeezy MCP Client Matrix

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

Lemon Squeezy CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
lemon-squeezy.lemonsqueezy_list_products Read read 2 List all digital products in your Lemon Squeezy store. Returns product names, prices, and status.
lemon-squeezy.lemonsqueezy_get_product Read read 1 Get details for a specific Lemon Squeezy product by ID. Returns full product information including pricing, variants, and status.
lemon-squeezy.lemonsqueezy_list_orders Read read 2 List all orders in your Lemon Squeezy store. Returns order details including status, totals, and customer info.
lemon-squeezy.lemonsqueezy_get_order Read read 1 Get details for a specific Lemon Squeezy order by ID. Returns full order information including line items, totals, and customer data.
lemon-squeezy.lemonsqueezy_list_customers Read read 2 List all customers in your Lemon Squeezy store. Returns customer names, emails, and metadata.
lemon-squeezy.lemonsqueezy_list_subscriptions Read read 2 List all subscriptions in your Lemon Squeezy store. Returns subscription status, billing cycle, and customer info.
lemon-squeezy.lemonsqueezy_get_current_user Read read 0 Get the currently authenticated Lemon Squeezy user profile. Useful for verifying API credentials and viewing account info.