Pic Nicked MCP
Related Servers
Alternatives to Pic Nicked MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceProvides tools for searching and downloading images using Google Image Search API.3-
- AlicenseAqualityAmaintenanceEnables image search on Google Images with size, color, and type filters, returning up to 100 results per call including source pages and full-resolution URLs.132 npm8MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to search, download, and analyze Google images via SerpAPI.35 npm19ISC
- AlicenseAqualityAmaintenanceEnables AI assistants to perform web and image searches through a Google Programmable Search Engine, with pagination, language/country filters, and safe search.324 npmMIT
- FlicenseAqualityBmaintenanceEnables AI agents to search for reference images using natural language queries, aggregate results from multiple image sources, and interactively select, refine, and download images through tool calls.4-
- AlicenseNot gradedqualityDmaintenanceEnables web searching using Google search results with no API keys required.16 npm1MIT
TDQS
Scored across 2 tools
search_image and persist_image have completely distinct purposes: one looks up images online, the other saves a specific image locally. There is no overlap or ambiguity between them.
Both tools follow the exact same verb_noun pattern with snake_case (search_image, persist_image), making the naming predictable and consistent.
With only 2 tools, the server feels minimal and is on the thin side. The count is acceptable if the scope is strictly search-and-save, but it is borderline for a utility server.
The core operations (search and persist) are covered, but there is no way to list, delete, or otherwise manage persisted images. This is a notable gap in the image lifecycle, making the surface feel incomplete.