Install docker-hub-mcp from PyPI
Install exact version 0.2.2. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'docker-hub-mcp==0.2.2'MCP server for querying Docker Hub image statistics, including pull counts, stars, descriptions, and publisher catalogs. No API key required
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 0.2.2. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'docker-hub-mcp==0.2.2'| Canonical slug | docker-hub-mcp-27a74616 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | pypi:docker-hub-mcp | Repository | GeniusTechnoMystic/docker-hub-mcp |
| First published | Aug 4, 2026 | Latest release | Aug 4, 2026 |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| pypi | docker-hub-mcp | 0.2.2 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| pypidocker-hub-mcp | 0.2.2Current | Aug 4, 2026 | 4 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
batch_image_statsBatch lookup metadata for up to 100 Docker Hub images in parallel. Pass a list of image names (e.g. ['nginx', 'python', 'grafana/grafana']). Returns a summary table with pulls, stars, and status for each.Input schema{
"properties": {
"images": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of Docker image names (max 100)."
}
},
"required": [
"images"
],
"type": "object"
} | — | — | |
get_image_statsFetch metadata for a single Docker Hub image. Accepts both 'library/nginx' and 'nginx' (auto-prepends 'library/') formats. Returns pulls, stars, description, official/verified status, last updated.Input schema{
"properties": {
"image": {
"type": "string",
"description": "Docker image name: 'nginx', 'python', 'grafana/grafana', etc."
}
},
"required": [
"image"
],
"type": "object"
} | — | — | |
get_publisher_imagesList all images for a given publisher/namespace on Docker Hub. Useful for auditing an organisation's image catalog. Defaults to 100 results, max 500.Input schema{
"properties": {
"publisher": {
"type": "string",
"description": "Docker Hub namespace/publisher (e.g. 'library', 'grafana', 'nginx')."
},
"limit": {
"type": "integer",
"description": "Max results (1-500, default: 100).",
"default": 100
}
},
"required": [
"publisher"
],
"type": "object"
} | — | — | |
search_imagesSearch Docker Hub images by keyword. Returns results with name, namespace, description, pull_count, star_count, is_official, is_automated, and last_updated.Input schema{
"properties": {
"query": {
"type": "string",
"description": "Search keyword (e.g. 'nginx', 'postgres', 'python')."
},
"limit": {
"type": "integer",
"description": "Max results (1-100, default: 50).",
"default": 50
}
},
"required": [
"query"
],
"type": "object"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: python -m pip install 'docker-hub-mcp==0.2.2'
docker-hub-mcp Server exposed 4 tools during independent protocol observation, including batch_image_stats, get_image_stats, get_publisher_images, search_images.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.