io.github.apatilgtn/k8scortex-mcp
NPM · K8SCORTEX-MCP · SCANNED SEP 20
Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 53 of 168 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 134 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 5686 tokens (~75/item across 75 items; 75 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
- Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "restart_pod" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 75 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.apatilgtn/k8scortex-mcp server?
io.github.apatilgtn/k8scortex-mcp runs locally as an npm package, launched with npx -y k8scortex-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · k8scortex-mcp
claude mcp add apatilgtn-k8scortex-mcp -- npx -y k8scortex-mcp
{
"mcpServers": {
"apatilgtn-k8scortex-mcp": {
"command": "npx",
"args": [
"-y",
"k8scortex-mcp"
]
}
}
} {
"servers": {
"apatilgtn-k8scortex-mcp": {
"command": "npx",
"args": [
"-y",
"k8scortex-mcp"
]
}
}
} codex mcp add apatilgtn-k8scortex-mcp -- npx -y k8scortex-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"apatilgtn-k8scortex-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"k8scortex-mcp"
],
"enabled": true
}
}
} openclaw mcp add apatilgtn-k8scortex-mcp --command npx --arg -y --arg k8scortex-mcp
mcp_servers:
apatilgtn-k8scortex-mcp:
command: "npx"
args: ["-y", "k8scortex-mcp"] {
"McpServers": {
"apatilgtn-k8scortex-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"k8scortex-mcp"
]
}
}
} assistant mcp add apatilgtn-k8scortex-mcp -t stdio -c npx -a -y k8scortex-mcp
{
"mcpServers": {
"apatilgtn-k8scortex-mcp": {
"command": "npx",
"args": [
"-y",
"k8scortex-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 −3
- Stability: pass → 0.77 functional
- 18 Sept 26 0
- Stability: 0.97 → pass security
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 13 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 12 Sept 26 −2
- Stability: pass → 0.80 functional
- 11 Sept 26 0
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/k8scortex-mcp@1.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 168 packages
| Packages resolved | 168 |
|---|---|
| Stale | 53 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
list_nodes ~27
Lists cluster nodes.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
No output schema declared.
No examples provided.
list_persistent_volume_claims ~51
Lists PersistentVolumeClaims in a specific namespace with binding and capacity details.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
list_pod_disruption_budgets ~51
Lists PodDisruptionBudgets in a namespace with budget satisfaction status.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| namespace | string | yes | Namespace |
No output schema declared.
No examples provided.
list_pods ~41
Lists pods in a specific namespace.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
list_statefulsets ~43
Lists StatefulSets in a specific namespace.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
list_storage_classes ~32
Lists StorageClasses and indicates default class.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
No output schema declared.
No examples provided.
list_vpas ~50
Lists VerticalPodAutoscaler objects in a namespace and their update mode/recommendation state.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| namespace | string | yes | Namespace |
No output schema declared.
No examples provided.
list_warning_events ~43
Filters cluster events for warnings in a namespace.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
remove_taint ~74
Removes a specific taint from a node by key.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action |
| key | string | yes | Taint key to remove |
| nodeName | string | yes | Name of the node |
No output schema declared.
No examples provided.
restart_pod ~85
Deletes a pod to force a restart. Usually managed by a deployment/replicaset.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action without making changes |
| namespace | string | yes | The Kubernetes namespace |
| podName | string | yes | The name of the pod to restart |
No output schema declared.
No examples provided.
resume_cronjob ~77
Resumes a suspended CronJob.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| cronJobName | string | yes | The name of the CronJob to resume |
| dryRun | boolean | – | If true, simulates the action without making changes |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
resume_flux_resource ~92
Resumes reconciliation of a suspended Flux Kustomization or HelmRelease.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action |
| name | string | yes | Name of the resource |
| namespace | string | yes | Namespace of the resource |
| resourceType | string | yes | 'kustomization' or 'helmrelease' |
No output schema declared.
No examples provided.
rollout_status ~59
Checks deployment rollout status (complete, in-progress, or stalled).
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| deploymentName | string | yes | The name of the deployment |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
rollout_undo ~76
Rolls a deployment back to the previous ReplicaSet template.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| deploymentName | string | yes | The name of the deployment |
| dryRun | boolean | – | If true, simulates the action without making changes |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
scale_deployment ~83
Scales replicas for a deployment.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| deploymentName | string | yes | The name of the deployment |
| dryRun | boolean | – | If true, simulates the action without making changes |
| namespace | string | yes | The Kubernetes namespace |
| replicas | number | yes | The new replica count |
No output schema declared.
No examples provided.
set_resource_limits ~168
Sets CPU and Memory requests and limits for a specific container in a Deployment.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| containerName | string | yes | The name of the container |
| cpuLimit | string | – | CPU limit (e.g. '500m' or '1') |
| cpuRequest | string | – | CPU request (e.g. '100m' or '0.1') |
| deploymentName | string | yes | The name of the Deployment |
| dryRun | boolean | – | If true, simulates the action |
| memoryLimit | string | – | Memory limit (e.g. '512Mi') |
| memoryRequest | string | – | Memory request (e.g. '256Mi') |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
suspend_cronjob ~77
Suspends an active CronJob.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| cronJobName | string | yes | The name of the CronJob to suspend |
| dryRun | boolean | – | If true, simulates the action without making changes |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
suspend_flux_resource ~95
Suspends reconciliation of a Flux Kustomization or HelmRelease to pause automated deployments.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action |
| name | string | yes | Name of the resource |
| namespace | string | yes | Namespace of the resource |
| resourceType | string | yes | 'kustomization' or 'helmrelease' |
No output schema declared.
No examples provided.
sync_gitops_app ~140
Forces a sync/reconciliation of an ArgoCD Application, Flux Kustomization, or Flux HelmRelease.
| Name | Type | Req | Description |
|---|---|---|---|
| appName | string | yes | The name of the application/kustomization/helmrelease |
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action |
| engine | string | yes | GitOps engine ('argocd' or 'flux') |
| namespace | string | yes | The namespace of the application/kustomization/helmrelease |
| resourceType | string | – | Flux only: 'kustomization' (default) or 'helmrelease' |
No output schema declared.
No examples provided.
taint_node ~99
Adds a taint to a node.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action |
| effect | string | yes | Taint effect (NoSchedule, PreferNoSchedule, NoExecute) |
| key | string | yes | Taint key |
| nodeName | string | yes | Name of the node |
| value | string | yes | Taint value |
No output schema declared.
No examples provided.
uncordon_node ~64
Marks a node as schedulable.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action |
| nodeName | string | yes | Name of the node to uncordon |
No output schema declared.
No examples provided.
update_configmap ~97
Updates an existing ConfigMap by patching its data.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| configMapName | string | yes | The name of the ConfigMap to update |
| data | object | yes | Key-value string pairs to merge into the ConfigMap |
| dryRun | boolean | – | If true, simulates the action without making changes |
| namespace | string | yes | The Kubernetes namespace |
No output schema declared.
No examples provided.
update_ingress ~112
Updates an existing Ingress. Merges new rules or annotations into the existing Ingress.
| Name | Type | Req | Description |
|---|---|---|---|
| annotations | object | – | Annotations to merge |
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action without making changes |
| ingressName | string | yes | The name of the Ingress to update |
| namespace | string | yes | The Kubernetes namespace |
| rules | array | – | Rules to append or replace (advanced usage) |
No output schema declared.
No examples provided.
update_secret ~182
Updates an existing Secret by patching its stringData. KNOWN LIMITATION: The Kubernetes API never returns stringData on read (it is write-only); the API server stores values as base64 in the data field. This means the client-side merge only contains the keys passed in args.stringData — existing keys not included in the request will be silently dropped. If you need to preserve existing keys, read them first via get_secret and re-supply all values.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| dryRun | boolean | – | If true, simulates the action without making changes |
| namespace | string | yes | The Kubernetes namespace |
| secretName | string | yes | The name of the Secret to update |
| stringData | object | yes | Plain text key-value pairs to merge into the Secret. Will be encoded automatically. |
No output schema declared.
No examples provided.
validate_workload_identity ~62
Validates identity chain from ServiceAccount annotation to pods using that ServiceAccount.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | – | Target cluster name (default: 'default') |
| namespace | string | yes | ServiceAccount namespace |
| serviceAccountName | string | yes | ServiceAccount name |
No output schema declared.
No examples provided.
What is the io.github.apatilgtn/k8scortex-mcp server?
io.github.apatilgtn/k8scortex-mcp is listed in the public MCP registry as io.github.apatilgtn/k8scortex-mcp. Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster. This page covers its npm package (k8scortex-mcp).
Is the io.github.apatilgtn/k8scortex-mcp server safe to use?
io.github.apatilgtn/k8scortex-mcp scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.apatilgtn/k8scortex-mcp server expose?
io.github.apatilgtn/k8scortex-mcp exposes 75 tools: list_pods, get_pod_logs, describe_pod, describe_deployment, list_nodes, and 70 more. Their descriptions and schemas cost roughly 5,686 tokens of context every time the server is loaded.
Is the io.github.apatilgtn/k8scortex-mcp server still maintained?
io.github.apatilgtn/k8scortex-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.apatilgtn/k8scortex-mcp server under?
io.github.apatilgtn/k8scortex-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.