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
ProfitWell MCP
💹

ProfitWell MCP MCP Server

Subscription financial metrics and analytics.

profitwellsubscriptionsanalyticschurn

About

## ProfitWell MCP Server: Subscription Analytics The **ProfitWell MCP Server** integrates ProfitWell's subscription analytics platform into Google Antigravity, enabling developers to track MRR, churn, and revenue metrics through AI-assisted SaaS analytics. ### Why ProfitWell MCP? - **Free Analytics**: Core metrics free forever - **Accurate Data**: Real-time subscription metrics - **Benchmarking**: Compare against industry standards - **Churn Analysis**: Understand why customers leave - **Pricing Intelligence**: Optimize pricing strategy ### Key Features #### 1. Revenue Metrics ```javascript // Get MRR const mrr = await profitwell.getMRR({ date: "2024-12-31" }); console.log("MRR:", mrr.value); console.log("Growth:", mrr.growth_rate); // Get revenue over time const revenue = await profitwell.getMetrics({ metric: "mrr", startDate: "2024-01-01", endDate: "2024-12-31", resolution: "monthly" }); // Get ARR const arr = await profitwell.getARR(); // Get LTV const ltv = await profitwell.getLTV({ segment: "enterprise" }); ``` #### 2. Churn and Growth Metrics ```javascript // Get churn rate const churn = await profitwell.getChurn({ metric: "mrr_churn_rate", period: "monthly" }); console.log("Churn Rate:", churn.value); // Get expansion MRR const expansion = await profitwell.getExpansionMRR(); // Get net revenue retention const nrr = await profitwell.getNetRevenueRetention(); // Get cohort analysis const cohorts = await profitwell.getCohortAnalysis({ startDate: "2024-01-01", metric: "retention" }); ``` ### Configuration ```json { "mcpServers": { "profitwell": { "command": "npx", "args": ["-y", "@anthropic/mcp-profitwell"], "env": { "PROFITWELL_API_KEY": "your-api-key" } } } } ``` ### Use Cases **SaaS Metrics**: Track core subscription business metrics. **Investor Reporting**: Generate accurate revenue reports. **Churn Prevention**: Identify and address churn drivers. The ProfitWell MCP Server brings subscription analytics to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "profitwell": {}
  }
}

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