MCP · Model Context Protocol

一行接入,让任何 AI 直接运营你的电商One line, and any AI runs your commerce

Sailer Hub 把全部运营能力封装成 MCP。装上后,Claude 等 AI 就能通过统一接口读写 Amazon、Wayfair、Etsy、eBay、Shopify 等平台——订单、库存、Listing、广告、定价、评价,全都能操作。Sailer Hub exposes every operation as MCP. Once installed, an AI like Claude can read and act across Amazon, Wayfair, Etsy, eBay and Shopify through one interface — orders, inventory, listings, ads, pricing and reviews.

一行接入(Claude Code)One-line install (Claude Code)

YOUR_TOKEN 换成你在 Sailer Hub 控制台里的 API Token 即可。Replace YOUR_TOKEN with your Sailer Hub API token from the console.

claude mcp add sailerhub --env SAILERHUB_TOKEN=YOUR_TOKEN -- npx -y github:Sailerpartners/sailerhub-mcp

或用配置(Claude Desktop / 任意 MCP 客户端)Or via config (Claude Desktop / any MCP client)

{
  "mcpServers": {
    "sailerhub": {
      "command": "npx",
      "args": ["-y", "github:Sailerpartners/sailerhub-mcp"],
      "env": { "SAILERHUB_TOKEN": "YOUR_TOKEN" }
    }
  }
}

接入流程Integration flow

四步,让你的 AI 开始运营。Four steps to put your AI to work.

取 TokenGet a token

登录 Sailer Hub 控制台,复制你的 API Token。Log in to the Sailer Hub console and copy your API token.

装 MCPInstall MCP

上面的一行命令,或把配置粘进客户端。Run the one-liner, or paste the config into your client.

装 SkillAdd the Skill

(可选)装上运营 Skill,AI 就懂怎么把系统用好。(Optional) add the operating Skill so the AI knows how to run it well.

开跑Operate

直接对 AI 说"看看 Wayfair 订单""同步库存",它就做。Just tell the AI "check Wayfair orders" or "sync inventory".

Your AI  ──MCP──▶  sailerhub-mcp  ──HTTPS──▶  Sailer Hub API  ──▶  Executor  ──▶  Amazon / Wayfair / Etsy / eBay / Shopify …

工具与 APITools & API

工具直接返回数据;action 工具下发任务,由 Sailer Hub 执行器落地(有官方 API 走 API,没有的用 AI 操作后台)——始终遵守各平台规则。每个工具对应一个 REST 端点。Read tools return data directly; action tools create tasks the Sailer Hub executor carries out (official API where available, AI back-office where not) — always within platform rules. Each tool maps to a REST endpoint.

工具ToolREST说明Description
dashboard_summaryGET /api/dashboard/summary销售/订单/广告花费/ACOS 总览 + 告警Sales / orders / ad-spend / ACOS + alerts
list_storesGET /api/stores所有已接入店铺 + 授权状态Connected stores + auth status
integrations_overviewGET /api/integrations每店凭证缺口 + 同步状态Credential gaps + sync state
list_orders / get_orderGET /api/orders多平台订单Orders across platforms
list_listingsGET /api/listings产品刊登Product listings
list_inventoryGET /api/inventory多仓库存Inventory across warehouses
list_ad_campaignsGET /api/ads/campaigns广告 CampaignAd campaigns
finance_summaryGET /api/finance/summary回款/费用/广告/净额Payout / fees / ad-spend / net
list_reviewsGET /api/reviews评价(可筛差评/未回)Reviews (low / unanswered)
list_tasksGET /api/tasksAI 任务中心AI task center
test_connectionactionPOST /api/integrations/:id/test验证店铺连接Verify a store connection
sync_storeactionPOST /api/integrations/:id/sync立即同步某数据域Pull latest for a domain
update_listing_priceactionPOST /api/listings/:id/actions改价Change a listing price
respond_reviewactionPOST /api/reviews/:id/actions回复评价Reply to a review
create_taskactionPOST /api/tasks高级:自定义任务Advanced: raw task

鉴权:所有请求带 Authorization: Bearer <token>。完整源码与工具 schema 见 GitHub 仓库Auth: every request carries Authorization: Bearer <token>. Full source and tool schemas on GitHub.

给你的 AI 一套电商运营的手Give your AI hands to run commerce

装上 MCP,登录取 Token,让 AI 直接开始运营。Install the MCP, grab a token, and let AI start operating.

GitHub 登录取 Token →Get your token →