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
Brex MCP
🟧

Brex MCP MCP Server

Corporate cards and spend management for startups.

brexcorporate-cardsexpensesstartups

About

## Brex MCP Server: Corporate Cards The **Brex MCP Server** integrates Brex's corporate card and spend management platform into Google Antigravity, enabling developers to manage company spending through AI-assisted financial workflows. ### Why Brex MCP? - **Instant Cards**: Virtual and physical cards in minutes - **Smart Limits**: Dynamic spending limits based on rules - **Expense Management**: Automatic receipt matching - **Rewards**: Cash back on business spending - **Integrations**: Sync with accounting software ### Key Features #### 1. Card and Transaction Management ```javascript // Create virtual card const card = await brex.createCard({ userId: "user_123", cardType: "virtual", spendingLimit: { amount: 5000, currency: "USD" }, cardName: "Marketing Expenses" }); // Get transactions const transactions = await brex.getTransactions({ cardId: card.id, startDate: "2024-12-01", endDate: "2024-12-31" }); // Lock card await brex.lockCard({ cardId: card.id }); // Update spending limit await brex.updateCardLimit({ cardId: card.id, limit: { amount: 10000, currency: "USD" } }); ``` #### 2. Expense and Budget Management ```javascript // Create expense report const expense = await brex.createExpense({ transactionId: "tx_123", memo: "Client dinner", category: "meals_entertainment", receipt: receiptBase64 }); // Get budget status const budget = await brex.getBudget({ budgetId: "budget_456" }); console.log("Spent:", budget.spent); console.log("Remaining:", budget.remaining); // Create budget await brex.createBudget({ name: "Q1 Marketing", amount: 50000, currency: "USD", period: "monthly" }); ``` ### Configuration ```json { "mcpServers": { "brex": { "command": "npx", "args": ["-y", "@anthropic/mcp-brex"], "env": { "BREX_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Expense Automation**: Automate expense reporting and categorization. **Spend Control**: Implement spending policies programmatically. **Financial Visibility**: Real-time visibility into company spending. The Brex MCP Server brings corporate spend management to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "brex": {}
  }
}

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