Lemon Squeezy Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LEMONSQUEEZY_API_KEY | No | Your Lemon Squeezy API key (alternative name) | |
| LEMON_SQUEEZY_API_KEY | No | Your Lemon Squeezy API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_userB | Get the current authenticated Lemon Squeezy user. |
| list_storesA | List all Lemon Squeezy stores. |
| get_storeC | Get details of a specific store. Args: store_id: The ID of the store |
| list_productsB | List all products. |
| get_productC | Get a specific product by ID. Args: product_id: The ID of the product |
| get_product_variantsC | Get all variants for a given product ID. Args: product_id: The ID of the product to fetch variants for |
| list_ordersB | List all orders. |
| get_orderB | Get an order by ID. Args: order_id: The ID of the order |
| list_customersC | List all customers. |
| get_customerB | Get a customer by ID. Args: customer_id: The ID of the customer |
| list_subscriptionsB | List all subscriptions. |
| get_subscriptionB | Get a subscription by ID. Args: subscription_id: The ID of the subscription |
| list_license_keysA | List all license keys. |
| get_license_keyC | Get a license key by ID. Args: license_key_id: The ID of the license key |
| create_checkoutC | Create a Lemon Squeezy checkout session with full custom configuration. Args: data: The checkout data (see LemonSqueezy API docs) |
| create_webhookC | Register a webhook URL for a specific store and events. Args: webhook_data: The webhook data (see LemonSqueezy API docs) |
| list_webhooksA | List all webhooks. Optionally filter by store ID. Args: store_id: If provided, only webhooks for this store will be returned |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| audit://lemonsqueezy-operations |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atharvagupta2003/mcp-lemonsqueezy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server