
Lemonsqueezy Mcp Server
Let your coding agent query Lemon Squeezy customers, subscriptions, and orders while you run a solo SaaS on their merchant stack.
Overview
Lemon Squeezy MCP Server is a Grow-phase MCP server that connects your agent to Lemon Squeezy payment and subscription data via the official SDK.
What is this MCP server?
- Wraps the Lemon Squeezy SDK as MCP tools for your assistant
- Reads payment and subscription data from your Lemon Squeezy store
- Requires LEMONSQUEEZY_API_KEY from dashboard Settings → API
- Stdio npm package lemonsqueezy-mcp-server v1.0.3
- Keeps billing lookups inside the agent instead of constant dashboard tab switching
- Server version 1.0.3 on npm as lemonsqueezy-mcp-server
- One required secret environment variable: LEMONSQUEEZY_API_KEY
- Stdio MCP transport with Lemon Squeezy SDK-backed tools
What problem does it solve?
You waste time context-switching to the Lemon Squeezy dashboard whenever your agent needs accurate billing or subscription answers.
Who is it for?
Indie SaaS founders on Lemon Squeezy who want agent-assisted support, ops, and lifecycle checks without building a custom admin API.
Skip if: Builders on Stripe-only or self-hosted billing stacks, or anyone who needs write-heavy checkout flows without Lemon Squeezy.
What do I get? / Deliverables
Your assistant can call MCP tools backed by your API key so revenue and subscriber questions get answered from live merchant data in the IDE.
- Agent-queryable Lemon Squeezy payment and subscription endpoints via MCP
- Faster billing-informed support and ops answers without leaving the editor
- Versioned npm MCP server (1.0.3) wired with required API key env
Recommended MCP Servers
Journey fit
Payment and subscription visibility belongs in Grow when you are managing recurring revenue, refunds, and customer lifecycle—not only at initial pricing experiments. Lifecycle is the canonical shelf for MCP tools that expose live billing data so agents can answer churn, plan changes, and revenue questions.
How it compares
Lemon Squeezy read SDK as MCP tools, not a storefront theme or no-code payment page builder.
Common Questions / FAQ
Who is Lemon Squeezy MCP Server for?
Solo builders and small teams running SaaS or digital products on Lemon Squeezy who want their coding agent to access subscription and payment data safely.
When should I use Lemon Squeezy MCP Server?
Use it in Grow when handling customer lifecycle, refunds, plan questions, or revenue summaries—or during Validate when comparing live pricing experiments to dashboard metrics.
How do I add Lemon Squeezy MCP Server to my agent?
Create an API key in Lemon Squeezy Settings → API, set LEMONSQUEEZY_API_KEY in your MCP server env, register stdio package lemonsqueezy-mcp-server, then invoke tools from your agent.