agent-vision
Related Servers
Alternatives to agent-vision
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceA lightweight MCP server for image analysis using any OpenAI-compatible API endpoint, enabling AI agents to analyze images via a single tool.13 npmMIT
- AlicenseAqualityAmaintenanceA portable image-understanding MCP server that lets agents analyze local images, URLs, or base64 images via an OpenAI-compatible vision model.1308 npm71MIT
- FlicenseNot gradedqualityBmaintenanceA lightweight MCP server that provides vision capabilities to text-only models like Claude Code and Codex by forwarding images to an OpenAI-compatible multimodal model, offering tools for image analysis and OCR.-
- FlicenseBqualityDmaintenanceA Python-based MCP server that adds image analysis capabilities to text-only LLMs via a single analyze_image tool, supporting local files, URLs, auto-scaling, and multiple OpenAI-compatible APIs.1-
- AlicenseAqualityCmaintenanceMCP server that provides visual question answering, image description, object detection, OCR, and image manipulation tools using OpenAI-compatible vision models.12151 npmGPL 2.0
- AlicenseAqualityDmaintenanceAn MCP server that gives AI agents the ability to observe and understand images via multi-provider vision, object detection, hierarchical analysis, and color extraction.410 npm2MIT
TDQS
Scored across 2 tools
The two tools are perfectly distinct: analyze_image handles static images, while analyze_video handles moving media via keyframes. There is no overlap in input types or use cases, so an agent can easily choose the correct tool.
Both tools follow the exact same verb_noun pattern: analyze_image and analyze_video. This consistent naming makes the tool set predictable and easy to navigate.
With only two tools, the server is minimal but well-scoped for its stated purpose of visual media analysis. While it's on the low end, the narrow domain justifies the count, and each tool covers a major media type.
The server covers the two essential types of visual input—images and videos. Both tools are generic enough to handle a wide range of analysis tasks (screenshots, OCR, UI flows, etc.), leaving no obvious gaps in the covered domain.