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
Mercury MCP
🪐

Mercury MCP MCP Server

Banking for startups and tech companies.

mercurybankingstartupstech

About

## Mercury MCP Server: Startup Banking The **Mercury MCP Server** integrates Mercury's startup banking platform into Google Antigravity, enabling developers to manage business banking operations through AI-assisted financial workflows. ### Why Mercury MCP? - **Startup Focused**: Built for startups and tech companies - **Modern Interface**: Clean, developer-friendly platform - **API First**: Comprehensive banking API - **Virtual Cards**: Create unlimited virtual cards - **Treasury**: Automated cash management ### Key Features #### 1. Account Management ```javascript // Get accounts const accounts = await mercury.getAccounts(); console.log("Checking Balance:", accounts.checking.balance); console.log("Savings Balance:", accounts.savings.balance); // Get transactions const transactions = await mercury.getTransactions({ accountId: "account_123", startDate: "2024-12-01", endDate: "2024-12-31" }); // Get pending transactions const pending = await mercury.getPendingTransactions({ accountId: "account_123" }); // Get statements const statements = await mercury.getStatements({ accountId: "account_123", year: 2024 }); ``` #### 2. Payments and Cards ```javascript // Create ACH payment const payment = await mercury.createPayment({ accountId: "account_123", recipientId: "recipient_456", amount: 5000, method: "ach", memo: "Invoice payment" }); // Create virtual card const card = await mercury.createVirtualCard({ accountId: "account_123", name: "Marketing Expenses", limit: 10000, expiresAt: "2025-12-31" }); // Get recipient const recipients = await mercury.getRecipients(); // Create recipient await mercury.createRecipient({ name: "Vendor Inc", email: "billing@vendor.com", accountNumber: "123456789", routingNumber: "021000021" }); ``` ### Configuration ```json { "mcpServers": { "mercury": { "command": "npx", "args": ["-y", "@anthropic/mcp-mercury"], "env": { "MERCURY_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Treasury Automation**: Automate cash management operations. **Expense Management**: Create virtual cards for expenses. **Payment Processing**: Automate vendor and payroll payments. The Mercury MCP Server brings modern banking to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "mercury": {}
  }
}

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