Connect an AI agent (MCP)
Point your AI agent at your books and let it work
Book exposes an MCP server, so you can connect an AI agent - Google Antigravity, Claude Code, or any MCP client - and have it do real bookkeeping tasks against your data instead of just answering questions in a chat window.
- The old way
- AI assistance meant copying figures out of the accounting system into a chatbot and pasting suggestions back by hand. The assistant never actually touched the books.
- What the bot does now
- Connected over MCP, the agent uses real Book tools - reading transactions and reports, creating journal entries as OneDrive files, importing and validating them, attaching supporting documents, and running payroll and operations helpers.
- Where you sign off
- Access is scoped, and the things that move money or hit the ledger - posting a journal entry, for example - stay a deliberate human step. The agent drafts; you post.
Grounded in the Book MCP tool registry (src/lib/mcp/book/tool-registry.ts) and its registered tool sets - books, journals, journals-drive, operations, firm-admin, and payroll.
What it looks like
Your own assistant - Antigravity, Claude, or ChatGPT - calling real WorkpaperOS tools over MCP. Anything that changes the file waits for your review and sign-off in the app. Synthetic data shown.
How it flows