INDIVIDUAL MCP TOOL
statement_aging
Age open invoices into 0-30, 31-60, 61-90 and over 90 days past DUE date at a date, per client and currency, with the invoices themselves.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/dunning
Connect to this endpoint to inspect the live schema for statement_aging 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
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-statement-of-account]
url = "https://mcp.zovo.one/mcp/dunning"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-statement-of-account": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/dunning"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-statement-of-account
Remote MCP URL: https://mcp.zovo.one/mcp/dunning
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-statement-of-account": {
"url": "https://mcp.zovo.one/mcp/dunning"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-statement-of-account": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/dunning"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-statement-of-account",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/dunning"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
statement_build— Build one client's statement for a period: opening, invoices, payments with deposits applied broken out, credit notes and closing, formatted and in minor units.statement_text— Turn one client's statement into a plain-text letter for an email: movements in date order, opening and closing balances, deposit held, a sign-off.statement_pdf— Call this tool to render one client's A4 statement of account and return a download link valid for one hour.dunning_text— Write a payment chaser at level 1 friendly, 2 firm or 3 final demand: every OVERDUE invoice with its age, the total and your bank details.statements_report— Receivables across every client at a date: totals and aging per currency, clients ranked by how much is OVERDUE, and the oldest overdue invoice.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.license_activate— Turn Pro on for this connection with key, an MCPL1.