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 FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 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
Chargebee MCP
🔄

Chargebee MCP MCP Server

Subscription billing and revenue management.

chargebeesubscriptionsbillingsaas

About

## Chargebee MCP Server: Subscription Billing The **Chargebee MCP Server** integrates Chargebee's subscription management platform into Google Antigravity, enabling developers to manage recurring billing through AI-assisted subscription workflows. ### Why Chargebee MCP? - **Flexible Billing**: Any pricing model supported - **Dunning Management**: Recover failed payments automatically - **Revenue Recognition**: ASC 606 compliant reporting - **Multi-Currency**: Bill in 100+ currencies - **Trial Management**: Sophisticated trial workflows ### Key Features #### 1. Subscription Management ```javascript // Create subscription const subscription = await chargebee.createSubscription({ customerId: "customer_123", planId: "professional-monthly", billingCycles: 12, addons: [{ id: "extra-users", quantity: 5 }] }); // Update subscription await chargebee.updateSubscription({ subscriptionId: subscription.id, planId: "enterprise-monthly", prorate: true }); // Cancel subscription await chargebee.cancelSubscription({ subscriptionId: subscription.id, endOfTerm: true }); // Pause subscription await chargebee.pauseSubscription({ subscriptionId: subscription.id, pauseDate: "2025-01-01", resumeDate: "2025-02-01" }); ``` #### 2. Invoicing and Payments ```javascript // Get invoices const invoices = await chargebee.getInvoices({ status: "payment_due", customerId: "customer_123" }); // Collect payment await chargebee.collectPayment({ invoiceId: invoices[0].id }); // Apply credit await chargebee.applyCredit({ customerId: "customer_123", amount: 5000, description: "Loyalty credit" }); // Get revenue metrics const metrics = await chargebee.getMetrics({ metric: "mrr", period: "monthly" }); ``` ### Configuration ```json { "mcpServers": { "chargebee": { "command": "npx", "args": ["-y", "@anthropic/mcp-chargebee"], "env": { "CHARGEBEE_SITE": "your-site", "CHARGEBEE_API_KEY": "your-api-key" } } } } ``` ### Use Cases **SaaS Billing**: Implement complex subscription pricing models. **Trial Conversion**: Optimize trial-to-paid workflows. **Revenue Recovery**: Automate failed payment recovery. The Chargebee MCP Server brings subscription billing to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "chargebee": {}
  }
}

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