HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-chrischall-honeybook-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance / legal
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.chrischall/honeybook-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 capture each vendor's sessiongit 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.
Workflow:
use_magic_link with that URL. A headless Chrome window opens, follows the link, and captures the session automatically.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 with a fresh magic-link URL from the vendor's email.use_magic_link first.PUPPETEER_EXECUTABLE_PATH to your Chrome binary, or install Chrome at the default path.~/.honeybook-mcp/sessions.json is written with mode 0600; directory with mode 0700sign_contract, pay_invoice) req