Docker Hub
Manage container images, repositories, and automated builds.
Auth: API keyCatalog preview
Tools
What your agent can do with Docker Hub
DOCKER_HUB_SEARCHSearch across Docker Hub records and content.
DOCKER_HUB_CREATECreate a new item in Docker Hub with validated fields.
DOCKER_HUB_UPDATEUpdate an existing Docker Hub item by id.
DOCKER_HUB_LISTList and filter Docker Hub items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Docker Hub from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "DOCKER_HUB_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'