L

Lemon Squeezy

Read Lemon Squeezy stores, orders and subscribers.

·No reviews yet
Repo
Share:

About

Auto-generated

Lemon Squeezy is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Lemon Squeezy.

What does the Lemon Squeezy MCP do?
The Lemon Squeezy MCP enables reading data from Lemon Squeezy stores, orders, and subscribers. It facilitates programmatic access for integrating Lemon Squeezy commerce data into other systems.
How can I install the Lemon Squeezy MCP?
Installation typically involves adding the 'lemonsqueezy' slug to your MCP client's configuration from its catalog. Specific steps vary by client, such as Claude Desktop, Cursor, or Cline.
Does the Lemon Squeezy MCP require authentication?
Yes, the Lemon Squeezy MCP utilizes an API key for authentication. You must provide a valid API key to access your Lemon Squeezy data through this MCP.
What are the primary capabilities of this MCP?
This MCP's primary capabilities include reading information related to Lemon Squeezy stores, processing orders, and managing subscriber data. It focuses on data retrieval rather than transactional operations.
Is there a cost associated with using the Lemon Squeezy MCP?
The MCP itself is open-source and free, as indicated by its community provider status and GitHub repository. The underlying Lemon Squeezy service may have its own pricing structure.
Are there any known limitations or prerequisites for the Lemon Squeezy MCP?
A significant prerequisite is an active Lemon Squeezy account and a valid API key for that account. This MCP is currently read-only and does not support creating or modifying Lemon Squeezy data.

Install Lemon Squeezy

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "lemonsqueezy": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-lemonsqueezy"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "lemonsqueezy": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-lemonsqueezy"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "lemonsqueezy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-lemonsqueezy"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.