usefulapi

Lemon Squeezy MCP server. MCP server for Lemon Squeezy — stores, products, orders, subscriptions, license keys.

Claude

  1. Open Settings → Connectors → Add custom connector
  2. Paste this URL:
    https://lemonsqueezy.usefulapi.io/mcp
  3. Authenticate with Lemon Squeezy when prompted

Cursor · VS Code · Windsurf · Cline

Add to your MCP config, then reload & authorize:

{
  "mcpServers": {
    "lemonsqueezy": {
      "url": "https://lemonsqueezy.usefulapi.io/mcp"
    }
  }
}
live20 toolsFree 100 tool calls / monthPro $9/mo · $90/yr

Tools 20

ToolTypeWhat it does
lemonsqueezy_get_userread
Get user
Get the authenticated account behind the API key — a quick way to confirm the key works.
lemonsqueezy_list_storesread
List stores
List every store in the account, with JSON:API pagination and optional related-resource sideloading.
lemonsqueezy_get_storeread
Get store
Fetch a single store by id, including its settings and revenue totals.
lemonsqueezy_list_productsread
List products
List products across the account or filtered to one store.
lemonsqueezy_list_variantsread
List variants
List variants (price/plan tiers), optionally scoped to a single product.
lemonsqueezy_list_pricesread
List prices
List price models, optionally scoped to a single variant.
lemonsqueezy_list_customersread
List customers
List customers, filterable by store and/or email address.
lemonsqueezy_get_customerread
Get customer
Fetch a single customer by id, including lifetime revenue and status.
lemonsqueezy_list_ordersread
List orders
List orders, filterable by store and/or buyer email.
lemonsqueezy_get_orderread
Get order
Fetch a single order by id, including line items and totals.
lemonsqueezy_list_subscriptionsread
List subscriptions
List subscriptions with rich filtering by store, status, product, variant, customer or buyer email.
lemonsqueezy_get_subscriptionread
Get subscription
Fetch a single subscription by id, including its plan, status and renewal date.
lemonsqueezy_list_subscription_invoicesread
List subscription invoices
List subscription invoices, filterable by store, status or refunded flag.
lemonsqueezy_list_license_keysread
List license keys
List license keys, filterable by store, order or product.
lemonsqueezy_list_discountsread
List discounts
List discount codes, optionally scoped to a single store.
lemonsqueezy_create_checkoutwrite
Create checkout
Create a hosted checkout / payment link for a store and variant, returning its shareable URL.
lemonsqueezy_update_subscriptionwrite
Update subscription
Modify a live subscription — switch plan/tier, cancel or un-cancel, pause/unpause, or set the billing anchor.
lemonsqueezy_cancel_subscriptionwrite
Cancel subscription
Cancel a live subscription; it stays active until the end of the current billing period, then moves to cancelled.
lemonsqueezy_usage_statusmeta
Usage status (free-tier meter)
Report the caller's current free-tier usage this month: calls used, monthly limit, remaining, and whether the cap is reached. Read-only; does not count against the meter.
lemonsqueezy_upgrademeta
Upgrade to Pro (unlimited)
Subscribe to the Pro plan for UNLIMITED Lemon Squeezy tool calls (the free tier caps monthly usage). Choose monthly ($9/month) or yearly ($90/year — 2 months free) billing. Returns a Stripe Checkout link to open in your browser; after payment your account upgrades automatically. Read-only; does not count against the meter.

Pricing

PlanPriceLimit
Free$0100 tool calls / month
Pro$9/mo · $90/yrUnlimited

This is a Model Context Protocol endpoint — meant to be connected from an AI client, not opened in a browser. An invalid_token response at the URL is the auth gate working as designed; clients authenticate automatically.