← 返回
未分类 中文

Tmp.9igbD5KvFc

This skill should be used when the user asks about HoneyBook client-portal data. Triggers on phrases like "check HoneyBook", "sign contract", "pay invoice",...
此技能用于用户询问HoneyBook客户端门户数据时,触发词如“查看HoneyBook”、“签署合同”、“支付发票”等。
chrischall chrischall 来源
未分类 clawhub v0.3.5 6 版本 100000 Key: 无需
★ 0
Stars
📥 353
下载
💾 0
安装
6
版本
#latest

概述

honeybook-mcp

MCP server for HoneyBook's client portal — 8 tools for viewing contracts and invoices across multiple wedding vendors, with magic-link session capture and deep-link fallback for signing and paying.

Setup

Option A — Claude Code

Add to .mcp.json:

{
  "mcpServers": {
    "honeybook": {
      "command": "node",
      "args": ["/absolute/path/to/honeybook-mcp/dist/bundle.js"]
    }
  }
}

No env vars required. Activate a session by calling use_magic_link in Claude.

Option B — from source

git clone https://github.com/chrischall/honeybook-mcp
cd honeybook-mcp && npm install && npm run build

Tools

ToolWhat it does
-------------------------------------------------------------------------------
use_magic_linkCapture a session from a vendor magic-link URL
list_active_sessionsShow currently active portal sessions
list_workspace_filesAll files one vendor has shared (filter by type)
get_workspace_fileFull detail for one file
get_workspaceWorkspace detail + status flags
list_payment_methodsSaved payment methods
sign_contractDeep link to sign in portal (requires confirm:true)
pay_invoiceDeep link to pay in portal (requires confirm:true)

Workflows

  • First time with a vendor → user pastes magic-link URL → use_magic_link → session captured
  • "What contracts haven't I signed?"list_workspace_files with file_type=agreement, filter by is_file_accepted=false
  • "Summarize my HB status with Silk Veil"get_workspace (status flags) + list_workspace_files
  • "Send me a link to sign the photographer's contract"list_workspace_filessign_contract with confirm:true
  • "Which invoices are overdue?"list_workspace_files with file_type=invoice, sort by due date

Notes

  • All tools hit api.honeybook.com/api/v2/ with 8 custom hb-api- headers
  • Sessions are captured via Puppeteer from magic-link URLs and cached in ~/.honeybook-mcp/sessions.json (mode 0600)
  • Each vendor = separate session keyed by portal origin
  • sign_contract / pay_invoice return deep links — actual signing/paying requires browser-side device/SCA handling
  • Session expires → re-run use_magic_link with a fresh URL from the vendor's email

版本历史

共 6 个版本

  • v0.3.5 当前
    2026-06-17 19:25
  • v0.3.4
    2026-06-14 19:46 安全 安全
  • v0.3.3
    2026-06-11 17:52
  • v0.3.2
    2026-06-06 06:52
  • v0.3.1
    2026-05-31 13:45
  • v0.2.4
    2026-05-28 13:41

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,404
business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,306
office-efficiency

Tmp.MII9JI7trn

chrischall
用于当用户要求读取、写入、格式化或管理 Google 表格时。触发请求包括电子表格数据、单元格格式、标签页管理、命名范围等。
★ 0 📥 1,682