Red Hat · Capability
Red Hat Platform Management
Unified workflow for managing OpenShift clusters and Quay container registries. Used by platform engineers and DevOps teams to provision clusters, manage machine pools, and maintain container image repositories.
What You Can Do
GET
List clusters
— List all managed clusters.
/v1/clusters
POST
Create cluster
— Create a new cluster.
/v1/clusters
GET
Get cluster
— Get cluster details.
/v1/clusters/{cluster_id}
DELETE
Delete cluster
— Delete a cluster.
/v1/clusters/{cluster_id}
GET
List machine pools
— List machine pools.
/v1/clusters/{cluster_id}/machine-pools
GET
List cloud providers
— List cloud providers.
/v1/cloud-providers
GET
List versions
— List OpenShift versions.
/v1/versions
GET
List repositories
— List container repositories.
/v1/repositories
POST
Create repository
— Create a container repository.
/v1/repositories
GET
List repository tags
— List image tags.
/v1/repositories/{repository}/tags
GET
Get manifest security
— Get vulnerability scan results.
/v1/repositories/{repository}/manifests/{manifestref}/security
MCP Tools
list-clusters
List all managed OpenShift clusters.
read-only
get-cluster
Get details of a specific cluster.
read-only
idempotent
create-cluster
Create a new OpenShift cluster.
delete-cluster
Delete an OpenShift cluster.
list-machine-pools
List machine pools for a cluster.
read-only
list-cloud-providers
List available cloud providers.
read-only
list-versions
List available OpenShift versions.
read-only
list-addons
List available cluster add-ons.
read-only
list-subscriptions
List cluster subscriptions.
read-only
list-repositories
List container image repositories.
read-only
get-repository
Get container repository details.
read-only
idempotent
create-repository
Create a new container repository.
list-repository-tags
List tags for a container image.
read-only
get-manifest-security
Get vulnerability scan results for a container image.
read-only
APIs Used
openshift-cluster-manager
quay