Honeybook
/install honeybook
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.
Tools
use_magic_link— Capture a session from a vendor magic-link URLlist_active_sessions— Show currently active portal sessionslist_workspace_files— All files one vendor has shared (filter by type)get_workspace_file— Full detail for one fileget_workspace— Workspace detail + status flagslist_payment_methods— Saved payment methodssign_contract— Deep link to sign in portal (requiresconfirm:true)pay_invoice— Deep link to pay in portal (requiresconfirm:true)
Workflows
- First time → user pastes magic-link URL from vendor email →
use_magic_link→ session captured - "What contracts haven't I signed?" →
list_workspace_fileswithfile_type=agreement, filter byis_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_files→sign_contractwithconfirm:true - "Which invoices are overdue?" →
list_workspace_fileswithfile_type=invoice, sort by due date
Notes
- Each vendor = separate session keyed by portal origin (e.g.
https://acme.hbportal.co) - Sessions cached in
~/.honeybook-mcp/sessions.json(mode 0600) - Write tools (
sign_contract,pay_invoice) return deep links in v2 - Session expires → re-run
use_magic_linkwith a fresh URL from the vendor's email
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install honeybook - After installation, invoke the skill by name or use
/honeybook - Provide required inputs per the skill's parameter spec and get structured output
What is Honeybook?
This skill should be used when the user asks about HoneyBook client-portal data. Triggers on phrases like "check HoneyBook", "sign contract", "pay invoice",... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install Honeybook?
Run "/install honeybook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Honeybook free?
Yes, Honeybook is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Honeybook support?
Honeybook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Honeybook?
It is built and maintained by chrischall (@chrischall); the current version is v0.1.10.