mcpbeat Sign in

Petty Cash MCP Server

answering

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

A petty cash float on the imprest system: vouchers, reconciliation and the replenishment.

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

What changed 9

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

10 Sep a tool description was rewritten license_activate
9 Sep 6 tool descriptions were rewritten7 times that day float_report, license_activate, license_status and 3 more
9 Sep a tool changed the parameters it asks for license_activate
and 1 more, back to 9 September 2026

Nothing serious here today

Today is the operative word: we check Petty Cash every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 petty-cash --transport http https://mcp.zovo.one/mcp/petty-cash
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "petty-cash": {
      "url": "https://mcp.zovo.one/mcp/petty-cash"
    }
  }
}
~/.codex/config.toml
[mcp_servers.petty-cash]
url = "https://mcp.zovo.one/mcp/petty-cash"
.cursor/mcp.json
{
  "mcpServers": {
    "petty-cash": {
      "url": "https://mcp.zovo.one/mcp/petty-cash"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "petty-cash": {
      "url": "https://mcp.zovo.one/mcp/petty-cash"
    }
  }
}

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.

float
float_open
Open a petty cash float on the imprest system and return its id. The imprest is the cash the tin is topped back up to at every replenishment, in whole minor units. Free tier: one float.
float_report
Report each float: balance against imprest, what it takes to restore it, unreconciled vouchers with their total, the last count, and the history of what counts found over or short. Pro.
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.
voucher
voucher_add
Record one voucher paid out of the tin and return its VOU-YYYY-NNNN number. More than the float holds is refused, and so is a byte-identical duplicate. Free tier: 20 vouchers a calendar month.
voucher_delete
Delete a voucher entered wrongly, by its VOU number. One already covered by a reconciliation is refused, naming the count it would falsify: record a correcting voucher instead. Free.
reconcile
reconcile
Count the tin: give the cash counted in whole MINOR units and the date, and get the expected balance, the difference, and every voucher since the last count, which this marks reconciled. Free.
replenish
replenish_request
Work out what puts the float back to its imprest: the amount, the vouchers it reimburses, the totals per category as an expense_add-ready payload, and the double entry. Writes nothing. Pro.
topup
topup_record
Record cash put into the tin, in whole MINOR units, with the date and source, and return the new balance against the imprest. It also reimburses every voucher up to that date, as a replenishment does.

Endpoints

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

Alternatives to Petty Cash

same job, measured the same way
Imprest Account
by theluckystrike

An imprest account: vouchers by category, the count, and the cheque that restores the float.

local only
Flowcheck
by eliaskress

Stripe payouts, Shopify orders, and bank transactions unified for reconciliation and cash flow

37 installs/wk local only
Postcept
by postcept

Verify agent actions against the system of record and get signed completion receipts.

39 installs/wk local only
Cash Float
by theluckystrike

Run a cash float: record what was paid out, count the tin, and raise the top-up.

local only
Camt053 MCP
by sebastienrousseau

MCP server for ISO 20022 camt.053 bank-to-customer statement parsing and reconciliation.

443 installs/wk local only
C
Bank Statement Sheet
by bankstatementsheet

Convert PDF bank statements into transactions that arrive with a pass/fail reconciliation verdict.

42 installs/wk local only
F
Occam
by occam

Finds the simplest equation consistent with your data. SINDy and PySR symbolic regression via MCP.

4 tools answering
Research Scan
by synectic

Research Scan finds and verifies the 5–10 recent papers that matter most for a research question.

252 installs/wk local only

Petty Cash — questions

Answers built from our own checks of this server.

What can Petty Cash do?
It exposes 9 tools, read directly from the server on our last check. Among them: float_open, float_report, license_activate, license_status, reconcile, replenish_request 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 Petty Cash mostly used for?
Its tools cluster around voucher, float 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 Petty Cash 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 195 ms. The bar chart above shows every period we have measured.
How do I connect Petty Cash?
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 Petty Cash need an API key?
No. Petty Cash 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 Petty Cash?
It answers our handshake in 195 ms on average, which is faster than 68% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Petty Cash 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.