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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
Square MCP
⬛

Square MCP MCP Server

Payment processing and business tools.

squarepaymentsposinventory

About

## Square MCP Server: Unified Commerce The **Square MCP Server** integrates Square's commerce platform into Google Antigravity, enabling developers to manage payments, inventory, and customers through AI-assisted unified commerce workflows. ### Why Square MCP? - **Unified Platform**: Payments, POS, inventory in one platform - **Omnichannel**: Online and in-person commerce - **Hardware Integration**: POS terminals and card readers - **Financial Services**: Banking and lending for sellers - **Developer Friendly**: Comprehensive APIs and SDKs ### Key Features #### 1. Payment Processing ```javascript // Create payment const payment = await square.createPayment({ sourceId: "card_nonce", idempotencyKey: "unique_key", amountMoney: { amount: 9999, currency: "USD" }, locationId: "location_123", orderId: "order_456" }); // Capture payment await square.completePayment({ paymentId: payment.id }); // Refund payment await square.refundPayment({ paymentId: payment.id, amountMoney: { amount: 4999, currency: "USD" }, reason: "Customer request" }); ``` #### 2. Catalog and Inventory ```javascript // Create catalog item const item = await square.upsertCatalogItem({ idempotencyKey: "unique_key", object: { type: "ITEM", itemData: { name: "Square Product", description: "Sold with Square", variations: [ { type: "ITEM_VARIATION", itemVariationData: { name: "Regular", priceMoney: { amount: 9999, currency: "USD" } } } ] } } }); // Update inventory await square.batchChangeInventory({ idempotencyKey: "unique_key", changes: [ { type: "ADJUSTMENT", adjustment: { catalogObjectId: item.id, locationId: "location_123", quantity: "100" } } ] }); ``` ### Configuration ```json { "mcpServers": { "square": { "command": "npx", "args": ["-y", "@anthropic/mcp-square"], "env": { "SQUARE_ACCESS_TOKEN": "your-access-token", "SQUARE_ENVIRONMENT": "production" } } } } ``` ### Use Cases **Omnichannel Commerce**: Unify online and in-store operations. **Payment Processing**: Accept payments across channels. **Inventory Management**: Track inventory across locations. The Square MCP Server brings unified commerce to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "square": {}
  }
}

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