mcpbeat Sign in

Maintenance Log MCP Server

answering

Maintenance Log is answering right now. Last checked 6 min ago. It exposes 8 tools. Last commit 18 Sep 2026.

Equipment maintenance log: assets, service entries with costs, and a due report from stored dates.

Uptime history 20 hours of history
20 hours agonow
100.0%
Uptime 24h
73 of 73 checks
8
Tools
read from the server
200 ms
Response time
average over 24h
0
Stars
last commit 18 Sep 2026

Nothing serious here today

Today is the operative word: we check Maintenance Log every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add maintenance-log --transport http https://mcp.zovo.one/mcp/maintenance-log
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "maintenance-log": {
      "url": "https://mcp.zovo.one/mcp/maintenance-log"
    }
  }
}
~/.codex/config.toml
[mcp_servers.maintenance-log]
url = "https://mcp.zovo.one/mcp/maintenance-log"
.cursor/mcp.json
{
  "mcpServers": {
    "maintenance-log": {
      "url": "https://mcp.zovo.one/mcp/maintenance-log"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "maintenance-log": {
      "url": "https://mcp.zovo.one/mcp/maintenance-log"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

asset
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. Returns the AST-YYYY-NNNN id. Free tier: 3 assets; logging work on the assets you have is never metered.
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. Reads only.
asset_remove
Remove an asset entered by mistake or sold off. One that carries a maintenance log is refused unless confirm is true, naming what would be lost, because removing it loses the record of work done. The AST number is never reissued.
maintenance
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. Computed from the stored next-due dates against today, at call time. Pro feature.
maintenance_export
Export maintenance entries dated inside a range. CSV (free): one row per entry, ready for a spreadsheet. Markdown (Pro): one section per asset with its entries, total spend and next due date, ready to paste into notes or a report. Writes nothing.
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. A repair that sets no schedule takes neither. A future work date is refused.
license
license_activate
Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.
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. Call it to explain a free-tier refusal. No arguments, nothing changes.

Endpoints

URLTransportStateLatencyChecked
https://mcp.zovo.one/mcp/maintenance-log streamable-http answering 472 ms 6 min ago

Alternatives to Maintenance Log

same job, measured the same way
X402 Repohealth MCP
by liminalpepe

Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.

30 installs/wk local only
Atlassian Dc MCP Bitbucket
by b1ff

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

1 636 installs/wk local only
Atlassian Dc MCP Bitbucket
by mrrefactoring

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

72 installs/wk local only
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only
Time Tracker Timesheet Billable Hours
by theluckystrike

Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local.

14 tools answering
Timesheets
by theluckystrike

Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local.

local only
Time Tracking
by theluckystrike

Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local.

local only
Gitstandup
by muba00

Generate daily standup notes from git commits across multiple repositories with AI summaries.

43 installs/wk local only

Maintenance Log — questions

Answers built from our own checks of this server.

What can Maintenance Log do?
It exposes 8 tools, read directly from the server on our last check. Among them: asset_add, asset_history, asset_remove, license_activate, license_status, maintenance_due and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Maintenance Log mostly used for?
Its tools cluster around asset, maintenance and license. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Maintenance Log working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 73 of 73 checks got a reply (100.0%), average response time 200 ms. The bar chart above shows every period we have measured.
How do I connect Maintenance Log?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Maintenance Log need an API key?
No. Maintenance Log completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Maintenance Log?
It answers our handshake in 200 ms on average, which is faster than 66% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Maintenance Log open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.