Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LEMONSQUEEZY_API_KEYNoYour Lemon Squeezy API key (alternative name)
LEMON_SQUEEZY_API_KEYNoYour Lemon Squeezy API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
audit://lemonsqueezy-operations

Latest Blog Posts

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