{
  "ok": true,
  "name": "statement-of-account",
  "url": "https://mcp.zovo.one/mcp/statement-of-account",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "statement_build states one client's account for a period (opening balance, invoices issued, payments received, credit notes, deposits applied, closing balance), statement_aging breaks what is owed into 0-30, 31-60, 61-90 and over 90 days past the due date AS AT a date you choose, and dunning_text writes the chaser at level 1 friendly, 2 firm or 3 final demand.",
  "tool_count": 8,
  "tools": [
    "statement_build",
    "statement_aging",
    "statement_text",
    "statement_pdf",
    "dunning_text",
    "statements_report",
    "license_status",
    "license_activate"
  ],
  "free_limits": "5 distinct statements per calendar month, counted by client, period and currency, so re-rendering one you already built is free forever in all three renderings; statement_aging is free and unlimited on every tier, because 'who owes me money' is the question this endpoint exists for. statement_pdf, dunning_text level 3 and statements_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/statement-of-account/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}