← zovo.one

INDIVIDUAL MCP TOOL

schedule_pause

Stop one schedule generating invoices without deleting it; invoice_generate_due and forecast skip it.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/subscription-manager-track-renewals

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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/subscription-manager-track-renewals"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-recurring": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/subscription-manager-track-renewals"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-recurring
Remote MCP URL: https://mcp.zovo.one/mcp/subscription-manager-track-renewals

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/subscription-manager-track-renewals"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "mcp-recurring",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/subscription-manager-track-renewals"
}
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_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.
  • schedule_upcoming — Table every occurrence of every ACTIVE schedule due in the next N days (30 default), with its amount and the invoice due date, plus a total per currency.