You're viewing a demo portfolio

Join the waitlist
PRSM

search_images

Active

Tool of Dockerhub

declared in 0.1.0

Search Docker Hub for container images by keyword. Returns repository name, description, pull count, star count, and official status. Use when finding images for deployment.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "nginx"
    },
    {
      "limit": 25,
      "query": "postgres"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results to return (default 10, max 100)"
    },
    "query": {
      "type": "string",
      "description": "Search query (e.g., \"nginx\", \"postgres\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Dockerhub

https://github.com/pipeworx-io/mcp-dockerhub

1/7 registries
View full server →