clearon-ops-audit-mcp
Clearon Ops Audit MCP
Servidor MCP de solo lectura para auditorías deterministas del planificador, el tiempo de ejecución y el estado de los bloqueos.
Resume el estado de los trabajos recurrentes, los fallos de entrega, los patrones de éxito degradado, las ejecuciones atrasadas, el estado de la puerta de enlace/MCP y el inventario de archivos de bloqueo sin modificar el sistema que inspecciona.
Qué hace
Enumera los trabajos recurrentes y resume el estado actual de los trabajos
Separa los fallos de ejecución de los fallos de entrega
Marca los resúmenes repetidos de éxito degradado
Informa sobre los trabajos recurrentes atrasados
Comprueba la puerta de enlace, MCP y las raíces de bloqueo aprobadas en modo de solo lectura
Genera un informe operativo combinado
Related MCP server: system-brain-mcp
Qué no hace
No edita trabajos cron ni configuración
No reinicia servicios
No elimina archivos de bloqueo
No deduce que un archivo de bloqueo está obsoleto solo porque existe
Requisitos
Node.js
20o más recienteLa CLI
openclawdisponible enPATH, oOPENCLAW_BINdefinida explícitamenteUn cliente MCP local que pueda lanzar un servidor stdio
Instalación
cd tools/clearon-ops-audit-mcp
npm install
npm test
npm run smokeConfiguración del cliente MCP
Ejemplo de configuración stdio:
{
"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"
}
}
}
}El espacio de trabajo se establece de forma predeterminada en el directorio de trabajo del proceso del cliente. Sobrescríbalo con CLEARON_OPS_AUDIT_WORKSPACE cuando el escaneo de bloqueos deba apuntar a un árbol específico.
Comandos
npm test
npm run smoke
npm run syntax
npm run reportHerramientas
get_server_healthlist_recurring_jobsget_job_healthget_recent_failuresfind_missed_or_overdue_runssummarize_degraded_successescheck_delivery_failuresprobe_registered_mcpscheck_gateway_healthaudit_locksgenerate_ops_report
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceA secure, read-only MCP server for AI-powered system monitoring. It provides real-time OS metrics, config discovery, and safe log tailing to enable autonomous infrastructure audits without shell access risks.4
- AlicenseAqualityCmaintenanceRead-only MCP tools for coding agents to audit deployment targets, detect fabricated code, review backlog, database schema, analytics, ML models, architecture docs, and decision lenses.1119MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to inspect and audit Azure Landing Zones by inventorying resources, auditing tagging, evaluating policy compliance, and detecting infrastructure drift, all in read-only mode.
- AlicenseNot gradedqualityCmaintenanceEnables approved senior engineers to run vetted, read-only audit scripts on Tactical RMM agents from Claude, using a fixed catalog of tools to inspect things like local admins, disk space, and installed software without permitting arbitrary code execution or destructive actions.MIT
Related MCP Connectors
Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs.
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
MCP uptime, schema, auth, and SLA receipt monitoring.
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