clearon-ops-audit-mcp
Clearon Ops Audit MCP
Read-only MCP server for deterministic scheduler, runtime, and lock-state audits.
It summarizes recurring-job health, delivery failures, degraded-success patterns, overdue runs, gateway/MCP health, and lock-file inventory without modifying the system it inspects.
What it does
Lists recurring jobs and summarizes current job health
Separates execution failures from delivery failures
Flags repeated degraded-success summaries
Reports overdue recurring jobs
Probes gateway, MCP, and approved lock roots in read-only mode
Generates a combined operational report
What it does not do
It does not edit cron jobs or configuration
It does not restart services
It does not delete lock files
It does not infer that a lock file is stale just because it exists
Requirements
Node.js
20or newerThe
openclawCLI available onPATH, orOPENCLAW_BINset explicitlyA local MCP client that can launch a stdio server
Installation
cd tools/clearon-ops-audit-mcp
npm install
npm test
npm run smokeMCP client setup
Example stdio configuration:
{
"mcpServers": {
"clearon-ops-audit": {
"command": "node",
"args": ["/absolute/path/to/clearon-ops-audit-mcp/server.mjs"],
"env": {
"CLEARON_OPS_AUDIT_WORKSPACE": "/absolute/path/to/workspace"
}
}
}
}The workspace defaults to the client process working directory. Override it with CLEARON_OPS_AUDIT_WORKSPACE when lock scanning should target a specific tree.
Commands
npm test
npm run smoke
npm run syntax
npm run reportTools
get_server_healthlist_recurring_jobsget_job_healthget_recent_failuresfind_missed_or_overdue_runssummarize_degraded_successescheck_delivery_failuresprobe_registered_mcpscheck_gateway_healthaudit_locksgenerate_ops_report
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwgoodwin/clearon-ops-audit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server