HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors
HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors
Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (36/37 approved); 3 highly-trusted packages.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-chrischall-honeybook-mcp": {
"args": [
"-y",
"honeybook-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A Model Context Protocol server that connects Claude to the HoneyBook client portal, giving you natural-language access to contracts and invoices sent by your wedding vendors.
[!WARNING] AI-developed project. This codebase was built and is actively maintained by Claude Code. No human has audited the implementation. Review all code and tool permissions before use.
Ask Claude things like:
use_magic_link to snapshot the session out of your signed-in vendor portal tab.By using this MCP server, you acknowledge and agree to the following:
1. This server accesses your own HoneyBook workspace. Every request is dispatched through your own signed-in browser session via the fetchproxy extension. It does not — and cannot — access anyone else's workspace.
2. HoneyBook's Terms of Service govern your use of this server, just as they govern your direct use of honeybook.com. The clauses most relevant here:
In connection with your use of the Service you will not engage in or use any data mining, robots, scraping or similar data gathering or extraction methods.
And: users may not "modify, copy, frame, scrape, rent, lease, loan, sell, distribute or create derivative works based on the Service or the Service Content."
You are agreeing to those terms — read by the maintainer 2026-05-23 — every time you invoke a tool in this server. HoneyBook's ToS broadly prohibits data mining and scraping; this MCP is an unofficial automation tool and HoneyBook has not granted it an exception.
3. Personal, single-business use only. This project is not affiliated with, endorsed by, sponsored by, or in partnership with HoneyBook, Inc. It is a personal automation tool that an individual HoneyBook account holder can use to drive their own workspace. Do not use it on behalf of another business, do not bulk-extract HoneyBook's directory or template content, and do not create a derivative SaaS product on top of it.
4. Stability is not guaranteed. This server calls internal HoneyBook endpoints that HoneyBook may change without notice. It may break.
5. You accept full responsibility for any consequences of using this server in connection with your HoneyBook account — rate limiting, account warnings, suspension, or any enforcement action HoneyBook takes. HoneyBook can detect automated traffic and may block your IP or workspace. If HoneyBook objects to your use, stop using this server.
This section is the maintainer's good-faith summary of the terms — it is not legal advice and does not modify or supersede HoneyBook's actual ToS.
git clone https://github.com/chrischall/honeybook-mcp.git
cd honeybook-mcp
npm install
npm run build
Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"honeybook": {
"command": "node",
"args": ["/absolute/path/to/honeybook-mcp/dist/bundle.js"]
}
}
}
No environment variables are required.
HoneyBook has no public client-portal API. This MCP reuses the same auth state your browser has after clicking a vendor's magic link, via the fetchproxy 0.3.0 browser extension.
One-time setup:
*.hbportal.co portal.Per-vendor activation:
use_magic_link with the magic-link URL — the tool asks the fetchproxy extension to snapshot the page's localStorage["jStorage"] and the hb-api-fingerprint request header, then closes the bridge. No headless browser is spawned.origin explicitly when multiple vendors are active.Sessions are stored in memory and persisted to ~/.honeybook-mcp/sessions.json (mode 0600) so they survive MCP restarts. Re-run use_magic_link when a session expires.
Tools that touch a vendor accept an optional origin argument (e.g. https://acme.hbportal.co). When only one session is active it is inferred.
| Tool | What it does | Permission |
|---|---|---|
use_magic_link | Capture a session from a magic-link URL | Confirm |
list_active_sessions | Show currently active portal sessions | Auto |
list_workspace_files | Files from one vendor; filter by type | Auto |
get_workspace_file | Full detail for one file | Auto |
get_workspace | Workspace detail + status flags | Auto |
list_payment_methods | Saved payment methods | Auto |
sign_contract | Deep link to sign in portal (requires confirm:true) | Confirm |
pay_invoice | Deep link to pay in portal (requires confirm:true) | Confirm |
use_magic_link.use_magic_link first.api.honeybook.com/api/v2/* request, then retry.~/.honeybook-mcp/sessions.json is written with mode 0600; directory with mode 0700sign_contract, pay_invoice) require confirm:true and return portal deep links rather than signing/paying headlesslynpm test # run tests
npm run build # tsc + esbuild bundle
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.