{
  "ok": true,
  "name": "quotes",
  "url": "https://mcp.zovo.one/mcp/quotes",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "Quote a client with quote_create (prices in MINOR units: 9000 is 90.00 EUR), send it with quote_send_text, and quote_accept turns it into a real invoice in the same per-token invoice data the /mcp/invoice endpoint serves, under the same number series and the same client list.",
  "tool_count": 11,
  "tools": [
    "quote_create",
    "quote_list",
    "quote_get",
    "quote_update",
    "quote_send_text",
    "quote_accept",
    "quote_decline",
    "quote_pdf",
    "quote_report",
    "license_status",
    "license_activate"
  ],
  "free_limits": "5 open quotes at a time (accepted, declined and lapsed ones never count); quote_pdf and quote_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/quotes/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}