A
licenseA
qualityB
maintenanceMCP server that exposes an analyze_image tool using Gemini vision models to describe or analyze images from local paths, URLs, or base64 data URIs.
1
8 npm
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one analyzes chemical images, the other checks server health. There is no overlap or ambiguity.
Both tools follow a consistent verb_noun pattern with snake_case (analyze_chemical_image, server_health), making naming predictable.
With only 2 tools, the server feels minimal but is not unreasonable for a specialized chemical image analysis service. However, it is on the thin side, just above the threshold for a single trivial tool.
The server covers its core operation (analyze image) but lacks additional tools for batch processing, history, or configuration, leaving minor gaps in coverage for a more comprehensive workflow.