{
  "ok": true,
  "name": "docx",
  "url": "https://mcp.zovo.one/mcp/docx",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "There is no disk here: doc_upload {name, docx_base64} stores an existing .docx under your token and every tool takes that name as its `path`; doc_read and doc_fill_template also accept docx_base64 directly, which stores the file under the same root (default name 'inline' / 'template').",
  "tool_count": 13,
  "tools": [
    "doc_upload",
    "doc_files",
    "doc_delete_upload",
    "business_set",
    "doc_create",
    "doc_from_markdown",
    "doc_read",
    "doc_to_html",
    "doc_fill_template",
    "proposal_create",
    "contract_create",
    "license_status",
    "license_activate"
  ],
  "free_limits": "3 proposals or contracts per calendar month, templates up to 10 placeholders, footer line and default letterhead",
  "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/docx/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}