MCP server intelligence profile

docker-hub-mcp Server

MCP server for querying Docker Hub image statistics, including pull counts, stars, descriptions, and publisher catalogs. No API key required

Local OnlyGeniusTechnoMystic
Awaiting current scanPypi · 0.2.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

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'

Identity

Canonical slugdocker-hub-mcp-27a74616DeploymentLocal Only
Canonical packagepypi:docker-hub-mcpRepositoryGeniusTechnoMystic/docker-hub-mcp
First publishedAug 4, 2026Latest releaseAug 4, 2026
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
pypidocker-hub-mcp0.2.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
pypidocker-hub-mcp0.2.2CurrentAug 4, 20264 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
docker-hub-mcpServer-reported name
2Capability groups
Aug 24, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
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"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

docker-hub-mcp Server questions

How do I install docker-hub-mcp Server?

Install the selected package version with: python -m pip install 'docker-hub-mcp==0.2.2'

What tools does docker-hub-mcp Server provide?

docker-hub-mcp Server exposed 4 tools during independent protocol observation, including batch_image_stats, get_image_stats, get_publisher_images, search_images.

Is docker-hub-mcp Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Docker intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.