k8s-manifest-audit
Provides tools for auditing Kubernetes manifests using kube-linter checks, including security, resource, availability, and configuration analysis.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@k8s-manifest-auditaudit my deployment.yaml"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
k8s-manifest-audit
k8s-manifest-audit — static audit of Kubernetes manifests via MCP. Powered by kube-linter. Part of the Unbearable Labs audit shop.
Built by Unbearable Labs. Pay-per-event pricing — only billed when a tool is actually called.
What it does
Point any MCP-capable client (Claude Desktop, Cursor, n8n, Make, Zapier, custom agents) at this server, hand it a Kubernetes manifest or directory of manifests, get back a structured report:
Severity — high / medium / low / info
Check ID — kube-linter check name (e.g.
privileged-container,unset-cpu-requirements)Category — security / resources / availability / network / rbac / images / config
Message — what kube-linter found and where
Remediation hint — what to do about it
Object location — kind, name, namespace of the offending resource
63 checks total (31 enabled by default). Covers Deployment, Service, Ingress, ConfigMap, Secret, StatefulSet, DaemonSet, Job, CronJob, NetworkPolicy, RBAC, HPA, PDB, and more.
Related MCP server: hallumark
Tools
Tool | Pricing | Purpose |
| $0.02 | Audit a single YAML string (may contain multi-doc |
| $0.02 | Audit multiple files — cross-file checks work correctly |
| $0.005 | Browse the full 63-check catalog with severity + category |
| $0.005 | Get description + remediation for one specific check |
Quick start
{
"mcpServers": {
"k8s-manifest-audit": {
"url": "https://unbearable-dev--k8s-manifest-audit.apify.actor/mcp",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}Check catalog (sample — 63 checks total)
Check ID | Category | Severity (mapped) |
| security | high |
| security | high |
| security | high |
| security | high |
| security | high |
| rbac | high |
| rbac | high |
| resources | medium |
| resources | medium |
| availability | medium |
| images | medium |
| availability | medium |
| availability | medium |
| config | low |
| config | low |
Use list_checks to get the full, up-to-date catalog.
Pricing
Event | USD |
| $0.02 |
| $0.005 |
Powered by kube-linter (MIT, StackRox/Red Hat).
Built by Noel @ Unbearable Labs — more like this in the weekly newsletter.
This server cannot be deployed
Maintenance
Related MCP Connectors
Statically audits MCP tool surfaces for token cost, schema quality, and design issues.
Four IaC audits in one call: Compose, Dockerfile, GitHub Actions, Kubernetes. 131 checks.
Query OSV.dev for package vulnerabilities and batch-audit dependency lists via MCP.
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server to lint and validate Kubernetes-related manifests(Helm, FluxCD, ArgoCD, Kustomize, etc.)MIT
- FlicenseNot gradedqualityCmaintenanceMCP-native auditor for LLM hallucination and grounding issues in RAG systems. Provides prioritized findings in table, JSON, or SARIF format for CI gating and AI agent integration.-
- AlicenseAqualityBmaintenanceStatic scanner for MCP/agent-gateway readiness anti-patterns, providing a 7-dimension R/Y/G score by scanning code and config for common failure modes.1802MIT
- AlicenseNot gradedqualityCmaintenanceStatic compliance-controls checker that verifies regulatory required controls exist in code, running deterministic rule packs via MCP tools for compliance checks, rule listing, and explanation.124MIT