{
  "ok": true,
  "name": "recurring",
  "url": "https://mcp.zovo.one/mcp/recurring",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "invoice_generate_due writes real invoices into the same per-token invoice data the /mcp/invoice endpoint serves, under the same number series, so invoice_list and overdue_report there show them.",
  "tool_count": 14,
  "tools": [
    "schedule_create",
    "schedule_list",
    "schedule_get",
    "schedule_update",
    "schedule_pause",
    "schedule_resume",
    "schedule_delete",
    "schedule_skip",
    "schedule_upcoming",
    "invoice_generate_due",
    "schedule_history",
    "forecast",
    "license_status",
    "license_activate"
  ],
  "free_limits": "3 active schedules, 30 days of schedule_upcoming, 12 periods per forecast",
  "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/recurring/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}