Petty Cash MCP server
A petty cash float on the imprest system: vouchers, reconciliation and the replenishment.
0 stars
Reviews
Write oneNobody has reviewed Petty Cash yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Petty Cash tools (9, 1 write)
write = sends, deletes, buys or postsfloat_openFreeOpen 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_reportFreeReport 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_activateFreeTurn 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_statusFreeReport 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.
reconcileFreeCount 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_requestFreeWork 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_recordFreeRecord 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.
voucher_addFreeRecord 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_deletewrite actionFreeDelete 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.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanpackage could not be scannedn/a
- Live reliabilityremote reachable in 154ms20/20
- Tool poisoning9 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Grade history
- 2026-09-19restoreC → Ascore 88
Install directly
claude mcp add --transport http petty-cash https://mcp.zovo.one/mcp/petty-cash
Petty Cash: common questions
- Is Petty Cash MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Petty Cash safety report
- How do I install Petty Cash?
- It runs remotely at mcp.zovo.one. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Petty Cash need an API key?
- Yes. The registry entry asks for
MCP_LICENSE_KEY,Authorization. - Is Petty Cash maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.22.0.
- Is Petty Cash up?
- 100% of our last 3 checks got an answer. We check remote servers about four times a day.