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.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/imprest-account
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
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-petty-cash]
url = "https://mcp.zovo.one/mcp/imprest-account"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-petty-cash": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/imprest-account"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-petty-cash
Remote MCP URL: https://mcp.zovo.one/mcp/imprest-account
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-petty-cash": {
"url": "https://mcp.zovo.one/mcp/imprest-account"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-petty-cash": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/imprest-account"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-petty-cash",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/imprest-account"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
float_open— Open a petty cash float on the imprest system and return its id.topup_record— Record cash put into the tin, in whole MINOR units, with the date and source, and return the new balance against the imprest.voucher_add— Record one voucher paid out of the tin and return its VOU-YYYY-NNNN number.voucher_delete— Delete a voucher entered wrongly, by its VOU number.reconcile— Count the tin: give the cash counted in whole MINOR units and the date, and get the expected balance, the difference, and every voucher since the last count, which this marks reconciled.replenish_request— Work out what puts the float back to its imprest: the amount, the vouchers it reimburses, the totals per category as an expense_add-ready payload, and the double entry.float_report— Report each float: balance against imprest, what it takes to restore it, unreconciled vouchers with their total, the last count, and the history of what counts found over or short.license_activate— Turn Pro on for this connection with key, an MCPL1.