{
  "ok": true,
  "name": "service-agreement",
  "url": "https://mcp.zovo.one/mcp/service-agreement",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "agreement_create writes the agreement before the work starts - the two parties, the scope of services, the deliverables, the rate in whole cents (8500 is 85.00) with its unit (hour, day or project), the payment terms, start and end dates, a termination notice period, a liability cap and the governing jurisdiction - stores it, and returns it rendered as Markdown with a signature block, numbered SA-YYYY-NNNN; agreement_checklist is the before-you-send-it pass, listing missing fields and flagging one-sided gaps neutrally; agreement_update_status moves it draft to sent to signed to expired, one dated step at a time; clause_library lists the five built-in clauses (IP assignment, mutual confidentiality, late payment interest, kill fee, revision rounds); agreement_render produces the document for signing.",
  "tool_count": 9,
  "tools": [
    "agreement_create",
    "agreement_get",
    "agreement_list",
    "agreement_update_status",
    "clause_library",
    "agreement_render",
    "agreement_checklist",
    "license_status",
    "license_activate"
  ],
  "free_limits": "3 active agreements, with reading, listing, the checklist and Markdown rendering free and unlimited on every tier; an agreement stops counting the moment it expires, so expiring a finished engagement frees its slot. The full clause texts and the print-ready HTML 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/service-agreement/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}