{
  "ok": true,
  "name": "credit-note",
  "url": "https://mcp.zovo.one/mcp/credit-note",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "credit_note_create issues the note against an invoice reference or standalone - recipient, reason (returned_goods, overcharge, discount_correction, service_issue, other), lines with quantity, unit price in whole MINOR units and tax rate, and the currency - and returns a DRAFT with a draft id no client sees; credit_note_update revises the draft; credit_note_finalize burns the final CN-YYYY-NNNN number and freezes the note; credit_note_render returns the document inline as Markdown or as a self-contained printable HTML page; credit_note_summary totals what you have credited per currency, per reason and per month.",
  "tool_count": 10,
  "tools": [
    "credit_note_create",
    "credit_note_update",
    "credit_note_finalize",
    "credit_note_list",
    "credit_note_get",
    "credit_note_delete",
    "credit_note_render",
    "credit_note_summary",
    "license_status",
    "license_activate"
  ],
  "free_limits": "10 finalized credit notes, lifetime. Drafts, edits, deletion of drafts, listing, rendering and the totals are free and unlimited, because a free tier that withholds the rendered document is a demo. The free tier stamps a one-line footer on the render",
  "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/credit-note/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}