mcpbeat Sign in

Lemonsqueezy MCP Server

answering

Lemonsqueezy is answering right now. Last checked 16 min ago. It exposes 18 tools. Last commit 1 Sep 2026.

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

Uptime history 47 days of history · worst day 20%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
18
Tools
read from the server
176 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

What the code does

We read the source, 20 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime portal/index.html:231
        results.innerHTML = order.map(function (g) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 16 min ago.

run in your terminal
claude mcp add lemonsqueezy --transport http https://lemonsqueezy.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lemonsqueezy": {
      "url": "https://lemonsqueezy.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lemonsqueezy]
url = "https://lemonsqueezy.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "lemonsqueezy": {
      "url": "https://lemonsqueezy.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lemonsqueezy": {
      "url": "https://lemonsqueezy.usefulapi.io/mcp"
    }
  }
}

Available tools 18

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

lemonsqueezy
lemonsqueezy_cancel_subscription
WRITE: Cancel a LIVE subscription. It remains active until the end of the current billing period, then moves to `cancelled`. This affects a real customer. API: DELETE /subscriptions/{id}.
lemonsqueezy_create_checkout
WRITE: Create a hosted checkout / payment link for a store + variant. Returns the created checkout including its `url` (the shareable payment link). API: POST /checkouts.
lemonsqueezy_get_customer
Get a single customer by id. API: GET /customers/{id}.
lemonsqueezy_get_order
Get a single order by id. API: GET /orders/{id}.
lemonsqueezy_get_store
Get a single store by id. API: GET /stores/{id}.
lemonsqueezy_get_subscription
Get a single subscription by id. API: GET /subscriptions/{id}.
lemonsqueezy_get_user
Get the currently authenticated user/account behind the API key. Good first call to confirm auth. API: GET /users/me.
lemonsqueezy_list_customers
List customers, optionally filtered by store and/or email. API: GET /customers (filter[store_id], filter[email]).
lemonsqueezy_list_discounts
List discounts, optionally filtered to one store. API: GET /discounts (filter[store_id]).
lemonsqueezy_list_license_keys
List license keys, optionally filtered by store, order, or product. API: GET /license-keys (filter[store_id], filter[order_id], filter[product_id]).
lemonsqueezy_list_orders
List orders, optionally filtered by store and/or buyer email. API: GET /orders (filter[store_id], filter[user_email]).
lemonsqueezy_list_prices
List price models, optionally filtered to one variant. API: GET /prices (filter[variant_id]).
lemonsqueezy_list_products
List products, optionally filtered to one store. API: GET /products (filter[store_id]).
lemonsqueezy_list_stores
List all stores in the account. API: GET /stores.
lemonsqueezy_list_subscription_invoices
List subscription invoices, optionally filtered by store, status, or refunded flag. API: GET /subscription-invoices (filter[store_id], filter[status], filter[refunded]).
lemonsqueezy_list_subscriptions
List subscriptions with rich filtering by store, status, product, variant, customer, or buyer email. API: GET /subscriptions (filter[store_id], filter[status], filter[product_id], filter[variant_id], filter[customer_id], filter[user_email]).
lemonsqueezy_list_variants
List variants (price/plan tiers), optionally filtered to one product. API: GET /variants (filter[product_id]).
lemonsqueezy_update_subscription
WRITE: Modify a LIVE subscription — change plan/tier (variant_id), cancel, pause/unpause, or set the billing anchor. This affects a real customer's billing. API: PATCH /subscriptions/{id}.

Endpoints

URLTransportStateLatencyChecked
https://lemonsqueezy.usefulapi.io/mcp streamable-http answering 43 ms 16 min ago

Alternatives to Lemonsqueezy

same job, measured the same way
Stripe MCP Server
by friendlygeorge

MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices

36 installs/wk local only
MCP Paypal
by codespar

MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes

23 installs/wk local only
Sherweb
by wyre-technology

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

local only
Sherweb
by wyre-ai

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

local only
Kaspi MCP
by theyahia

MCP server for Kaspi.kz Shop API -- orders and products.

40 installs/wk local only
MCP Tiny
by codespar

MCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR

25 installs/wk local only
MCP Pagar Me
by codespar

MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks

24 installs/wk local only
MCP Iugu
by codespar

MCP server for iugu — invoices, subscriptions, customers, payment methods

50 installs/wk local only

Lemonsqueezy — questions

Answers built from our own checks of this server.

What can Lemonsqueezy do?
It exposes 18 tools, read directly from the server on our last check. Among them: lemonsqueezy_cancel_subscription, lemonsqueezy_create_checkout, lemonsqueezy_get_customer, lemonsqueezy_get_order, lemonsqueezy_get_store, lemonsqueezy_get_subscription and 12 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Lemonsqueezy working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 176 ms. The bar chart above shows every period we have measured.
How do I connect Lemonsqueezy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Lemonsqueezy need an API key?
No. Lemonsqueezy completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 18 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Lemonsqueezy?
It answers our handshake in 176 ms on average, which is faster than 71% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Lemonsqueezy open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.