← zovo.one

INDIVIDUAL MCP TOOL

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.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/maintenance-schedule

No auth detected

Connect to this endpoint to inspect the live schema for asset_add 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-maintenance-log]
url = "https://mcp.zovo.one/mcp/maintenance-schedule"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-maintenance-log": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/maintenance-schedule"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-maintenance-log
Remote MCP URL: https://mcp.zovo.one/mcp/maintenance-schedule

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-schedule"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-maintenance-log": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/maintenance-schedule"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-maintenance-log",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/maintenance-schedule"
}
MCP Inspector

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

Related tools

  • 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_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.