Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Lemon Squeezy MCP
🍋

Lemon Squeezy MCP MCP Server

All-in-one payments for digital products.

lemonsqueezydigitalpaymentssaas

About

## Lemon Squeezy MCP Server: Digital Commerce The **Lemon Squeezy MCP Server** integrates Lemon Squeezy's digital product platform into Google Antigravity, enabling developers to sell software, subscriptions, and digital products through AI-assisted commerce workflows. ### Why Lemon Squeezy MCP? - **Merchant of Record**: Handle taxes, VAT, and compliance - **Digital Products**: Built for software and digital goods - **License Keys**: Automatic license key generation - **Subscriptions**: Recurring billing with trials - **Affiliate Program**: Built-in affiliate management ### Key Features #### 1. Product and Order Management ```javascript // Get products const products = await lemonsqueezy.getProducts({ storeId: "store_123" }); // Get orders const orders = await lemonsqueezy.getOrders({ storeId: "store_123", status: "paid", productId: "product_456" }); // Get order details const order = await lemonsqueezy.getOrder({ orderId: "order_789" }); console.log("Customer:", order.user_email); console.log("Amount:", order.total); // Issue refund await lemonsqueezy.refundOrder({ orderId: "order_789", amount: 1000 // partial refund in cents }); ``` #### 2. Subscriptions and Licenses ```javascript // Get subscriptions const subscriptions = await lemonsqueezy.getSubscriptions({ storeId: "store_123", status: "active" }); // Cancel subscription await lemonsqueezy.cancelSubscription({ subscriptionId: "sub_123" }); // Get license keys const licenses = await lemonsqueezy.getLicenseKeys({ orderId: "order_789" }); // Validate license const validation = await lemonsqueezy.validateLicense({ licenseKey: "XXXX-XXXX-XXXX-XXXX" }); console.log("Valid:", validation.valid); console.log("Activations:", validation.activations); ``` ### Configuration ```json { "mcpServers": { "lemonsqueezy": { "command": "npx", "args": ["-y", "@anthropic/mcp-lemonsqueezy"], "env": { "LEMONSQUEEZY_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Software Licensing**: Sell and manage software licenses. **SaaS Subscriptions**: Handle recurring billing for SaaS products. **Digital Downloads**: Sell digital products with delivery. The Lemon Squeezy MCP Server brings digital commerce to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "lemonsqueezy": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers