mcpbeat Sign in

Cash Book MCP Server

answering

Cash Book is answering right now. Last checked 13 min ago. It exposes 9 tools. Last commit 9 Sep 2026.

One double-entry ledger derived from your invoices, bank, expenses, deposits and assets.

Uptime history 5 days of history
5 days agonow
100.0%
Uptime 24h
92 of 92 checks
9
Tools
read from the server
260 ms
Response time
average over 24h
0
Stars
last commit 9 Sep 2026

What changed 10

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 September 2026. No other catalogue keeps this.

10 Sep 3 tool descriptions were rewritten ledger_lines, license_activate, month_close
9 Sep 5 tool descriptions were rewritten6 times that day ledger_build, ledger_report, license_activate and 2 more
9 Sep a tool changed the parameters it asks for license_activate
and 1 more, back to 9 September 2026

What the code does

We read the source, 15 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment servers/office-suite/src/index.ts:125
  for (const [k, v] of Object.entries(process.env)) if (v !== undefined) env[k] = v;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add cash-book --transport http https://mcp.zovo.one/mcp/cash-book
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cash-book": {
      "url": "https://mcp.zovo.one/mcp/cash-book"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cash-book]
url = "https://mcp.zovo.one/mcp/cash-book"
.cursor/mcp.json
{
  "mcpServers": {
    "cash-book": {
      "url": "https://mcp.zovo.one/mcp/cash-book"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cash-book": {
      "url": "https://mcp.zovo.one/mcp/cash-book"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

ledger
ledger_build
Derive the double-entry ledger for one period in ONE currency from the invoice, credit note, deposit, expense, bank and asset stores, and register it. Nothing is written back. Free: 3 periods a month.
ledger_export_csv
Return the period's ledger lines as RFC 4180 CSV, one row per leg, as a download link valid for one hour. Pro, but ledger_lines returns these same fields free and unlimited; this only lays them out as CSV columns.
ledger_lines
List the ledger lines for a period, filtered by account, source server, source_id or date; each carries its debit, credit and bank_ref, with the totals of the rows returned. Filtered totals do not balance. Free.
ledger_report
Report a built period account by account: debits, credits, movement and closing balance, plus purchase commitments held as memos and the period's exceptions. Pro; ledger_lines gives the lines free.
license
license_activate
Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.
license_status
Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.
month
month_close
List what a month leaves unposted or unbalanced, with its trial balance and bank reconciliation, then store the close as a snapshot; a later call names any drift against it. dry_run writes nothing. Pro.
period
period_delete
Delete one built period from the register and give its free-tier slot back. Refused when a closed month's snapshot covers the period, and that month is named. No sibling book is touched.
trial
trial_balance
Total the debits and the credits for a period and prove they are equal to the minor unit. When they are not, name the entries whose own legs do not add up and the source document behind each. Free and unlimited.

Endpoints

URLTransportStateLatencyChecked
https://mcp.zovo.one/mcp/cash-book streamable-http answering 58 ms 13 min ago

Alternatives to Cash Book

same job, measured the same way
Ledger
by theluckystrike

Post invoices, expenses, deposits and fixed assets into one derived general ledger.

local only
Statement Of Account
by theluckystrike

Statements of account, aging buckets and dunning letters from your invoices.

8 tools answering
FinStat
by finstat

Documents in, reconciled double-entry books out. Statements, invoices, receipts, matched and posted.

answering
Lumabill
by lumabill

Swiss invoicing and bookkeeping: QR-invoices, clients, expenses, bank import, VAT and reports.

answering
Blank Invoice Maker
by innarm

Create free invoices from your AI assistant via a pre-filled blankinvoicemaker.com link.

125 installs/wk local only
Savi Tools
by getsavitools

Ask your AI assistant about your Savi Tools business: invoices, expenses, mileage, and more.

25 tools answering
Avaza
by avaza

Manage Avaza projects, tasks, timesheets, expenses, invoices, and scheduling from AI assistants.

answering
Contix
by contix

Spanish Veri*factu invoicing: create invoices and manage billing from your AI assistant.

answering

Cash Book — questions

Answers built from our own checks of this server.

What can Cash Book do?
It exposes 9 tools, read directly from the server on our last check. Among them: ledger_build, ledger_export_csv, ledger_lines, ledger_report, license_activate, license_status and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Cash Book mostly used for?
Its tools cluster around ledger and license. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Cash Book working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 260 ms. The bar chart above shows every period we have measured.
How do I connect Cash Book?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Cash Book need an API key?
No. Cash Book completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Cash Book?
It answers our handshake in 260 ms on average, which is faster than 59% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Cash Book open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.