Quay Container Registry API
The Quay API provides programmatic access to the Quay container image registry. Developers can manage repositories, organizations, users, robot accounts, teams, builds, build triggers, tags, manifests, vulnerability scans, and access permissions. The API supports the full lifecycle of container image distribution including image push and pull workflows, automated build configuration via integrations with source code repositories, security scanning of stored images, and fine-grained access control via OAuth tokens and robot account credentials. The API is available against Quay.io hosted servic
What You Can Do
MCP Tools
listrepos
List repositories
createrepo
Create a new repository
getrepo
Get repository details
deleterepo
Delete repository
listrepotags
List repository tags
changetag
Create or update a tag
deletetag
Delete a tag
getmanifest
Get manifest by digest
getmanifestsecurity
Get vulnerability scan results for a manifest
listrepobuilds
List builds for a repository
requestrepobuild
Request a new build
getorganization
Get organization details
updateorganizationteam
Create or update a team
createorgrobot
Create a robot account
getloggedinuser
Get authenticated user
changeuserpermissions
Set user repository permission