Model Context Protocol

Run your ecommerce store by chatting with Claude.

The Orderain MCP server lets any AI assistant manage your store through natural language. Add products, check orders, update inventory, refund a customer, run a sales report, just by asking. Works with Claude Desktop, Cursor, ChatGPT, Codex, and any MCP-compatible client.

Explore the Commerce API

$5

/month starting

0%

platform fees

10+

MCP tools at launch

C

Claude + Orderain MCP

Live store, natural language

Connected

YOU

Add a new product called Lavender Soy Candle, priced at $24, 8oz, dark amber jar.

CLAUDE

Product created. ID: prd_8sJ2k. It is live in your Wickwood store with the default category. Want me to add product images or write a description?

Called create_product via Orderain MCP

What is MCP?

Model Context Protocol is an open standard from Anthropic that lets AI assistants connect to external tools and data sources in a standardized way. Think USB for AI. Before MCP, every integration was custom. Now any compliant AI client can talk to any compliant server.

The Orderain MCP server exposes your store as a set of tools. The AI reads the tool list, decides which one fits the user's request, and calls it. You get a working store managed by chat.

Open protocol

MCP is an open standard from Anthropic. Any AI client that supports MCP can use the Orderain server. No vendor lock.

Tools, not chatbots

The server exposes real actions (create_product, refund_order). The AI decides which to call. Real operations, not generic chat.

Your token, your data

Uses your existing Orderain API token. The MCP server is a thin wrapper over the headless API you already have access to.

Multi-client

Install once. Works in Claude Desktop, Cursor, Cline, Continue, Zed, and any future MCP-compatible client.

Every store operation. One chat interface.

The Orderain MCP server exposes the actions store owners take every day. The AI does them on your behalf.

Products

  • create_product
  • update_product
  • list_products
  • delete_product

Orders

  • list_orders
  • get_order
  • update_order_status
  • refund_order

Inventory

  • check_stock
  • update_inventory
  • set_low_stock_alert
  • bulk_inventory_update

Customers

  • list_customers
  • get_customer
  • get_customer_orders

Analytics

  • get_sales_summary
  • get_top_products
  • get_revenue
  • get_traffic_stats

Store config

  • update_shipping_zone
  • add_payment_method
  • update_store_settings

Install in 30 seconds

Generate an Orderain API token from your dashboard, drop the snippet into your MCP client config, and start managing your store by chat. No new accounts. No new credentials. Your existing Orderain token works.

  1. 1 Sign up free at orderain.com and generate an API token
  2. 2 Add the Orderain MCP server config to your AI client
  3. 3 Start chatting. The AI handles the rest.

Claude Desktop config

claude_desktop_config.json
{
  "mcpServers": {
    "orderain": {
      "command": "npx",
      "args": ["-y", "@orderain/mcp-server"],
      "env": {
        "ORDERAIN_API_TOKEN": "ord_live_xxxxxxx"
      }
    }
  }
}

Works the same in Cursor, Cline, Continue, Zed, and any other MCP-compatible client.

Works with every MCP client

One server. Every AI assistant that speaks Model Context Protocol.

Claude Desktop

Anthropic, official

Cursor

Built-in MCP support

Claude.ai web

Remote MCP, v2

ChatGPT

Via MCP bridge

Cline

VS Code extension

Zed

Native MCP client

Who this is for

Two audiences benefit immediately. Both run their stores faster with the MCP server connected.

Non-technical store owners

Run your boutique, candle brand, perfume store, or dropshipping store by chatting with Claude. No dashboard hunting.

  • Hey Claude, what sold yesterday?
  • Add 50 units to the lavender candle stock.
  • Refund order 1248 and message the customer.
  • Launch a 15% Black Friday sale across the candle category.

Developers and agencies

Build commerce automations and store operations using AI agents. Manage 10 client stores from a single chat window.

  • Pull last week's revenue across all my client stores.
  • Sync the catalog from staging to production.
  • Generate an inventory low-stock report and email it to the team.
  • Auto-restock products that hit zero from supplier feed.

What changes when MCP is connected

Daily store taskWithout MCPWith Orderain MCP
Add a new productOpen dashboard, click Products, fill form, upload image, saveTell the AI what to add
Check last week's revenueOpen Analytics, pick date range, read chartAsk in plain English, get the number
Refund an order + message customerTwo separate flows in the dashboardOne sentence to the AI
Launch a sale across a categoryPromotion module, manual rule setup"Run a 20% sale on perfumes this weekend"
Find low-stock products and reorderInventory report, manual check, contact supplierAI reports + creates reorder draft automatically
Coming soon

Shipping in the next sprint

The Orderain MCP server is in active development. v1 will be a local install via npm. Remote-hosted with OAuth is on the roadmap right after.

v1.0

Local install via npm

npx @orderain/mcp-server with Claude Desktop, Cursor, Cline, Continue, Zed. Uses your existing Orderain API token.

In build

v2.0

Remote-hosted with OAuth

mcp.orderain.com endpoint with sign-in flow. Removes token copy-paste step. For Claude.ai web, ChatGPT, and future remote-MCP clients.

Next

v3.0

Workflow templates + actions

Pre-built multi-step playbooks (weekly performance report, low-stock auto-reorder, abandoned cart sweep) the AI can run on a schedule.

Planned

Frequently asked

What is the Model Context Protocol (MCP)?

MCP is an open standard from Anthropic that lets AI assistants connect to external tools and data sources in a standardized way. It is essentially a universal interface so any compliant AI client can use any compliant server. Released late 2024, adopted across the AI ecosystem in 2025.

Do I need to be a developer to use this?

No. Once the MCP server is configured (a one-time copy-paste), you manage your Orderain store by chatting with Claude or any other AI client in plain English. The tools are designed for store owners, not developers.

Does the Orderain MCP server cost extra?

No. MCP access is included with your existing Orderain plan. Free tier gets read-only tools (list products, view orders). Solo, Team, and Business plans get the full read and write tool set with progressively higher monthly call limits.

How does authentication work?

The MCP server uses your existing Orderain API token. Generate it in your dashboard, paste into the MCP client config, done. No new auth system, no new accounts. The remote-hosted version (v2) will add OAuth for a click-based flow.

Which AI clients can use the Orderain MCP server?

Any client that supports the Model Context Protocol. At launch that includes Claude Desktop, Cursor, Cline, Continue, and Zed. Remote-hosted v2 will add Claude.ai web and ChatGPT support. The list is growing every month.

Can the AI make destructive changes (delete products, mass refund)?

You control which tools are exposed and which require explicit confirmation. By default, destructive operations (delete, mass refund, bulk delete) ask for confirmation. Read operations run silently. You can adjust permissions per token.

How is this different from Orderain Buddy?

Buddy is the AI agent that lives inside Orderain (you chat with it in the Orderain dashboard). The MCP server is the inverse, it lets Orderain live inside other AI clients (Claude, Cursor, etc.) so you can manage your store without opening Orderain at all. Both can coexist.

When does it launch?

v1 (local install) is in active development. Sign up for the notify list above and we'll email you the day it ships. Early subscribers get a 90-day Solo plan credit.

Be the first to ship a store you run by chat.

The Orderain MCP server is in active build. Get notified the day it ships, plus a free 90-day Solo plan upgrade for early users.

Explore Commerce API