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
Snipcart MCP
🛒

Snipcart MCP MCP Server

Shopping cart platform for developers.

snipcartcartecommercedeveloper

About

## Snipcart MCP Server: Drop-in Shopping Cart The **Snipcart MCP Server** integrates Snipcart's embeddable shopping cart into Google Antigravity, enabling developers to add e-commerce to any website through AI-assisted cart management. ### Why Snipcart MCP? - **Drop-in Cart**: Add e-commerce to any existing website - **Developer Friendly**: Simple HTML attributes or JavaScript API - **Hosted Checkout**: Secure, PCI-compliant checkout - **Multi-Currency**: Support for 20+ currencies - **Digital Products**: Built-in digital delivery ### Key Features #### 1. Product and Cart Management ```javascript // Get products from store const products = await snipcart.getProducts({ limit: 50, offset: 0 }); // Get cart const cart = await snipcart.getCart({ token: cartToken }); // Add item to cart await snipcart.addItem({ token: cartToken, id: "PROD-001", name: "Product Name", price: 99.99, quantity: 1, url: "https://yoursite.com/product" }); // Update cart item await snipcart.updateItem({ token: cartToken, uniqueId: itemId, quantity: 2 }); ``` #### 2. Order Management ```javascript // Get orders const orders = await snipcart.getOrders({ status: "Processed", from: "2024-12-01", to: "2024-12-31" }); // Get order details const order = await snipcart.getOrder({ token: orderToken }); // Update order status await snipcart.updateOrder({ token: orderToken, status: "Shipped", trackingNumber: "TRACK123" }); // Issue refund await snipcart.refundOrder({ token: orderToken, amount: 49.99 }); ``` ### Configuration ```json { "mcpServers": { "snipcart": { "command": "npx", "args": ["-y", "@anthropic/mcp-snipcart"], "env": { "SNIPCART_API_KEY": "your-secret-api-key" } } } } ``` ### Use Cases **JAMstack Commerce**: Add shopping to static sites. **Digital Products**: Sell digital downloads with automatic delivery. **Quick Commerce**: Add e-commerce without rebuilding your site. The Snipcart MCP Server brings drop-in commerce to any website.

Installation

Configuration
{
  "mcpServers": {
    "snipcart": {}
  }
}

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