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
Paddle MCP
🏓

Paddle MCP MCP Server

Revenue delivery platform for SaaS.

paddlesaaspaymentstaxes

About

## Paddle MCP Server: B2B SaaS Billing The **Paddle MCP Server** integrates Paddle's B2B SaaS billing platform into Google Antigravity, enabling developers to manage subscriptions, taxes, and payments through AI-assisted billing workflows. ### Why Paddle MCP? - **Merchant of Record**: Handle global taxes and compliance - **B2B Focus**: Built for B2B SaaS companies - **Quote-to-Cash**: Invoicing and payment collection - **Usage Billing**: Metered and usage-based pricing - **Revenue Recognition**: Automated revenue recognition ### Key Features #### 1. Subscription Management ```javascript // Create subscription const subscription = await paddle.createSubscription({ customerId: "customer_123", items: [ { priceId: "price_pro_monthly", quantity: 1 } ], collectionMode: "automatic" }); // Update subscription await paddle.updateSubscription({ subscriptionId: subscription.id, items: [ { priceId: "price_enterprise_monthly", quantity: 1 } ], proration_billing_mode: "prorated_immediately" }); // Cancel subscription await paddle.cancelSubscription({ subscriptionId: subscription.id, effective_from: "next_billing_period" }); // Pause subscription await paddle.pauseSubscription({ subscriptionId: subscription.id, resume_at: "2025-02-01" }); ``` #### 2. Billing and Transactions ```javascript // Get transactions const transactions = await paddle.getTransactions({ status: ["completed"], created_at: { gte: "2024-12-01" } }); // Get invoices const invoices = await paddle.getInvoices({ subscriptionId: subscription.id }); // Create one-time charge const charge = await paddle.createCharge({ customerId: "customer_123", items: [ { priceId: "price_addon", quantity: 5 } ] }); // Get revenue metrics const metrics = await paddle.getMetrics({ type: "mrr", resolution: "monthly" }); ``` ### Configuration ```json { "mcpServers": { "paddle": { "command": "npx", "args": ["-y", "@anthropic/mcp-paddle"], "env": { "PADDLE_API_KEY": "your-api-key", "PADDLE_ENVIRONMENT": "production" } } } } ``` ### Use Cases **SaaS Billing**: Implement complex B2B subscription pricing. **Global Sales**: Sell globally with tax compliance. **Usage Metering**: Implement usage-based billing. The Paddle MCP Server brings B2B billing to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "paddle": {}
  }
}

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