{
  "ok": true,
  "name": "billing-docs",
  "url": "https://mcp.zovo.one/mcp/billing-docs",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "Credit an invoice with credit_note_create (in full, by amount_minor, or line by line: prices in MINOR units, 9000 is 90.00 EUR) against an invoice in the same per-token invoice data the /mcp/invoice endpoint serves, and raise supplier orders with purchase_order_create.",
  "tool_count": 14,
  "tools": [
    "credit_note_create",
    "credit_note_list",
    "credit_note_get",
    "credit_note_pdf",
    "credit_note_text",
    "purchase_order_create",
    "purchase_order_list",
    "purchase_order_get",
    "purchase_order_pdf",
    "purchase_order_text",
    "purchase_order_receive",
    "billing_docs_report",
    "license_status",
    "license_activate"
  ],
  "free_limits": "5 documents per calendar month, credit notes and purchase orders together; both text exports are free, and credit_note_pdf, purchase_order_pdf and billing_docs_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/billing-docs/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}