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/maintenance-log
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-maintenance-log]
url = "https://mcp.zovo.one/mcp/maintenance-log"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-maintenance-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/maintenance-log"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-maintenance-log
Remote MCP URL: https://mcp.zovo.one/mcp/maintenance-log
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-maintenance-log": {
"url": "https://mcp.zovo.one/mcp/maintenance-log"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-maintenance-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/maintenance-log"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-maintenance-log",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/maintenance-log"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
asset_add— Add one piece of equipment to the maintenance register: its name, its serial or asset tag, where it lives, and the currency its costs are in.maintenance_log— Log work done on an asset: the day, what was done, the cost in whole cents, who did it, and when the next service falls due -- as a date (next_due) or as an interval in days (interval_days), never both.maintenance_due— The due report across every asset: what is overdue and by how many days, what falls due within the next N days (default 30), what is scheduled later, and what has no schedule at all.asset_history— Read one asset in full by id, tag or name: every log entry in chronological order, the total spend as integer cents with a formatted amount, the last service date, and the next-due date the asset currently lives under.maintenance_export— Export maintenance entries dated inside a range.asset_remove— Remove an asset entered by mistake or sold off.license_activate— Turn Pro on for this connection with key, an MCPL1.