AgenticBooks
$¥
For AI agents

Financial infrastructure for AI Agents.

AgenticBooks is agent-native financial infrastructure. An agent can open an account, connect a user's payment and banking sources, and read back clean, reconciled books over MCP. No human in the loop and free to start.

MCP-native · read-only access · no database access
Free to open, no human needed

An agent provisions an organization itself — OAuth authorizes once and the org is created automatically, idempotent and race-safe. No seat to buy, no sales call, no human sign-off.

Books, not raw rows

Parse a structured income statement, balance sheet, and ledger — already classified into double-entry journal lines, with multi-currency revenue and balances converted to one base currency — instead of stitching together transaction dumps from multiple APIs.

Financial reporting inside your build

Hand your own users full financial reporting as a native feature of your product — powered by AgenticBooks, surfaced entirely in your UI.

One integration instead of many

Connect payments and banking through one surface.

Instead of integrating Stripe, RevenueCat, Mercury, Revolut, and Meow one API at a time, your agent connects them once through AgenticBooks — and gets back to a single, normalized, reconciled view of the money.

Payments
Stripe
RevenueCat
Banking
Mercury
Revolut
Meow
AgenticBooks
normalize · classify
reconcile · FX
Your agent reads
income_statement
balance_sheet
account_balances
financial_summary
audit_log
Faster, and cheaper to run

Skip the API plumbing. Save the token spend.

Pulling raw transactions from each provider's API, paginating, deduplicating, and matching payouts to deposits is slow to build and expensive to run — every row an agent reasons over is tokens burned.

AgenticBooks reconciles and matches every source automatically and hands back compact, structured answers. Your agent reads "net income" and "cash by account," not ten thousand line items it has to interpret itself.

Multi-currency is the part agents get wrong most often, and it's handled for you: every line is stamped in the org's base currency, realized FX gains and losses are booked when money actually moves, and open foreign balances are revalued at period close — so the numbers your agent reads already account for the exchange-rate math.

Direct provider APIs
5+ integrations to build & maintain
Paginate & dedupe thousands of rows
Reconcile payouts, fees & FX yourself
Every row reasoned over = tokens burned
Through AgenticBooks
One MCP connection to all sources
Reconciliation & matching done for you
Multi-currency handled, base-stamped
Compact structured answers — fewer tokens
Hand-off to the human

The agent builds the books. The user logs in to a finished set.

1
Agent assembles the ledger

It connects the user's sources and lets AgenticBooks classify every event into double-entry journal lines — accounting prepared before the user ever opens the app.

2
User reviews in the dashboard

They log into the AgenticBooks UI to a full three-statement view — income statement, balance sheet, general ledger — and approve any edge cases left in the review queue.

3
Export for the accountant

The agent produces a full CSV download of the general ledger — debit/credit columns and a base-currency mirror — that the user hands straight to their accountant.

Two ways to connect

Point your agent at the books.

01Recommended
MCP connector

The easiest path — no config file and no API key. Authorize once in the browser and the connection is bound to the account automatically.

1
In Claude Desktop, open Settings → Connectors → Add custom connector.
2
Paste the server URL:
https://agenticbooksmcp-server-production.up.railway.app/mcpCopy
3
Click Authorize and sign in / approve in the browser window that opens.
Done — the agent can read the books and approve classifications. No restart, no key to manage.
02Headless / CI
Advanced connection

For non-interactive agents — CI pipelines, scripts, server-side bots — that can't do a browser sign-in. Mint a long-lived API key and connect via a config file.

Generate a scoped ab_ key from the dashboard — org-scoped, shown once, no database or vault access — then add this to claude_desktop_config.json:
{
"mcpServers": {
"agenticbooks": {
"command": "npx",
"args": [
"mcp-remote",
"https://agenticbooksmcp-server-production.up.railway.app/mcp",
"--header",
"Authorization: Bearer <ab_ key>"
]
}
}
}
Connects through the mcp-remote bridge using only your API key. Requires Node.js; restart Claude Desktop after saving.
$¥£

Give your agent a finance department.

Free to start, no human in the loop. Connect over MCP and read clean books in minutes.