把 扣子空间 Coze Space 連接到 Busabase
ByteDance's agent space, which accepts custom MCP services; it is also the outward extension surface for 豆包.
Busabase MCP 伺服器
https://busabase.com/api/mcp

設定步驟
代管聊天沒有 shell、也沒有檔案系統,連接器是唯一的入口。
加入伺服器
把你的聊天用戶端指向 Busabase 的 MCP 端點。
登入
在瀏覽器中完成 OAuth —— 不需要建立 client id 或密鑰。
選擇夠用的最小權限
changeRequest 只讓 Agent 提出變更提案,永遠無法自行合併。
驗證
請 Agent 在開始任何工作之前,先呼叫 auth_verify。
逐步說明
這個主機沒有 shell,連接器是唯一的入口。
一覽表
- 廠商
- ByteDance
- 連接方式
- MCP + API 金鑰
- 傳輸方式
- Streamable HTTP
- 驗證方式
- API 金鑰
Add a custom MCP service and paste the URL. If the platform only accepts a static header rather than OAuth, create an API key scoped to changeRequest rather than write. The platform can then propose changes but can never merge them, so approval-first is enforced by the credential itself instead of by instructions the agent could ignore.
已知的注意事項
The platform may only accept a static header rather than OAuth. Create a changeRequest-scoped API key (not write) — the credential itself then enforces propose-but-never-merge, which is more reliable than instructions an agent could ignore. It also cannot reach Busabase Desktop.
能力比較
與目錄中其他已收錄的 Agent,並列比較連線能力。
| 能力 | |||
|---|---|---|---|
| 類型 | 網頁聊天 | 終端機 Agent | AI 編輯器 |
| 推薦路徑 | MCP 連接器 | Agent Skill | Agent Skill |
| 連接方式 | MCP + API 金鑰 | MCP + OAuth · 外掛/技能 | MCP + OAuth · 外掛/技能 |
| 傳輸方式 | Streamable HTTP | Streamable HTTP | Streamable HTTP |
| 驗證方式 | API 金鑰 | OAuth(動態註冊) | OAuth(動態註冊) |
Busabase MCP 伺服器
https://busabase.com/api/mcp