AgenticBooks MCP Server
OfficialSyncs classified ledger entries to QuickBooks for accounting reconciliation.
Ingests Stripe webhooks to normalize payment and subscription events into double-entry accounting entries.
Syncs classified ledger entries to Xero for accounting reconciliation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgenticBooks MCP ServerShow me unreviewed transactions grouped by vendor."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgenticBooks MCP Server
Financial data infrastructure for AI agents. Connect Claude (or any MCP client) directly to a startup's books — read live P&L and bank balances, review and reclassify transactions, manage the chart of accounts, and connect banking sources — over a secure, OAuth-authenticated remote MCP server.
This is a hosted (remote) MCP server. You don't install or self-host it — you connect your MCP client to the AgenticBooks endpoint and authenticate with your AgenticBooks account. This repository is the public listing and connection guide; the server itself runs as managed infrastructure.
Website: https://agenticbooks.com
MCP endpoint:
https://mcp.agenticbooks.ai/mcpTransport: Streamable HTTP
Auth: OAuth 2.0 (Claude "Custom Connector" flow via Clerk) or an
ab_API key
What it does
AgenticBooks ingests webhooks from Stripe, Mercury, RevenueCat and other sources, normalises and classifies the events into double-entry accounting, and syncs to QuickBooks/Xero. This MCP server exposes that ledger to an AI agent so the agent can answer financial questions and take bookkeeping actions on the user's behalf — every write is audit-trailed and scoped to the caller's organisation.
Typical prompts once connected:
"What's our P&L for last month?"
"How much cash do we have across all bank accounts right now?"
"Show me transactions that still need review, grouped by vendor."
"Reclassify the Vercel charges as Hosting, and remember that for next time."
Related MCP server: penni-mcp
Connect
Claude (Desktop / Web) — Custom Connector (OAuth)
Open Settings → Connectors → Add custom connector.
Enter the MCP server URL:
https://mcp.agenticbooks.ai/mcpComplete the OAuth sign-in when prompted. You'll authenticate with your AgenticBooks account; access is scoped to your organisation.
See Anthropic's guide to remote custom connectors: https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp
API key (any MCP client over HTTP)
If your client doesn't support the OAuth connector flow, authenticate with an
ab_ API key (create one in the AgenticBooks dashboard) as a bearer token:
{
"mcpServers": {
"agenticbooks": {
"transport": "http",
"url": "https://mcp.agenticbooks.ai/mcp",
"headers": {
"Authorization": "Bearer ab_your_api_key_here"
}
}
}
}The two auth modes are independent — OAuth and ab_ keys both work; you only
need one.
Tools
All tools operate within the authenticated organisation. Reads are non-destructive; writes are recorded in an append-only audit trail.
Reporting & balances
Tool | What it does |
| One-call snapshot: current-month P&L, balances across all connected providers, unreviewed-event count, and ledger sync health. |
| Profit & loss report over a date range, built from classified events. |
| Current balances across the org's connected money providers. |
| Bank holdings, one line per connected bank (Mercury, etc.). |
| Reads the append-only audit trail, newest first. |
Review & classification
Tool | What it does |
| Lists classified events the rules engine couldn't confidently categorise. |
| Summarises the review queue clustered by counterparty and direction. |
| Approves one event from the review queue by assigning its account. |
| Changes the account on an already-posted ledger entry (audit-trailed). |
Counterparty rules (the learned vendor map)
Tool | What it does |
| Creates/updates a persistent rule mapping a counterparty to an account. |
| Lists the org's learned counterparty → account rules. |
| Re-points an existing rule at a different account (affects future events). |
| Removes a rule; future events from that counterparty stop auto-classifying. |
Chart of accounts
Tool | What it does |
| Lists the org's chart of accounts (code, name, type, active). |
| Adds a new account; the system auto-assigns the code. |
| Renames an account (the code never changes). |
| Deactivates or reactivates a chart account. |
Periods & integrations
Tool | What it does |
| Runs the month-end close, including unrealized FX revaluation. |
| Queues a historical import over a chosen window. |
| Connects the org to Mercury via a read-only, scoped API token. |
| Disables the org's Mercury integration (audit-trailed). |
Security
Every tool call is authenticated (OAuth access token or
ab_API key) and scoped to a single organisation.All writes are recorded in an append-only audit trail.
Banking credentials are stored per-organisation and encrypted at rest; they are never accepted as, or exposed via, MCP tool arguments.
Links
Website — https://agenticbooks.com
Support — https://agenticbooks.com (contact via dashboard)
AgenticBooks is a hosted service. This repository documents how to connect; it is not the server source.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgenticBooks/agenticbooks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server