# Lemon Squeezy MCP for AI Agents AI Agent Connect

> Lemon Squeezy MCP lets you manage your e-commerce store, product catalog, and customer subscriptions through your AI agent. It handles order tracking, subscription cancellations, and customer profile lookups, moving your software sales management into a natural language interface.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_JWrWM4tc4FaznsLlGw1D3nmWi3jBPXy3JnnVhsv3/ai-agent-connect
- **Tags:** saas-billing, merchant-of-record, tax-compliance, subscription-management, digital-products, order-tracking

## Description

This Connector gives your agent the keys to your account so you can ask questions about sales performance or handle specific customer requests without leaving your chat window. You're running a SaaS and the back office is starting to feel like a second job. Instead of constantly switching tabs between your store dashboard and your customer support tool, you can let your agent handle the heavy lifting. You can check out which products are moving, see who's currently subscribed, and pull up order details in seconds. It's about getting rid of the manual data entry and the "let me check that" delays that slow down your support team. Since Vinkius hosts this, you can plug it right into your existing workflow and start managing your digital business with just a few prompts. It takes the friction out of subscription management by letting you handle renewals and cancellations on the fly. You can also audit your product catalog to ensure your pricing is correct across all your different store locations. It turns a manual chore into a conversation. It keeps you on top of your recurring revenue without the usual headache of manual tracking.

## Tools

### get_account_info
Get account profile

### get_order
Get order details

### get_subscription
Get subscription details

### list_customers
List all customers

### list_discounts
List promo codes

### list_orders
List all orders

### list_products
List all products

### list_stores
This tool lists all stores in your account. This helps you see all your active shop locations.

### list_subscriptions
List all subscriptions

### list_variants
List all product variants

### list_webhooks
List configured webhooks

### get_product
Get product details

## Prompt Examples

**Prompt:** 
```
What's the status of order #5521?
```

**Response:** 
```
I've checked order #5521. It was paid successfully on October 12th for a total of $49.00. The customer is alex.j@example.com.
```

**Prompt:** 
```
List my 3 most expensive products.
```

**Response:** 
```
Here are your top three priced items:

* **Enterprise Suite**: $499.00
* **Pro Plan**: $99.00
* **Basic Tier**: $29.00

Would you like the purchase URLs for any of these?
```

**Prompt:** 
```
Show me all active subscriptions for jane.doe@email.com.
```

**Response:** 
```
I found 2 active subscriptions for jane.doe@email.com:

* **Monthly Plan**: Renews on Nov 15th
* **Add-on Storage**: Renews on Dec 1st
```

## Capabilities

### Track customer orders
This Connector retrieves financial totals and payment statuses for any specific purchase in your account.

### Manage subscriptions
This Connector monitors active plans, checks renewal dates, and handles cancellations for your users.

### Query product catalogs
This Connector pulls pricing, status, and purchase URLs for your entire inventory of digital goods.

### Audit store configurations
This Connector retrieves detailed metadata and settings for all your various store locations.

### Manage customer profiles
This Connector pulls complete purchase histories and subscription data for specific customer accounts.

## Use Cases

### Resolving payment inquiries
A customer asks why they were charged. Use get_order_details to find the transaction and get_customer_details to see their history.

### Checking recurring revenue
You need to know how many active seats you have. Use list_all_subscriptions to get a count of active plans.

### Handling cancellation requests
A user wants to cancel but keep access for the month. Use cancel_subscription to handle the request without a manual refund.

### Inventory audits
You're launching a new product. Use list_all_products to check for naming conflicts or pricing errors.

## Benefits

- Stop digging through dashboards by using list_all_orders to see your latest sales instantly.
- Handle customer requests faster by pulling purchase history with get_customer_details.
- Manage your recurring revenue more easily by checking renewal dates with get_subscription_details.
- Audit your entire inventory in seconds using list_all_products instead of manual scrolling.
- Gracefully end plans for users by using cancel_subscription to maintain access until the billing cycle ends.
- Keep your store data organized by checking configurations across multiple locations with list_stores.

## How It Works

The bottom line is you get a natural language interface for your entire Lemon Squeezy e-commerce backend.

1. Subscribe to the Lemon Squeezy MCP on Vinkius.
2. Provide your Lemon Squeezy API Key to your AI client.
3. Ask your agent to list orders, check subscriptions, or update store info.

## Frequently Asked Questions

**Can I use the Lemon Squeezy MCP to handle customer support?**
Yes, you can use it to quickly pull up customer purchase histories and order details to answer questions faster.

**Does the Lemon Squeezy MCP support subscription cancellations?**
It allows you to cancel active subscriptions so customers keep access until their current cycle ends.

**Can I see my full product catalog with this Connector?**
Yes, you can list every product in your account to check pricing and status via your AI agent.

**How do I manage multiple stores with the Lemon Squeezy MCP?**
You can use it to list all your stores and retrieve configuration details for each one individually.

**Can the Lemon Squeezy MCP process refunds?**
No, this Connector is for reading data and managing subscriptions; you'll need the dashboard for manual refunds.

**Can I use the Lemon Squeezy MCP to check renewal dates?**
Yes, you can fetch specific subscription details to see exactly when a customer's plan is set to renew.

**How do I find my Lemon Squeezy API Key?**
Log in to your Lemon Squeezy dashboard and navigate to Settings > API to generate and copy your unique API Key.

**Can I cancel a customer subscription using the agent?**
Yes, use the `cancel_subscription` tool with the unique subscription ID. The subscription will remain active until the end of the current billing cycle.

**Is it possible to see the formatted price of a product?**
Yes, the tools retrieve the `total_formatted` or `price_formatted` attributes directly from the Lemon Squeezy API for easy reading.

**Can I track subscriptions and MRR?**
Yes. Monitor active subscriptions, renewals, cancellations, churn rate, and MRR with growth trends.

**Can I manage products and discount codes?**
Yes. List products with variants and pricing. Access discount codes, checkout links, and store settings.

**What API does Lemon Squeezy use?**
Bearer authentication against `api.lemonsqueezy.com/v1`. JSON:API format.