Docker Hub for your agents.
Connect Docker Hub once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Docker Hub.
What agents can do with Docker Hub
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
dockerhub_list_namespace_reposList repositories in a namespace (your username or an organization). Shows public and private repos you have access to.
dockerhub_list_repo_tagsList tags (versions) of a repository.
dockerhub_get_repo_tagGet details of a single repository tag.
dockerhub_list_orgsList organizations the authenticated user belongs to.
dockerhub_get_repositoryGet details of a specific repository including description, star count, pull count.
dockerhub_update_repositoryUpdate a repository's description or other metadata.
dockerhub_delete_tagDelete a tag from a repository. Irreversible.
dockerhub_get_authenticated_userGet the authenticated Docker Hub user profile.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Docker Hub Account Settings, then Personal Access Tokens.
- Click 'Generate new token', set Read/Write/Delete scopes as needed, and copy the token.
- Enter your Docker Hub username (not email) and the PAT. PATs start with dckr_pat_.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Docker Hub to Even: call connect_begin("dockerhub") on the even-connect MCP and walk me through it.
List all repositories in a Docker Hub namespace and retrieve metadata for a specific image tag.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.