← zovo.one

INDIVIDUAL MCP TOOL

license_status

Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.

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 license_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests retrieving external content.

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.