lemon-squeezy-mcp
Related Servers
Alternatives to lemon-squeezy-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for the LemonSqueezy API. Enables managing stores, products, customers, subscriptions, discounts, and license keys from any MCP-compatible AI assistant.64440 npm4MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects AI assistants to Salesforce orgs, enabling querying, searching, creating, updating, and managing Salesforce data through natural language via any MCP-compatible client.31 npmMIT
- AlicenseAqualityCmaintenancePersistent memory MCP server for Claude Code, Cursor, and GitHub Copilot. Semantic search, Git sync, project-based, Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot. Semantic search, Git sync, project-based organization, and team collaboration via Model Context Protocol.11231 npm2MIT
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server implementation that integrates Claude/VS Code with Salesforce, enabling natural language interactions with your Salesforce data and metadata.MIT
- AlicenseAqualityBmaintenanceA curated collection of Model Context Protocol (MCP) servers for popular SaaS platforms — Stripe, Sentry, Notion, Linear, Datadog, Vercel, PagerDuty, HubSpot, Intercom, Shopify, Google Workspace281MIT
- AlicenseNot gradedqualityBmaintenanceEnables natural language interaction with Lemon Squeezy accounts via MCP tools for managing subscriptions, orders, discounts, license keys, and more, with built-in security and audit logging.34 npmMIT
TDQS
Scored across 53 tools
Most tools have distinct purposes targeting specific resources and actions, such as get_customer vs. list_customers or create_discount vs. delete_discount. However, some tools like get_financial_metrics and predict_churn_risk could overlap in analyzing subscription health, and search_orders vs. list_orders might cause confusion if an agent misinterprets filtering needs. Overall, descriptions help clarify, but minor ambiguities exist.
Tool names follow a highly consistent verb_noun pattern throughout, such as create_customer, list_subscriptions, update_webhook, and get_order. There are no deviations in style (all snake_case) or verb usage, making the set predictable and easy for an agent to parse and understand.
With 53 tools, the count is excessive for a typical MCP server, even for a comprehensive e-commerce platform like Lemon Squeezy. This many tools can overwhelm agents, increase complexity, and likely includes redundant or overly granular operations that could be consolidated. A well-scoped server typically has 3-15 tools, so this is a significant mismatch.
The tool set provides complete CRUD/lifecycle coverage for the Lemon Squeezy domain, including customers, subscriptions, orders, products, discounts, webhooks, and more. It covers creation, retrieval, listing, updating, deletion, and specialized operations like analytics, refunds, and integrations, with no obvious gaps that would hinder agent workflows.