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
Pilot MCP
✈️

Pilot MCP MCP Server

Bookkeeping and CFO services for startups.

pilotbookkeepingcfostartups

About

## Pilot MCP Server: Financial Operations The **Pilot MCP Server** integrates Pilot's financial operations platform into Google Antigravity, enabling developers to access bookkeeping, CFO services, and financial data through AI-assisted workflows. ### Why Pilot MCP? - **Expert Bookkeeping**: Professional bookkeeping for startups - **CFO Services**: Strategic financial guidance - **Tax Preparation**: Year-end tax packages - **R&D Credits**: Maximize R&D tax credits - **Investor Reports**: Board-ready financial reports ### Key Features #### 1. Financial Statements ```javascript // Get income statement const incomeStatement = await pilot.getIncomeStatement({ startDate: "2024-01-01", endDate: "2024-12-31" }); console.log("Revenue:", incomeStatement.totalRevenue); console.log("Expenses:", incomeStatement.totalExpenses); console.log("Net Income:", incomeStatement.netIncome); // Get balance sheet const balanceSheet = await pilot.getBalanceSheet({ asOfDate: "2024-12-31" }); // Get cash flow const cashFlow = await pilot.getCashFlowStatement({ startDate: "2024-01-01", endDate: "2024-12-31" }); // Get burn rate const burnRate = await pilot.getBurnRate({ months: 6 }); ``` #### 2. Metrics and Reports ```javascript // Get key metrics const metrics = await pilot.getKeyMetrics({ period: "monthly", year: 2024 }); console.log("MRR:", metrics.mrr); console.log("Runway:", metrics.runway); // Get board report const boardReport = await pilot.getBoardReport({ month: "2024-12" }); // Get transactions const transactions = await pilot.getTransactions({ startDate: "2024-12-01", endDate: "2024-12-31", category: "payroll" }); // Export for investors const investorPackage = await pilot.exportInvestorReport({ quarter: "Q4", year: 2024 }); ``` ### Configuration ```json { "mcpServers": { "pilot": { "command": "npx", "args": ["-y", "@anthropic/mcp-pilot"], "env": { "PILOT_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Startup Finance**: Access clean financial data for startups. **Investor Relations**: Generate investor-ready reports. **Financial Planning**: Track burn rate and runway. The Pilot MCP Server brings startup finance to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "pilot": {}
  }
}

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