mcp-server-lemonsqueezy
Verified Safeby RickyCompagny
Overview
Manage Lemon Squeezy e-commerce and subscription data (stores, products, webhooks) via a Model Context Protocol (MCP) server, primarily for interaction through LLMs like Cursor/Claude.
Installation
npx -y @rickycompagny/mcp-server-lemonsqueezy --api-key VOTRE_LEMON_API_KEYEnvironment Variables
- LEMON_SQUEEZY_API_KEY
Security Notes
The Lemon Squeezy API key is a critical secret. It can be passed via `--api-key` command-line argument or `LEMON_SQUEEZY_API_KEY` environment variable. Passing sensitive keys as command-line arguments can expose them in process listings on multi-user systems. While less ideal than environment variables, for a local MCP server setup, the risk might be acceptable to some users. No 'eval' or malicious patterns were found in the provided source code. External API calls are exclusively to Lemon Squeezy's official API.
Similar Servers
purmemo-mcp
A cross-platform AI conversation memory server enabling saving and recalling conversations across various MCP-compatible AI tools and IDEs like Claude Desktop, Cursor, and Windsurf.
converse
Orchestrates and exposes various AI tools (chat, multi-model consensus, job management) over the Model Context Protocol, enabling local, persistent, and potentially asynchronous AI interactions across multiple Large Language Model (LLM) providers.
mcp-partner-integration-demo
A Model Context Protocol (MCP) server designed for Vercel deployment, enabling AI agents (like ChatGPT) to interact with Shopify for product search and Stripe for creating checkout sessions and managing payments, facilitating natural language commerce workflows.
mcp-server-monmarche
Connects LLMs to the Mon Marché French grocery store for product search, cart management, and order interaction.