mcpbeat

Lemonsqueezy MCP Server

io.usefulapi/lemonsqueezy
not responding

Lemonsqueezy is listed as active in the registry but did not answer our last check. It exposes 18 tools. Last commit 1 Aug 2026.

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

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
38.5%
Uptime 24h
35 of 91 checks
18
Tools
read from the server
172 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 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 49 ms 12 min ago

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 35 of 91 checks got a reply (38.5%), average response time 172 ms. The bar chart above shows every period we have measured.
The registry lists Lemonsqueezy as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
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 172 ms on average, which is faster than 69% 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.