Claude Desktop / Cursor 已支援
裝 @harukibox/mcp、貼 stdio MCP config、跑 harukibox login。Claude Desktop 與任何 MCP 原生 client 都能立即接上。
看 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. Supported clients today: Claude Desktop and any other stdio-MCP-aware tool (Cursor, Cline) via the @harukibox/mcp package; Claude.ai web / any HTTP-MCP client via Remote MCP at POST /api/agent/mcp; ChatGPT Custom GPT (user-built, by pasting the OpenAPI URL into a Custom GPT Action with OAuth); Python / Node / curl / n8n HTTP request / Zapier Webhook directly against the REST 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. Setup time ranges from about 5 minutes (Claude Desktop stdio MCP, Remote MCP) to 10 minutes (Custom GPT, requires setting up an OAuth credential pair) to longer for custom code. 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. Write scopes for registrations / buyers / shippings are reserved on the token but the corresponding write endpoints are not yet open server-side (POST /api/agent/products is the only write endpoint live). 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.
提供 OpenAPI 3.1 + stdio MCP + Remote MCP HTTP 三條接入。Claude Desktop、Claude.ai 雲端、Cursor、Cline 可以直接連;ChatGPT 走 Custom GPT 自架;其他能打 HTTPS 的工具用 @harukibox/cli 或自寫 client。
@harukibox/mcp · @harukibox/cli沒有「人人都 30 秒上手」的魔法 — 不同 AI client 設定流程不同。OpenAPI 與 OAuth 規範我們處理好,剩下的看你用什麼工具。
裝 @harukibox/mcp、貼 stdio MCP config、跑 harukibox login。Claude Desktop 與任何 MCP 原生 client 都能立即接上。
看 stdio 教學→Claude.ai 網頁端、ChatGPT Custom GPT 可以直接連 Remote MCP (HTTPS) 或讀 OpenAPI URL,由你發 token 後配給 client。Custom GPT 需自行在 ChatGPT 後台建立。
看 Remote MCP 教學→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
我們專心做後台與 API。AI,交給你已經在用的那一個。
你已經付錢買 ChatGPT Plus、Claude Pro、Gemini Advanced。為什麼還要學另一個產品的內建 chatbot?
OpenAPI 3.1 + MCP 2025-06 都是業界標準。AI 透過 HTTPS 即時讀寫你的資料,不是預寫 Q&A。寫入目前限於 POST /products,其他 write scope 範圍逐步擴大。
OAuth 2.1 PKCE + 90 天 access token + 365 天 refresh + 隨時撤銷 + 每次 call 寫 audit log。Token 有 scope 限制,AI 拿到的權限是你 web 後台權限的子集。
下面這四步是最常見的路徑(以 ChatGPT 為例),其他客戶端略有差異但流程相同。
免費版開始就好。先把商品、買家、訂單建好,agent 才有東西可讀寫。
選你要授權的 scope(讀商品、寫訂單…),按需要勾選,隨時可撤銷。
Claude Desktop / Cursor 貼 MCP config、Claude.ai 用 Remote MCP、ChatGPT 自架 Custom GPT 貼 OpenAPI URL — 看你的 client 哪一種。
AI 透過 HTTPS API 即時讀寫你的資料。寫入目前限於 POST /products,其他 write scope 範圍逐步開放。
每個 token 獨立設定 scope,每次 API call 寫進 audit log,隨時可撤銷。
harukibox tokens revoke 撤銷。只要支援 OAuth + OpenAPI 的 agent 工具,幾乎都接得上。挑你最熟的那一個。
| 工具 | 接入方式 | 設定時間 | 狀態 | 教學 |
|---|---|---|---|---|
CClaude Desktop | stdio MCP · @harukibox/mcp | 約 5 分鐘 | 可用 | 查看 → |
CClaude.ai (web) | Streamable HTTP MCP · POST /api/agent/mcp | 約 5 分鐘 | 可用 | 查看 → |
<>Cursor / Cline | stdio MCP · @harukibox/mcp | 約 5 分鐘 | 可用 | 查看 → |
AIChatGPT (Plus / Team) | OpenAPI Action + OAuth 需自行在 ChatGPT 後台建 Custom GPT,貼 /api/agent/openapi.json | 約 10 分鐘 | 可用(自架) | 查看 → |
>_Python / Node / curl | REST + Bearer · @harukibox/cli | 看你需求 | 可用 | 查看 → |
n8nn8n / Make / Zapier | HTTP Request 節點 無官方 node / Zap,用內建 HTTP request + Bearer header 自接 | 看你需求 | 可用(自架) | 查看 → |