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
Baremetrics MCP
📈

Baremetrics MCP MCP Server

Subscription analytics and insights.

baremetricsanalyticssaasmetrics

About

## Baremetrics MCP Server: SaaS Analytics The **Baremetrics MCP Server** integrates Baremetrics' subscription analytics platform into Google Antigravity, enabling developers to track MRR, churn, and SaaS metrics through AI-assisted revenue analysis. ### Why Baremetrics MCP? - **Real-Time Metrics**: Live MRR, ARR, and growth metrics - **Churn Analysis**: Understand why customers leave - **Forecasting**: Project future revenue and growth - **Benchmarks**: Compare against industry standards - **Dunning**: Recover failed payments automatically ### Key Features #### 1. Revenue Metrics ```javascript // Get MRR summary const mrr = await baremetrics.getMRR(); console.log("Current MRR:", mrr.current); console.log("Growth:", mrr.growth_rate); // Get revenue metrics const metrics = await baremetrics.getMetrics({ metric: "mrr", start_date: "2024-01-01", end_date: "2024-12-31" }); // Get ARR const arr = await baremetrics.getARR(); // Get customer count const customers = await baremetrics.getActiveCustomers(); ``` #### 2. Churn and Forecasting ```javascript // Get churn metrics const churn = await baremetrics.getChurn({ period: "month", start_date: "2024-01-01" }); console.log("Churn rate:", churn.rate); console.log("Churned MRR:", churn.mrr_lost); // Get forecast const forecast = await baremetrics.getForecast({ months: 12 }); // Get customer segments const segments = await baremetrics.getSegments(); // Get expansion revenue const expansion = await baremetrics.getExpansionMRR(); ``` ### Configuration ```json { "mcpServers": { "baremetrics": { "command": "npx", "args": ["-y", "@anthropic/mcp-baremetrics"], "env": { "BAREMETRICS_API_KEY": "your-api-key" } } } } ``` ### Use Cases **SaaS Dashboards**: Build executive dashboards for subscription businesses. **Churn Prevention**: Identify at-risk customers before they churn. **Revenue Forecasting**: Project revenue growth for planning. The Baremetrics MCP Server brings SaaS analytics to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "baremetrics": {}
  }
}

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