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 vendors", "unsigned contracts", "open invoices", "message the planner", "reply to my vendor", "next meeting with the planner", or any request involving wedding-vendor contracts, invoices, brochures, proposals, payments, messages, meetings or tasks via HoneyBook.
Design & media
Tmp.Qc78vaSSBQ
Try itThis skill should be used when the user asks about HoneyBook client-portal data. Triggers on phrases like "check HoneyBook", "sign contract", "pay invoice", "HoneyBook vendors", "unsigned contracts", "open invoices", or any request involving wedding-vendor contracts, invoices, brochures, proposals, or payments via HoneyBook.
What it does
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 vendors", "unsigned contracts", "open invoices", or any request involving wedding-vendor contracts, invoices, brochures, proposals, or payments via HoneyBook.
The skill document
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
Related skills
Read HoneyBook client-portal data (contracts, invoices, proposals, payment methods, workspace status) from a shell with the fpx CLI (@fetchproxy/cli) instead of running the honeybook-mcp server — capture a vendor session once via the signed-in browser tab, then curl api.honeybook.com directly. Use when you want HoneyBook data without the MCP, in a script, or on a machine where the MCP isn't installed.
HoneyHive (honeyhive.ai). Use this skill for ANY HoneyHive request — reading, creating, updating, and deleting data. Whenever a task involves HoneyHive, use this skill instead of calling the API directly.
Invoice Ninja (invoiceninja.com). Use this skill for ANY Invoice Ninja request — reading, creating, and updating data. Whenever a task involves Invoice Ninja, use this skill instead of calling the API directly.
Honeycomb (honeycomb.io). Use this skill for ANY Honeycomb request — reading, creating, and updating data. Whenever a task involves Honeycomb, use this skill...
Generate branded invoice and billing-document PDFs for agentic development services, including deposits, milestones, retainers, change orders, pass-through e...