search_images
ActiveTool 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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Dockerhub
https://github.com/pipeworx-io/mcp-dockerhub
1/7 registries