{
  "ok": true,
  "name": "bill-of-sale",
  "url": "https://mcp.zovo.one/mcp/bill-of-sale",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-12.2",
  "summary": "sale_create records the sale - buyer, seller, the item with its VIN, serial or IMEI where it has one, the price in whole MINOR units (120000 is USD 1,200.00) and the date - and returns the BOS-YYYY-NNNN number of the draft; sale_update changes anything on the draft; sale_finalize freezes it into the signing copy; sale_render prints it as Markdown, self-contained HTML or both, with signature lines for seller and buyer; sale_summary totals the book per currency.",
  "tool_count": 10,
  "tools": [
    "sale_create",
    "sale_update",
    "sale_finalize",
    "sale_list",
    "sale_get",
    "sale_delete",
    "sale_render",
    "sale_summary",
    "license_status",
    "license_activate"
  ],
  "free_limits": "10 drafts and 5 finalized documents, so a real side-business year rather than a trial; rendering, reading, listing and deleting are never metered",
  "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/bill-of-sale/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}