← zovo.one

INDIVIDUAL MCP TOOL

license_activate

Turn Pro on for this connection with key, an MCPL1.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/trial-balance

No auth detected

Connect to this endpoint to inspect the live schema for license_activate 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-cash-book]
url = "https://mcp.zovo.one/mcp/trial-balance"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-cash-book": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/trial-balance"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-cash-book
Remote MCP URL: https://mcp.zovo.one/mcp/trial-balance

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-cash-book": {
      "url": "https://mcp.zovo.one/mcp/trial-balance"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-cash-book": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/trial-balance"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-cash-book",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/trial-balance"
}
MCP Inspector

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

Related tools

  • ledger_build — Derive the double-entry ledger for one period in ONE currency from the invoice, credit note, deposit, expense, bank and asset stores, and register it.
  • period_delete — Delete one built period from the register and give its free-tier slot back.
  • trial_balance — Total the debits and the credits for a period and prove they are equal to the minor unit.
  • ledger_lines — List the ledger lines for a period, filtered by account, source server, source_id or date; each carries its debit, credit and bank_ref, with the totals of the rows returned.
  • month_close — List what a month leaves unposted or unbalanced, with its trial balance and bank reconciliation, then store the close as a snapshot; a later call names any drift against it.
  • ledger_export_csv — Return the period's ledger lines as RFC 4180 CSV, one row per leg, as a download link valid for one hour.
  • ledger_report — Report a built period account by account: debits, credits, movement and closing balance, plus purchase commitments held as memos and the period's exceptions.
  • 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.