A
licenseB
qualityB
maintenanceMinimal MCP server for Kimi-compatible image analysis, allowing local images to be sent as inline base64 to any compatible endpoint.
1
492
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: one lists local images, one uploads all, one uploads a single. No overlap or ambiguity.
All tools use consistent snake_case verb_noun naming: list_images, upload_all_images, upload_image. Pattern is predictable.
With 3 tools, the server is well-scoped for its purpose of listing and uploading images to ImgBB. No unnecessary tools.
Core upload and list functionality is present, but there are notable gaps: no tool to delete images or retrieve info about previously uploaded images beyond the upload response.