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
Ramp MCP
📊

Ramp MCP MCP Server

Corporate cards and expense automation.

rampexpensescorporate-cardsautomation

About

## Ramp MCP Server: Corporate Spend The **Ramp MCP Server** integrates Ramp's corporate card and spend management platform into Google Antigravity, enabling developers to automate expense management through AI-assisted financial workflows. ### Why Ramp MCP? - **5x Faster Closing**: Automated expense categorization - **Smart Controls**: Real-time spending limits and rules - **Cashback Rewards**: 1.5% cashback on all purchases - **Bill Payments**: Unified bill pay and vendor management - **Procurement**: Streamlined purchase requests ### Key Features #### 1. Card and Transaction Management ```javascript // Get cards const cards = await ramp.getCards({ status: "active" }); // Create virtual card const card = await ramp.createCard({ userId: "user_123", displayName: "AWS Expenses", spendingRestrictions: { amount: 5000, interval: "monthly", categories: ["Software", "Cloud Services"] } }); // Get transactions const transactions = await ramp.getTransactions({ cardId: card.id, startDate: "2024-12-01", endDate: "2024-12-31" }); // Update card limit await ramp.updateCard({ cardId: card.id, spendingRestrictions: { amount: 10000 } }); ``` #### 2. Expense and Reimbursement ```javascript // Get receipts const receipts = await ramp.getReceipts({ status: "pending" }); // Match receipt await ramp.matchReceipt({ transactionId: "tx_123", receiptId: "receipt_456" }); // Create reimbursement const reimbursement = await ramp.createReimbursement({ userId: "user_123", amount: 15000, // cents merchant: "Office Depot", memo: "Office supplies" }); // Get spend by department const deptSpend = await ramp.getSpendByDepartment({ startDate: "2024-12-01", endDate: "2024-12-31" }); ``` ### Configuration ```json { "mcpServers": { "ramp": { "command": "npx", "args": ["-y", "@anthropic/mcp-ramp"], "env": { "RAMP_CLIENT_ID": "your-client-id", "RAMP_CLIENT_SECRET": "your-client-secret" } } } } ``` ### Use Cases **Expense Automation**: Automate expense categorization and receipt matching. **Spend Control**: Implement department and category budgets. **Financial Visibility**: Real-time visibility into company spending. The Ramp MCP Server brings intelligent spend management to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "ramp": {}
  }
}

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