← zovo.one

INDIVIDUAL MCP TOOL

invoice_generate_due

Create a real invoice in the invoice server for every schedule occurrence on or before as_of that has not been invoiced yet, and render each PDF.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/subscriptions

No auth detected

Connect to this endpoint to inspect the live schema for invoice_generate_due and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

Parent server

zovo.one

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-recurring]
url = "https://mcp.zovo.one/mcp/subscriptions"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-recurring": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/subscriptions"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-recurring
Remote MCP URL: https://mcp.zovo.one/mcp/subscriptions

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-recurring": {
      "url": "https://mcp.zovo.one/mcp/subscriptions"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-recurring": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/subscriptions"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-recurring",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/subscriptions"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • schedule_create — Define a repeating invoice: a client, the line items, how often to bill, and when it starts and ends.
  • schedule_list — List schedules: id, client, cadence, per-period amount and currency, start and end dates, status, next due date and auto_generate.
  • schedule_get — Return one schedule in full by id or client: items, cadence, dates, due days, anchor rules, notes, per-period amount, next due date and how many invoices it generated.
  • schedule_update — Change one schedule by id: client, items, currency, cadence, dates, due_days, notes or auto_generate.
  • schedule_pause — Stop one schedule generating invoices without deleting it; invoice_generate_due and forecast skip it.
  • schedule_resume — Make a paused schedule active again.
  • schedule_delete — Delete one schedule permanently.
  • schedule_skip — Close ONE occurrence for good without pausing the schedule, reporting what will not be billed.