com.googleapis.container-mcp-mcp

com.googleapis.container-mcp-mcp is a skill for Claude Code, Codex from Friz-zy/ai-capability-registry. It costs 19 tokens per session (242 once invoked), scanned A, original, MIT.

A read-only connection to Google Kubernetes Engine (GKE) and Kubernetes resources. Kubernetes is a system for running and managing containerised applications.

In plain words
What is it for?
Use it to read information about GKE clusters and Kubernetes resources.
Why use it?
It helps inspect running container workloads and cluster resources without switching to separate management tools.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to read information about GKE clusters and Kubernetes resources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/friz-zy/ai-capability-registry/com.googleapis.container-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Friz-zy/ai-capability-registry --skill com.googleapis.container-mcp
Clone the repo
git clone --depth 1 https://github.com/Friz-zy/ai-capability-registry

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for com.googleapis.container-mcp-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/com.googleapis.container-mcp/github.svg)](https://agentmods.dev/skills/friz-zy/ai-capability-registry/com.googleapis.container-mcp)
Your own site
<a href="https://agentmods.dev/skills/friz-zy/ai-capability-registry/com.googleapis.container-mcp"><img src="https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/com.googleapis.container-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for com.googleapis.container-mcp-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/friz-zy/ai-capability-registry/com.googleapis.container-mcp"><img src="https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/com.googleapis.container-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 242 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00242
Opus 5 $0.00010 $0.00121
Sonnet 5 $0.00004 $0.00048
Haiku 4.5 $0.00002 $0.00024

Measured 6d ago against content hash a7349021e20c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

com.googleapis.container-mcp-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

mcp/servers/com.googleapis.container-mcp/SKILL.md · 51 lines

What it actually says

mcp

Provides read access to your GKE and Kubernetes resources.

When to use

  • Use mcp only when the task directly involves the relevant service, SaaS product, platform, or technology.

Connection

Hosted endpoint

{
  "type": "streamable_http",
  "url": "https://container.googleapis.com/mcp"
}

MCP instructions

References

Security policy

  • Trust: trusted
  • Default mode: manual_review
  • Permission default: manual_review
  • Authentication: Unspecified in source metadata
  • Warning: Default mode is manual_review.
  • Warning: Permission default is manual_review.
  • Required posture: Complete manual review before connecting or invoking tools; this generated record does not grant approval.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 51 lines · 19 tokens per session scan A a7349021e20c

Subscribe to this mod's changes

com.googleapis.container-mcp-mcp is a skill published in the GitHub repository Friz-zy/ai-capability-registry (9 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 242 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

Cloud Security & Container Hardening

AWS/Azure/GCP security auditing, container and Kubernetes hardening, Infrastructure as Code scanning, and cloud compliance assessment.

Masriyan/Claude-Code-CyberSecurity-Skill · 30 tokens

analyzing-cloud-storage-access-patterns

Use when detect abnormal access patterns in AWS S3, GCS, and Azure Blob Storage by analyzing CloudTrail Data Events, GCS audit logs, and Azure Storage Analytics. Identifies after-hours bulk downloads, access from new IP addresses, unusual API calls (GetObject spikes), and potential data exfiltration using statistical…

oyi77/1ai-skills · 98 tokens

container-manager-kubernetes-operations

Full operational Kubernetes surface via the container-manager-mcp MCP server — workloads (pods/rollouts/StatefulSets/DaemonSets/ReplicaSets/Jobs/CronJobs), config (ConfigMaps/Secrets/Namespaces/CRDs/patch), networking (Ingress/native Services/NetworkPolicy/DNS), storage (PV/PVC/StorageClass/snapshots/CSI), RBAC…

Knuckles-Team/container-manager-mcp · 189 tokens

tao-run-on-kubernetes

Kubernetes execution platform — submits TAO container jobs as k8s Jobs with NVIDIA GPU scheduling; single-pod for one node, Indexed Jobs for multi-node distributed training. Use when running on EKS / GKE / AKS / on-prem clusters with the NVIDIA GPU Operator installed, or when integrating TAO into an existing…

NVIDIA-TAO/tao-skill-bank · 80 tokens

kubernetes-docs

Kubernetes 1.36 — Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, RBAC, CRDs, Operators, kubectl, Helm.

pledgeandgrow/pledge-skills · 40 tokens

kubectl-basics

A guide to kubectl, the command-line tool used to manage Kubernetes clusters, which run containerized applications.

chaterm/terminal-skills · 15 tokens