{
  "ok": true,
  "name": "deposits",
  "url": "https://mcp.zovo.one/mcp/deposits",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "Record the money a client paid up front with deposit_record (amounts in MINOR units: 50000 is 500.00 EUR), then deposit_apply puts part or all of it on an invoice in the same per-token invoice data the /mcp/invoice endpoint serves, and deposit_refund gives the rest back.",
  "tool_count": 10,
  "tools": [
    "deposit_record",
    "deposit_list",
    "deposit_apply",
    "deposit_refund",
    "deposit_balance",
    "deposit_statement_text",
    "deposit_statement_pdf",
    "deposits_report",
    "license_status",
    "license_activate"
  ],
  "free_limits": "5 deposits recorded per calendar month; deposit_apply, deposit_refund, deposit_list, deposit_balance and deposit_statement_text are free and unlimited on every tier, because money already held has to be able to leave the book. deposit_statement_pdf and deposits_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/deposits/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}