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
Reaction Commerce MCP
⚡

Reaction Commerce MCP MCP Server

Real-time commerce platform built with Node.js.

reactionnodejsrealtimeheadless

About

## Reaction Commerce MCP Server: Real-Time Commerce The **Reaction Commerce MCP Server** integrates Reaction's real-time commerce platform into Google Antigravity, enabling developers to build modern, event-driven e-commerce solutions through AI-assisted workflows. ### Why Reaction Commerce MCP? - **Real-Time**: Event-driven architecture with live updates - **Headless**: API-first for custom storefronts - **Microservices**: Modular, scalable architecture - **Open Source**: MIT-licensed, community-driven - **GraphQL**: Modern GraphQL API ### Key Features #### 1. Product Operations ```graphql # Create product via MCP mutation CreateProduct { createProduct(input: { shopId: "shop_123" product: { title: "New Product" description: "Product description" vendor: "Your Brand" isVisible: true } }) { product { _id title } } } ``` ```javascript // JavaScript interface const product = await reaction.createProduct({ shopId: "shop_123", title: "New Product", description: "Description", variants: [ { title: "Default", price: 99.99, sku: "PROD-001" } ] }); // Update product await reaction.updateProduct({ productId: product._id, title: "Updated Product", isVisible: true }); ``` #### 2. Order Processing ```javascript // Get orders const orders = await reaction.getOrders({ shopId: "shop_123", status: "new" }); // Update order status await reaction.updateOrderStatus({ orderId: orders[0]._id, status: "coreOrderWorkflow/processing" }); // Create fulfillment await reaction.createFulfillment({ orderId: orders[0]._id, itemIds: [orders[0].items[0]._id], trackingNumber: "TRACK123" }); ``` ### Configuration ```json { "mcpServers": { "reaction": { "command": "npx", "args": ["-y", "@anthropic/mcp-reaction"], "env": { "REACTION_API_URL": "https://your-reaction.com/graphql", "REACTION_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Real-Time Commerce**: Build live-updating shopping experiences. **Microservices**: Integrate with microservices architecture. **Custom Storefronts**: Create unique shopping experiences with GraphQL. The Reaction Commerce MCP Server brings real-time commerce to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "reaction": {}
  }
}

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