{
  "ok": true,
  "name": "petty-cash",
  "url": "https://mcp.zovo.one/mcp/petty-cash",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "float_open opens a petty cash tin on the imprest system - the amount the tin is topped back up to at every replenishment, in whole MINOR units, so 50000 is EUR 500.00.",
  "tool_count": 9,
  "tools": [
    "float_open",
    "topup_record",
    "voucher_add",
    "voucher_delete",
    "reconcile",
    "replenish_request",
    "float_report",
    "license_status",
    "license_activate"
  ],
  "free_limits": "1 float and 20 vouchers a calendar month; reconcile and voucher_delete are free and unlimited on every tier, because whether the cash in the tin matches the paperwork is the question this endpoint exists for and a free tier that withholds the answer is a demo. replenish_request and float_report are Pro",
  "authentication": {
    "note": "This GET is public so a health check and a browser both get an answer. The JSON-RPC traffic is POST and still needs a token.",
    "get_a_free_token": "GET https://mcp.zovo.one/mcp/token",
    "ready_made_urls": "GET https://mcp.zovo.one/mcp/connect",
    "header_form": "Authorization: Bearer <token>",
    "url_form": "https://mcp.zovo.one/mcp/petty-cash/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}