工具不支援遠端連接器時
裝 @harukibox/mcp、貼 stdio MCP config、跑 harukibox login。適合離線環境,或你的 client 只吃本機 MCP server。
看 stdio 教學→harukibox Agent is the Bring-Your-Own-Agent gateway to the harukibox proxy-shopping inventory platform. It exposes the products / orders / buyers / shipping / confirmation / dashboard surfaces through OAuth 2.1 PKCE plus an OpenAPI 3.1 specification and an MCP (Model Context Protocol) server. The primary way to connect, and the one that covers most users, takes about one minute: paste https://harukibox.com/api/agent/mcp into the connector settings of Claude (web, desktop or mobile), ChatGPT (Plus or above), Claude Code or Cursor, then approve the authorization screen once. No API key is requested, no token is issued by hand, and no Custom GPT has to be built — clients register themselves through CIMD (Client ID Metadata Documents) and obtain tokens over OAuth 2.1 PKCE. Alternative paths for tools that cannot use a remote connector: local stdio MCP via the @harukibox/mcp package, or direct REST calls from Python / Node / curl / n8n HTTP request / Zapier Webhook against the OpenAPI 3.1 endpoints with a Bearer hrk_* token. Not yet provided as turnkey: dedicated iOS Shortcut template, dedicated n8n / Zapier node — both possible to build yourself with the HTTPS API. Security: OAuth 2.1 PKCE, 90-day access + 365-day refresh tokens (rotation + reuse detection), granular scopes (products:read/write, registrations:read/write, buyers:read/write, shippings:read/write, search, me), per-token IP allowlist and rate limit, full audit log, instant revoke, strict per-token organization scoping. Buyer email and phone are always masked before leaving the system. Forty-one MCP tools are exposed. Reading works on every plan including the free one; writing requires a paid plan and returns HTTP 402 with an upgrade hint otherwise. Available writes: create products and their items, create and update orders (single or batches of up to 50, with automatic price binding), fully edit existing products and items in place — including selling prices, which re-sync the price snapshot on every existing order — upload images, generate confirmation links, record prepaid balance movements, create shipment batches, manage series and characters, keep buyer memos, advance shipping status, allocate freight across orders, merge buyer aliases, assign items into warehouse boxes, and publish a shop link (賣場連結) to every buyer with an order on the products that just landed. Not exposed to agents: deleting any record, and creating the warehouse structure itself. Free plan available, no credit card. Spec: https://harukibox.com/api/agent/openapi.json · MCP HTTP: https://harukibox.com/api/agent/mcp · llms.txt: https://harukibox.com/llms.txt.
不用申請 API key、不用手動發 token、不用寫程式。
免費版就能讓 AI 讀你的商品、訂單、買家。要讓它直接幫你建訂單、改狀態則需付費方案。
Claude、ChatGPT、Claude Code、Cursor 都是同一個網址。不用先申請 API key。
授權頁會列出這個 AI 要的權限,你可以只給讀取。授權後直接對它說「這個月哪個 IP 賣最好」。
你只需要這一個網址
https://harukibox.com/api/agent/mcp不用先申請 API key、不用手動發 token。貼上網址 → 按授權 → 完成。
開啟 Claude → 左下角你的名字 → 設定(Settings)
選「連接器」(Connectors)→ 新增自訂連接器(Add custom connector)
網址貼上:
https://harukibox.com/api/agent/mcp按「連接」→ 會跳到 harukibox 的授權頁,用你的帳號登入
確認要開放的權限後按「授權」,就完成了
授權頁會顯示「Claude 想要存取你的帳號」與資料會送去 claude.ai——看到別的網域請立刻取消。
上面那條路涵蓋絕大多數人。如果你的工具不支援遠端連接器,或你本來就想自己寫程式,走這兩條。
裝 @harukibox/mcp、貼 stdio MCP config、跑 harukibox login。適合離線環境,或你的 client 只吃本機 MCP server。
看 stdio 教學→Python、Node、Go、curl、n8n HTTP request 節點… 任何能打 HTTPS 的環境都行。沒有預打包的整合(n8n / Zapier 沒專屬 node),但 OpenAPI 3.1 規範完整。
看 GitHub 範例→以下是真實 API call — AI 透過 OpenAPI 即時讀寫你的資料,不是預先寫好的 Q&A。
本月銷售排行,依營收排序:
陳小玲(買家 ID by_8f3a1c)共 3 筆訂單,合計 NT$ 12,500:
NRT-0512-A · NT$ 1,500 · 預購透過 @harukibox/cli + OAuth scope products:write
可以,但要分成兩件事:整理一次性的資料,和持續管理一門生意。 純 ChatGPT 做得到前者,做不到後者——差別不在模型聰不聰明,在於它沒有地方存你的資料。
不用接任何系統,把喊單留言整段貼進 ChatGPT,它就能整理成表格; 也能幫你換匯、算單筆成本、草擬要發給買家的訊息。 這些是真的有用,而且已經有不少代購賣家每天在這樣做。
它沒有你的資料庫。整理完的結果只存在那個對話視窗裡, 關掉就沒了,下次要重貼一次;而代購真正花時間的部分,恰好都在「下一次」。
就是讓 AI 讀寫一份會留下來的資料,而不是每次都從貼上開始。 harukibox 提供兩條路,需求不同、門檻也差很多——大部分人需要的是第一條。
| 兩條路 | 你要做的事 | 需要什麼 | 適合誰 |
|---|---|---|---|
| 站內 AI (快速登記) | 登入 harukibox,把喊單貼進「快速登記」,它自動解析成訂單讓你確認。 | 免費版就能用,每月 30 次 AI 呼叫; 專業版以上無限。 不需要 ChatGPT Plus。 | 只是想把喊單變成訂單、不想再多學一個工具的人。多數人在這一列。 |
| 接你自己的 AI (MCP 連接器) | 在 ChatGPT / Claude 貼上一個網址授權,之後在你原本的對話裡直接問資料、下指令。 | 讀取:所有方案(含免費版)。 讓 AI 直接寫入:專業版以上。 ChatGPT 那側需 Plus 以上才有連接器。 | 本來就整天待在 ChatGPT / Claude 裡、希望不要再切換視窗的人。 |
寫出來是因為這些界線會直接影響你要不要用它, 而且其中幾條是刻意設計的,不是還沒做完。
解析喊單時,角色、尺寸、數量只要判讀不出來,那幾列不會被寫進系統, 而是列成具體問題回報給你。因為猜錯的那一項會變成真的從日本寄來的貨, 你要到貨才會發現,那時已經退不掉。
AI 可以幫你記錄「這批放 3 號箱」,但箱子一定要你講。 它不會因為箱子名稱看起來跟商品有關就自己選一個—— 放錯箱比沒標位置更糟,因為你會相信系統而去翻錯的那一箱。
買家的 email 與電話一律遮蔽後才送出去(co***@gmail.com、****5678)。 AI 拿得到「這個買家收不收得到通知」,但拿不到完整聯絡方式—— 那是買家的個資,不該由賣家單方面決定要不要交給外部 AI。
不幫你決定要進什麼貨(它只告訴你賣得如何,判斷是你的); 不代收款、不介入金流;不會刪除任何資料。 另外 Gemini 目前沒有 MCP 連接器,接不上—— 要用 Gemini 的話走站內 AI 那條路。
我們專心做後台與 API。AI,交給你已經在用的那一個。
你已經付錢買 ChatGPT Plus、Claude Pro、Gemini Advanced。為什麼還要學另一個產品的內建 chatbot?
OpenAPI 3.1 + MCP 2026-07-28 都是業界標準。AI 透過 HTTPS 即時讀寫你的資料,不是預寫 Q&A。讀取所有方案都能用;讓 AI 直接寫入需要付費方案。
OAuth 2.1 PKCE + 90 天 access token + 365 天 refresh + 隨時撤銷 + 每次 call 寫 audit log。Token 有 scope 限制,AI 拿到的權限是你 web 後台權限的子集。
每個 token 獨立設定 scope,每次 API call 寫進 audit log,隨時可撤銷。
harukibox tokens revoke 撤銷。只要支援 OAuth + OpenAPI 的 agent 工具,幾乎都接得上。挑你最熟的那一個。
| 工具 | 接入方式 | 設定時間 | 狀態 | 教學 |
|---|---|---|---|---|
CClaude(網頁 / 桌面 / 手機) | 貼網址 + 一鍵授權 · /api/agent/mcp | 約 1 分鐘 | 可用 | 查看 → |
AIChatGPT(Plus 以上) | 貼網址 + 一鍵授權 · /api/agent/mcp | 約 1 分鐘 | 可用 | 查看 → |
>_Claude Code | 一行指令 · claude mcp add | 約 1 分鐘 | 可用 | 查看 → |
<>Cursor / Cline | MCP 設定檔 · /api/agent/mcp | 約 3 分鐘 | 可用 | 查看 → |
{}Python / Node / curl | REST + Bearer · @harukibox/cli | 看你需求 | 可用 | 查看 → |
n8nn8n / Make / Zapier | HTTP Request 節點 無官方 node / Zap,用內建 HTTP request + Bearer header 自接 | 看你需求 | 可用(自架) | 查看 → |